I My project need to use one arduino board as master and 8 arduino board as slave. The communication I use here is zigbee. I'm trying to send data to the slave arduino by using serial write.
Theres always an error during compiling.
This is the error:
"stray '\342' in program"
It says I have problem in this line:
"int bytesSent = Serial.write("99”);"
Here I attach together the coding for arduino that act as master.