If I want to upload a compiled schetch ( a *.hex file), I can use (maybe more) 2 methods. I can use the ARD. Ide interface (Sub-item Upload) or I can use HexLoader.
The buad-rate used in ARD-ide is 115200.
But when I want to use HexLoader there is an issue:
I was told that the software (boot-loader) on the board (eg: Uno, 2560 etc) (in some way) atomatically determines the selected baud-rate, and sets the communication parameters on the board in accordance with that selection.
I wonder: Is this true or a great fake ??? or shall I use 115200 in hexloader too ??
Standard bootloader on the UNO and Mega uses fixed speed 115200 baud.
Anyway, I doubt there is a bootloader with auto-speed. How it would fit into 512bytes?