Arduino Forum
What is used instead of BYTE?
Projects
Programming
system
April 14, 2012, 9:41pm
3
mySerial.print(0, BYTE);
==>
mySerial.write((byte)0);
as has been posted MANY times.
show post in topic
Related topics
Topic
Replies
Views
Activity
'BYTE' keyword is no longer supported
Programming
2
7198
May 5, 2021
Ayuda con este error (THE `BYTE` keyword in no longer supported)
Español
4
5059
May 6, 2021
Serial.print(13, BYTE); equivalent command in Arduino 1.0
Programming
3
51553
May 5, 2021
"BYTE" doesn't work
General Guidance
5
2116
May 5, 2021
Doubts about the BYTE command
Programming
9
2252
May 5, 2021