Skip to content

Serial is used for communication between the Arduino board and a computer or other devices. All Arduino boards have at least one serial port (also known as a UART or USART): Serial. It communicates on digital pins 0 (RX) and 1 (TX) as well as with the computer via USB. - I have done coading on arduino IDE and used this serial communication code …

Notifications You must be signed in to change notification settings

poornima15194/Serial-Communication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

About

Serial is used for communication between the Arduino board and a computer or other devices. All Arduino boards have at least one serial port (also known as a UART or USART): Serial. It communicates on digital pins 0 (RX) and 1 (TX) as well as with the computer via USB. - I have done coading on arduino IDE and used this serial communication code …

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages