Use HL340 (CH431) usb to connect to the 44B0 Development Board through minicom in LUbuntu13.10 and use lsmod | grepusbserial to view the usb to serial port device. Lsusb allows you to view information about HL340, such as iVender and iProduct. You can use the dmesg command to view the USB-to-serial access status, for example, the output is similar to & ldquo; ch341arenowattachttyU
Use HL340 (CH431) usb to connect to the 44B0 Development Board through minicom in LUbuntu 13.10
You can view the usb-to-serial device through lsmod | grep usbserial.
Lsusb allows you to view information about HL340, such as iVender and iProduct.
You can use the dmesg command to view the USB-to-serial access status. If the output is similar to "ch341 are now attach ttyUSBX", the driver is successful.
Use sudo apt-get install minicom in ubuntu to install minicom.
Then, use sudo minicom-s to set the minicom port to ttyUSBX (X corresponds to the information you can see using the dmesg command ).
If you want to use jlink in linux for gdb debugging, you can go to the segger official website to download jlink linux driver and Commend tool, address for http://www.segger.com/jlink-software.html
Minicom details: Click here
Minicom: Click here
Reading:
Ubuntu serial port tool minicom use and DNW image burning http://www.linuxidc.com/Linux/2012-08/67589.htm
Linux Super Terminal mini COM and XGCom http://www.linuxidc.com/Linux/2012-06/63691.htm
Install and configure the minicom http://www.linuxidc.com/Linux/2012-05/60248.htm in Ubuntu
Porting minicom porting to S3C2440 http://www.linuxidc.com/Linux/2011-07/38999.htm
Managing serial device http://www.linuxidc.com/Linux/2011-04/34924.htm with minicom in Linux