Tim@Visual Micro wrote on May 10
th, 2017 at 11:45am:
Assuming you have also updated visual micro ....
The upload speed is missing for some reason. I will have to look into it.
You can add a board.txt to the current project
upload.speed=what ever the speed should be
You can see the speed if you switch on file>preferences>verbose in the arduino ide
Thanks for the prompt response. Yes, as noted in my original post, I updated Visual Micro as well as the Arduino IDE
Using the IDE with verbose logging set, I uploaded a sketch to my Trinket, and recorded the log output, as shown below. However, I was unable to find anything that looked like an upload port speed.If you can find one, please let me know

.
Frank
avrdude: Version 6.3, compiled on Jan 17 2017 at 12:00:53
Copyright (c) 2000-2005 Brian Dean,
http://www.bdmicro.com/ Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"
Using Port : usb
Using Programmer : usbtiny
avrdude: usbdev_open(): Found USBtinyISP, bus:device: bus-0:\\.\libusb0-0001--0x1781-0x0c9f
AVR Part : ATtiny85
Chip Erase delay : 400000 us
PAGEL : P00
BS2 : P00
RESET disposition : possible i/o
RETRY pulse : SCK
serial program mode : yes
parallel program mode : yes
Timeout : 200
StabDelay : 100
CmdexeDelay : 25
SyncLoops : 32
ByteDelay : 0
PollIndex : 3
PollValue : 0x53
Memory Detail :
Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
eeprom 65 12 4 0 no 512 4 0 4000 4500 0xff 0xff
flash 65 6 32 0 yes 8192 64 128 30000 30000 0xff 0xff
signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
Programmer Type : USBtiny
Description : USBtiny simple USB programmer,
http://www.ladyada.net/make/usbtinyisp/ avrdude: programmer operation not supported
avrdude: Using SCK period of 10 usec
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% -0.00s
avrdude: Device signature = 0x1e930b (probably t85)
avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed
To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: Using SCK period of 10 usec
avrdude: reading input file "C:\Users\Frank\AppData\Local\Temp\arduino_build_684512/SqWaveGen.ino.hex"
avrdude: writing flash (564 bytes):
Writing | #####avrdude: 3 retries during SPI command
######avrdude: 3 retries during SPI command
#####avrdude: 2 retries during SPI command
######avrdude: 3 retries during SPI command
#####avrdude: 3 retries during SPI command
######avrdude: 3 retries during SPI command
#####avrdude: 3 retries during SPI command
######avrdude: 3 retries during SPI command
###### | 100% 0.35s
avrdude: 564 bytes of flash written
avrdude: verifying flash memory against C:\Users\Frank\AppData\Local\Temp\arduino_build_684512/SqWaveGen.ino.hex:
avrdude: load data flash data from input file C:\Users\Frank\AppData\Local\Temp\arduino_build_684512/SqWaveGen.ino.hex:
avrdude: input file C:\Users\Frank\AppData\Local\Temp\arduino_build_684512/SqWaveGen.ino.hex contains 564 bytes
avrdude: reading on-chip flash data:
Reading | ################################################## | 100% 0.06s
avrdude: verifying ...
avrdude: 564 bytes of flash verified
avrdude done. Thank you.