-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
I'm using the Arduino Library on an Arduino Uno.
For the first test, I want to send a simple integer value.
void loop() {
TM.pub_u8("abcd",10);
delay(1000);
}
The received data in Ubuntu on the serial port are:
\xF7\x01\x00""abcd\x00\n\x02}\x7F\x7F
Do you have an idea, what's wrong? Which data should be received for sending "pub_u8("abcd",10)"?
Metadata
Metadata
Assignees
Labels
No labels