Hi,
If i want to send and receive serial data to and from my arduino due to another controller… can i do it using the serial library commands serial.write and serial.read?
Hi,
If i want to send and receive serial data to and from my arduino due to another controller… can i do it using the serial library commands serial.write and serial.read?
Check the link that Valen gave you for Serial commands. But yes it’s possible to communicate with another Arduino with Serial.