Difference between revisions of "How to debug"

From ESS-WIKI
Jump to: navigation, search
Line 6: Line 6:
 
*PL2303
 
*PL2303
  
It is easy to get the drivers. Download driver for [https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers CP210X ]and [http://www.prolific.com.tw/US/ShowProduct.aspx?p_id=225&pcid=41 PL2303 ].
+
Download driver for [https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers CP210X ]and [http://www.prolific.com.tw/US/ShowProduct.aspx?p_id=225&pcid=41 PL2303 ].
  
  

Revision as of 09:37, 25 March 2019

USB2UART Bridge

There are plenty types of usb to uart bridge in the market . Most of them use the following chip :

  • CP210X
  • PL2303

Download driver for CP210X and PL2303 .


Hardware PIN define

TBD

UART parameter

  • BaudRate:115200
  • DataBits  :8
  • StopBits  :1
  • Parity      :None
  • FlowControl:None or XON/XOFF

RTENOTITLE