UKHeliBob:
char in_data[10] = serial.read();
What are you expecting this line of code to do ?
to take the data inside the array. so i can do array to char conversion.
UKHeliBob:
char in_data[10] = serial.read();
What are you expecting this line of code to do ?
to take the data inside the array. so i can do array to char conversion.