I am using RPi 3b+ and want to send raw binary data (NOT encoded in any way) via a serial channel.
I can successfully send and receive ascii string data without a problem (using DataWriter). But for the life of me, I cannot figure out how to send just plain raw, unencoded hex values. Looked at BinaryWriter but it wantss to encode everything.
Gad.
Example 0x02 0x00 0x05 0x38 0x82 0x03. Just a raw binary array.
Using Windows iot, c#, xaml, Visual Studio.
Any help would be greatly appreciated.
Regards to all - Bob Scott