Author Topic: Arduino UNO R3's USB to UART bridge uses for serial communication  (Read 998 times)

0 Members and 1 Guest are viewing this topic.

Offline muthukural001Topic starter

  • Regular Contributor
  • *
  • Posts: 211
  • Country: in
Hello All,

My friend is having an Arduino UNO R3 board. And, he is saying that USB to UART bridge can only be used for uploading the program and it can not be used for sending/receiving information from/to the microcontroller. I seriously doubt this...I read this "The ATmega16U2 - USB to UART bridge converter holds the microcontroller ATmega328 in reset as soon as Arduino IDE opens...Does it means that closing the IDE will release the microcontroller from reset and we can send/receive information over USB to UART bridge converter...Please suggest...


Thanks,
Muthu
 

Offline Ian.M

  • Super Contributor
  • ***
  • Posts: 12879
Re: Arduino UNO R3's USB to UART bridge uses for serial communication
« Reply #1 on: October 03, 2019, 07:09:34 pm »
Not even that - the IDE has a serial terminal mode that can be used to send & receive serial data to/from the Arduino without closing the IDE, or you can use a third party terminal program.  However the Arduino hardware is designed to reset the AVR when the USB COM port is initially opened, so if you want to keep your firmware running on the Arduino and reconnect to it for serial data without resetting the AVR, you need to do a board mod.   
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf