The Exodriver is a thin interface (think exoskeleton) to LabJack devices
The Exodriver is a thin interface (think exoskeleton) to LabJack devices. The library can open, close, read from, and write to a LabJack U3, U6, UE9, and U12.
The Exodriver is a thin interface (think exoskeleton) to LabJack devices. The library can open, close, read from, and write to a LabJack U3, U6, UE9, and U12.
To install exodriver, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install exodriver
To see what files were installed by exodriver, run:
port contents exodriver
To later upgrade exodriver, run:
sudo port selfupdate && sudo port upgrade exodriver
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.