These drivers provide an interface between the host system MSP Debug Stack library (libmsp430.dylib) and the FET’s USB interface. This is accomplished by using a Communication Device Class (CDC) or Virtual COM Port (VCP) protocol.
These drivers provide an interface between the host system MSP Debug Stack library (libmsp430.dylib) and the FET’s USB interface. This is accomplished by using a Communication Device Class (CDC) or Virtual COM Port (VCP) protocol.
To install libmsp430, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libmsp430
To see what files were installed by libmsp430, run:
port contents libmsp430
To later upgrade libmsp430, run:
sudo port selfupdate && sudo port upgrade libmsp430
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.