Generic targets work great ,,, as long as You keep below ConsoleSpeed of 57600 ... 115200 does not work for my boards , is it a generic target issue or something i have overlooked ?
This affects both the 328P & Mega2560 . . .
kurakaira wrote:Generic targets work great ,,, as long as You keep below ConsoleSpeed of 57600 ... 115200 does not work for my boards , is it a generic target issue or something i have overlooked ?
At 16MHz, the available divisors cannot produce an accurate baud rate at 115.2K baud and above. The error at 115.2K baud is 2.1%, at 230.4K baud it is 3.5%, and at 460.8K baud it is 8.5%. It should work at 76.8K baud where the error is only 0.2%.
You can see the list of baud rates and error values by using the Target Options dialog, setting the processor frequency, and clicking the Apply button.