NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.
CC3100 & CC3200 Terminal Setting
Even though the HyperTerminal software was dropped from Microsoft Windows after the release of Windows Vista, there are many other alternative software solutions you can use to achieve the same thing. Software such as Putty and TeraTerm are probably the most popular ones being used these days due to their simplicity.
Many SDK sample applications use UART serial connection in order to display information on the PC end.
Contents
General Setup[edit]
CC31xx Emulator Board & CC32xx Launchpad[edit]
The FTDI chips used on these boards require the following setting:
Parameter | Value |
---|---|
Baud rate | 115200 |
Data bits | 8 |
Stop bits | 1 |
Parity | None |
Flow Control | (Doesn't matter) |
MSP430F5529 LP[edit]
If using MSP430F5529 LaunchPad as the MCU for the CC31xx Boosterpack, please change the baud rate to 9600 and everything else remains the same as above.
Putty Setup Example[edit]
On the left side of the screen and select Connection -> Serial
TeraTerm Setup Example[edit]
On the menu bar, select Setup -> Serial Port...
Port Connection[edit]
Platform | COM Port to connect |
---|---|
CC3200LP | Only one port showing, CC3200LP Dual Port |
CC31xxEMU BOOST | 3rd port in the list (for example, if showing as ports 7-10, then choose 9) |
MSP430F5529LP | MSP Application UART1 |
Links[edit]
{{#invoke: Navbox | navbox }}