I am working with a system whereby I can send 1 32 bit int at a time. However I need to send two numbers at a time. What is the best way to do this in standard C?
I assume I will have to do some conversion to binary/hex and some masking?
Any ideas would be appreciated.
Thanks