FAQ
How to obtain serial terminal in MAC OS environment?
Follow the instruction below:
- Launch spotlight by pressing CMD + Space
- Type Terminal
- Select the Terminal app
- In the terminal window, enter command:
e.g. ls /dev/cu.usbserial-*

- In the list of connected devices, look for a device that contains cu.usbserial. In the example below, the device name is /dev/cu.usbserial-FT0RVWSW

- Connect to the USB serial device using the terminal screen utility by entering the command.
e.g. screen /dev/xx.usbserial-xxxxxxxx 115200 –L

NOTE:
- The baud rate of GS 3000/4000 Gen2 is 115200.
- The baud rate for the rest of the GS model is 38400.
Created Date: 11/30/2021