MediaTek LinkIt™ Smart 7688 Developer's Guide
© 2015, 2016 MediaTek Inc.
Page 44
This document contains information that is proprietary to MediaTek Inc.
Unauthorized reproduction or disclosure of this information in whole or in part is strictly prohibited.
Figure 23 Using UART to USB cable to access system console in Windows terminal
5)
To exit the system console, click the
X
on top right of the PuTTY windows.
•
For Mac:
1)
Install the driver if needed. Check the cable manufacturer’s website for driver
requirements on Mac and installation instructions.
2)
Plug-in the cable and connect the cable to LinkIt Smart 7688.
3)
Open a Terminal session. You can open it at
Applications/Utilities/Terminal
.
4)
Type
ls /dev/cu*
in the Terminal. You should see a list of devices. Look for something like
cu.usbserial-XXXXXXXX
where
XXXXXXXX
is usually a random identifier. This is the serial
device used to access the system console. For example:
$ls /dev/cu*
/dev/cu.Bluetooth-Incoming-Port
/dev/cu.Bluetooth-Modem
/dev/cu.pablop-WirelessiAP
/dev/cu.usbserial-A6YMCQBR
5)
Use the
screen
utility to connect to the serial port and set the baudrate to
57600
.
This is
because the baudrate of the system console is
57600
by default. For example:
$screen /dev/cu.usbserial-XXXXXXXX 57600