I'm sending Byte values from a PIC using UART, values 0-255, These are recieved by Flowcode App Dev.
But should I be using the sendChar, Send Number or Send String macros?
If I sendChar 0 ( which I accept is ASCII Null) I dont seem to get anything at the other end?
I could convert each number to a test string, but then I have to send 3 bytes to represent a character from a single byte.
Im sure I had this issue a few years back buyt I've forgottn the solution! Any ideas?
