Hi Guys.
I need your help.
I use I2c protocols to communicate two Ardus.
For example, I want to send only : “,” , a comma from master Ardu to slave Ardu.
If I write Wire.write(“,”);
I received “44” on the Slave side. If you have a look on the Ascii table, you can see that (“44”) Is the Dec spelling from a single comma.
Can you tell me please, how I can send sign that the slave Ardus interpret as a Char spelling?