To communicate with a serial-type device over a telnet socket, I need to type the null character (ASCII 0) and all other non-printable ASCII characters.
On Windows, you hold ALT and type the ASCII code.
How do I do this on Mac OS X?
|
feedback
|
|
| |||||
feedback
|
|
In many CLI/TUI applications you can press CtrlV in order to tell the application to accept the next keypress as raw character codes instead of invoking its normal function. | |||
|
feedback
|