Hi, can anyone help me about mblock arduino serial read byte, serial available bytes and serail write text commands.
Thanks.
Mblock serial read byte
mehmed
#1
mehmed
#2
Send data from arduino and get data from mBlock does not working. What is the problem
void setup(){
Serial.begin(115200);
}
void loop(){
Serial.write(7); // send a byte with the value 45
}