Mblock serial read byte


#1

Hi, can anyone help me about mblock arduino serial read byte, serial available bytes and serail write text commands.
Thanks.


#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

}