log_data.insert(END,f'\n Serial Port {serial_port_object.name} Opened') # Write to the scrolled textbox log log_data.insert(END,f'\n Baud Rate = {serial_port_object ...
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 ...