We use cookies on this website. To find out more about cookies and how they are used on this website, see our Privacy Policy.
By clicking ‘Continue’, you hereby agree with our use of cookies.

FAQ

How to obtain serial terminal in MAC OS environment?

Follow the instruction below:

  1. Launch spotlight by pressing CMD + Space
  2. Type Terminal
  3. Select the Terminal app
  4. In the terminal window, enter command:

    e.g. ls /dev/cu.usbserial-*

  5. 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

  6. 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