![]() |
COM ports are used by the API to communicate with Squidstats. It is crucial to know which serial port the instrument is connected to in order to establish the correct communication pathway. Locate the serial port in the Squidstat User Interface (SUI) software in the "More Options" tab under "Device Information." If the SUI is not installed, you can determine the serial port using different methods based on your operating system
USB Serial Port(COM3)
). If multiple COM ports are listed, power cycle or disconnect the device to identify the correct one.COM3
.ls /dev/cu.*
in Terminal.Identify the USB serial port from the list.
Example output:
/dev/cu.Bluetooth-Incoming-Port /dev/cu.usbmodem14201 /dev/cu.usbserial-Admiral_1409
In this example, /dev/cu.usbmodem14201
and /dev/cu.usbserial-Admiral_1409
are the USB serial ports associated with the connected devices. If there are multiple entries, power cycle or disconnect the device and rerun the command.
cu.usbmodem14201
.ls /dev | grep tty
in Terminal"ttyACM0"
or "ttyUSB1"
). For multiple entries, power cycle or disconnect the device and rerun the command.ttyACM0
.