I need to send and receive bytes in a hex format. Is it as simple as HSEROUT $aa, $bb, $cc etc etc?
And to receive bytes in hex is just HSERIN HEX B0, B1, B2 ?
Now if I want to send out an incoming byte but swap the first and last characters around - example recieve $ab and send back $ba, how would I split up the byte and reverse it and send it back again?
Do I need to split the byte upon receipt or save it to a variable and split the variable?
Bookmarks