As the title says... Chat on...

User avatar
By recre8
#18440 Is there a way to output binary with NodeMCU. Its much easier to read binary on the Arduino than parsing strings back to ints.
I've tried Print("\0") but it seems a null characters just breaks the string. uart.write also takes a string as a parameter.
Is this possible?
User avatar
By cal
#18621 Moin,

i am not sure from looking at the nodemcu code put writing single chars as numbers not strings may do the trick.
But nevertheless i suggest just exchanging hex encoded data and use cr and lf for resync.
Makes some debugging via terminal possible.

Cal