Difference between revisions of "How to debug"

From ESS-WIKI
Jump to: navigation, search
Line 3: Line 3:
 
There are plenty types of usb to uart bridge in the market . Most of them use the following chip :
 
There are plenty types of usb to uart bridge in the market . Most of them use the following chip :
  
*CP210X
+
*[https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers CP210X]
*PL2303
+
*[http://www.prolific.com.tw/US/ShowProduct.aspx?pcid=41 PL2303]
 
+
*[https://sparks.gogo.co.nz/ch340.html CH340]
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 10:03, 25 March 2019

USB2UART Bridge

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


Hardware PIN define

RSB4680 debug port pin define : 

PIN PIN Name
1 NC
2 TX
3 RX
4 GND

RSB4680 Debug port.jpg

Note : 

Please connect device's TX to usb2uart adapter's RX and device's RX to usb2uart adapter's TX .



UART parameter

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

RTENOTITLE