Question

I have an Arduino 2560 and would like to send serial data to my PC. However, I am currently not using the Arduino Bootloader because I wanted to use a program that I wrote for an Atmega644 before (as far as I understood, one has to use the Arduino language when using the Bootloader?).

Does anyone know if what I am trying to do is possible with reasonable effort?

Was it helpful?

Solution

Connection to PC via 2560's serial0 does not depend on bootloader (if you plan connection when main program is running). You need 16u2 running to bridge 5V serial UART to USB or you can of course use any other option (e.g. MAX232 or so) to convert 5V UART to USB or RS232. But in case of RS232 double check baud rate error because of 16MHz crystal for particular baudrate.

2560 bootloader just implements firmware flash.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top