alexz
Full Member level 5
Return cursor
I am sending data through the RS232 and read it using some terminal.
When I read it as a string and send WriteByte('\n');
WriteByte('\r');
the cursor is returned to the begining of the next row.
How can I do the similar thing when reading it as HEX in the terminal?
I am sending data through the RS232 and read it using some terminal.
When I read it as a string and send WriteByte('\n');
WriteByte('\r');
the cursor is returned to the begining of the next row.
How can I do the similar thing when reading it as HEX in the terminal?