#Lsmod | grep usbserial(Skip this step if you directly use a serial cable instead of a USB to serial port device)If USB serial exists, the USB-to-serial port is supported. For example, if the USB port to serial port chip is pl2303, you can see that it has been connected to ttyusb0.
1. problems that cannot be identified by the USB Serial Port:
My notebook does not have RS232 interface, so I had to use USB to serial port, and then connect to the Development Board through a cross serial line Suppor
In Linux
Minicom is a very good use of the serial Debugging tools, manual operation is very simple, when the automated testing, there is a bit of trouble; The following is a minicom automated test, that is, a bash script operation Minicom
1 First is through the Minicom connection target serial port,
Manual setup is sim
Minicom is a very popular PPP dialing line program.SyntaxMinicom [-8 lmmoti] [-a [-P Parameter description: -Do not modify any 8-bit characters in 8. -A -C -C -D -L does not convert all characters into ASCII codes. -M uses the Alt or Meta key as the Command key. The-M parameter is similar to the-m parameter. -O do not initialize the modem. -P -S: enable the program setting screen. -S -T sets the terminal ty
Minicom is the Linux under the serial communication software, its use relies entirely on the keyboard operation, although no "HyperTerminal" so easy to use, but after using the habit reader will appreciate its efficiency and convenience, the following will explain the installation and configuration of minicom.First, install Minicom:Use the following command:# sudo apt-get install minicom The following is th
minicom-2.4 Installation Instructions1. #tar –ZXVF minicom-2.4.tar.gzUnzip open with a file, minicom-2[1].4.tar.gz and MINIRC.DFLRPM Package Way # RPM-IVH minicom-xxx.rpm2. #tar –ZXVF minicom-2[1].4.tar.gz#cd minicom-2.4#./configu
Minicom Introduction InstallationMinicom is the next common serial debugging tool for Linux. In Ubuntu environment, use the following command to installsudo apt-get install minicomConfigurationNeed to be configured before use, performsudo minicom -sYou can open minicom and enter the configuration mode, use the arrow keys, select the items you want to configure, s
Article Title: minicom is used in CentOS. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
Before giving you a detailed introduction to the mini-com software, let's first let you know about the CentOS system, and then give a comprehensive introduction to the use of mini-com software in the CentOS system, hoping to b
Category: LINUXif the bootloader used in the project is U-boot, then when the kernel is delivered to the target board with Minicomsome errors will occur. Therefore, if you are using U-boot, we recommend that you use Kermit, about the installation and configuration of KermitFor use please refer to this article: http://blog.chinaunix.net/u3/112852/showart_2207594.htmlAlthough there is a problem with the u-boot combination, minicom is still a very popula
Minicom is Linux under the serial communication software, the following is the installation and configuration of Ubuntu minicom.Installation:sudo apt-get install minicomor search for "minicom" in the newly-made Package Manager to install the search minicomConfiguration:Before using minicom, you must first ensure that you have read/write access to the serial port.
How to use minicom Super Terminal in ubuntu my system environment is ubuntu12.04www. 2cto. com1: Download and install minicom # sudoapt-getinstallminicom2: run minicom # sudominicom-s // command to enter the configuration interface (or directly... how to use minicom Super Terminal in ubuntu my system environment is ubu
Minicom is the Linux under the serial communication software, its use relies entirely on the keyboard operation, although no "HyperTerminal" so easy to use, but after using the habit reader will appreciate its efficiency and convenience, the following will explain the installation and configuration of minicom.First, install Minicom:use the following command: # sudo apt-get install minicomwhat Ubuntu is doing right now is that it's quite practical and
How to Use minicom Super Terminal in ubuntu my system environment is ubuntu12.04 www.2cto.com 1: download and install minicom # sudo apt-get install minicom 2: run the minicom # sudo minicom-s // command to enter the configuration interface (or directly run # sudo
Use the Ubuntu serial port tool minicom and install the dnw image (mainly for the Android210 Development Board ). I. Minicom also has serial communication tools in Ubuntu, such as Minicom and kermit. The usage of Minicom is described here. (1) install suodoapt-getinstallminicom (2) Start
System Environment: Ubuntu 9.10
1. Download and install minicomSudo apt-Get install minicom
2. Run minicomRun the "sudo minicom-s" command to enter the configuration interface (or directly run "sudo minicom", Press "Enter + A", Press Z, and then press O, enter the configuration page)
+ ---- [Configuration] -------- +| File name and Path| File Transfer Protocol| S
In VMWare, Linux uses MINICOM to implement communication with the R D board-Linux general technology-Linux programming and kernel information. The following is a detailed description. MINICOM is a tool provided by LINUX and the same as WEINDOWS ultimate terminal. It is generally used for serial port communication and R D board communication. Of course, some boards also use USB, but only the serial port co
Linux: Ubuntu12.04 uploads and downloads minicom. 1. enter sudoapt-getinstallminicom in the terminal to install and configure minicom. Then, enter sudominicom-s in the terminal to enter the configuration interface and the third option ldquo; serialportsetup rdquo;. The configuration is as follows: + ---------
Linux: Ubuntu 12.04
Upload and download minicom.
1.
CentOS installation and configuration of minicom (serial port to USB) 1. install minicom and the file transfer tool sudoyuminstallminicomlrzsz2. check whether your computer supports usb-to-serial communication before using the serial port. If the following words appear, OK is supported .... CentOS installation and configuration of minicom (serial port to USB) 1.
Uploading and downloading minicom in Ubuntu 12.04
Linux: Ubuntu 12.04
Upload and download minicom.
1. installation and configuration of minicom
Enter sudo apt-get install minicom in the terminal to install minicom.
Then, enter sudo minic
1. After you insert 51 Single-Chip Microcomputer usb to the serial port, run the # lsusb command to check the USB device. The pl2303 driver has been integrated in Ubuntu and does not need to be installed.
2. Use # dmesg | grep usb to check its installation. ttyUSB0 is connected here.
You can also use # ls-l/dev/ttyUSB * To find the serial port
3. install minicom: # sudo apt-get install minicom
4. Config
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.