
rtarb41323
-
Content Count
5 -
Joined
-
Last visited
Reputation Activity
-
rtarb41323 got a reaction from energia in Energia and serial.print
Okay all,
Forgive me - I already found out the answer. BUT, let others learn from my stupidity:
serial.print(X) will print "X" in ASCII format
serial.write(X) will print X as a raw number (with no ASCII interpretation).