Smarter Bootloader

Hi. Since Arduino only has one usb and the bootloader used it to listen for sketch upload. Is there any smarter bootloader, so my pc program can send something to my sketch using that usb-virtual-com-port? thanks

Send what?

If you want to send data, no problem.

1 Like

You can send the data directly to the sketch, the bootloader is not needed for this.

1 Like

sorry guys, i was stupid, i can communicate via Serial.write() and pc program can get it.

Your PC program also can send data, and arduino will receive it with Serial.read()

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.