interceptty is a program that can sit between a real (or fake) serial port and an application, recording any communications between the application and the device. It can also be used as a network serial server or client, to provide an emulated serial port connected to a program, and for various other tasks.
interceptty is a program that can sit between a real (or fake) serial port and an application, recording any communications between the application and the device. It can also be used as a network serial server or client, to provide an emulated serial port connected to a program, and for various other tasks.
To install interceptty, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install interceptty
To see what files were installed by interceptty, run:
port contents interceptty
To later upgrade interceptty, run:
sudo port selfupdate && sudo port upgrade interceptty
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.