This is a terminal program with GUI communicating through serial port. It can be used to facilitate testing of any cellular (2G/3G/LTE/etc) or any other modems controlled by AT-like commands. The ...
Occasionally it may be useful to visualize a continuous stream of data arriving through a serial connection as a web page in a browser. But how do you go about? May we suggest a bit of scripting?
A simple Python network server for communication with a PySerial device over sockets. Each client has an individual communication channel talking to the serial device. Made for labs using equipment ...