//Receiving Code void setup() { // Begin the Serial at 9600 Baud Serial.begin(9600); } void loop() { Serial.print("1A"); //Write the serial data delay(1000); }