-
Notifications
You must be signed in to change notification settings - Fork 1
Modules
Example to start WLAN connection and start your program after each boot.
Software TTY based on timer interrupt for low baud rates (<100). Support line observation and pulse dial decoding. Prepared for all TW39 behavior.
Converter between Baudot-Murray-code and ASCII.
Handles TTY data and Baudot-Murray conversion to/from ASCII.
This example code gets inputs from stdin (keyboard), convert it to Baudot-Murray-code and send it to software TTY. All inputs to software TTY are converted to ASCII and put to stdout (screen). Can be used over USB-serial-cable to test the connection to a teletype.
This example code gets inputs from socket, convert it to Baudot-Murray-code and send it to software TTY. All inputs to software TTY are converted to ASCII and put back to socket.
Mock up to test and debug machine behavior on a PC with CPython