Alibabacloud.com offers a wide variety of articles about ubuntu serial port terminal, easily find your ubuntu serial port terminal information here online.
1. Preface
I am using USB to serial port, and the chip is pl2303. It seems that Ubuntu has a USB driver of pl2303, which can be used directly. I have never tried other USB to serial ports.
2. Install minicom
Enter sudo apt-Get install minicom in the terminal
Download a
1. PrefaceI use a USB to the serial port, Chip is PL2303, it seems that Ubuntu comes with the PL2303 USB drive, can be used directly, other USB to the serial port has not tried.2.minicom InstallationEnter in Terminal: sudo apt-get
Original URL: http://blog.csdn.net/liaoxinmeng/article/details/5004743First of all:1. Neither the terminal nor the console is the concept of personal computers, but the concept of a small, medium-sized mainframe computer shared by many people.A host, even a lot of terminals, the terminal for the host to provide a human-computer interface, everyone through the terminal
........................................ ........................................ .............
3. Settings: minicom-s
Serial port setup -->Serial device:/dev/ttyUSB0
Set hardware data flow and Software Data Flow Control to no
4. Save and exit
5. Run the command window: minicom
Bytes -----------------------------------------------------------------
: note: by default, Ubuntu has been installed. USB to serial drive (pl2303 ). Mine is ark3116, which is also the default installation 1, # lsmod | grep USB serial if there is USB serial, The system supports USB to serial port. Yzj
Author: gauss (resend) Source: www.linuxforum.net uses a serial port terminal as the Linux console, eliminating the need for additional keyboards, display cards, and monitors, while Linux hosts can be used as an embedded black box for any purpose. It is not difficult to connect the serial
Using a serial port terminal as the Linux console, you can remove the need for additional keyboards, display cards, and monitors, and use the Linux host as an embedded black box for any purpose. It is not difficult to connect a serial port
Author: gauss (posting) Source: www.linuxforum.net
Using a serial port terminal as the Linux console, you can remove the need for additional keyboards, display cards, and monitors, and use the Linux host as an embedded black box for any purpose. It is not difficult to connect a serial
Article Title: how to direct the LINUX console to a serial port terminal. 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.
Using a serial port
Article Title: how to set up a serial port terminal in Red Hat Enterprise Linux ?. 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.
In some cases, you need to configure the serial
Reprint: http://blog.sina.com.cn/s/blog_6cb543ef0100x90j.htmltoday wrote a serial communication program, but the machine only a serial port, can not verify the correctness of the program, then think of adding a pair of virtual serial ports under LinuxPython:#!/usr/bin/env python#Coding=utf-8ImportPtyImportOSImportSelec
A vswitch is the transportation hub of the campus network system. Its management features determine the overall performance of the campus network. Some Network Management switches do not have default IP addresses, so they cannot be managed through Telnet or Web during initial configuration. At this time, we need to manage the switch through the serial port.
Next, we will show you how to use a
Use Windows Super Terminal to debug modem and serial port.The Super Terminal is a serial port debugging tool provided by windows. It is easy to use and widely used in the Basic Debugging of Serial
Serial port terminal program made of stc11f04 single-chip microcomputer. Similar to the Telnet command of a vswitch.
Due to the rush of time, only a few simple commands are implemented.
HelpLedbench onLedshortoffLed2_onLed2_off
For example, enter?
Enter the time command to query the current time in the microcontroller.
You can enter led1_on to light up led1 o
Can you tell me how to specify the serial port output by the terminal on the Linux ARM (just give me a prompt)-General Linux technology-Linux technology and application information? The following is a detailed description. Half of the development boards running Linux on ARM have a dedicated serial
There is a GPRS Modem during the development of a. Net micro framework project. We provide 5 V voltage through the serial port on the motherboard.
GPRS modem design board
We use txd and rxd, which correspond to the com4 on another motherboard chip. When we start to implement the GPRS Modem dialing, I want to use the GSM 7.07 standard, on the objective term termi
Original address: Http://2stech.ca/index.php/linux/linuxtutotials/tutorials/207-ubuntu-serial-console-loginIf you have a server (regardless of size), it is usually a good thing to keep a serial terminal that you can use to log into the system. This short article will show how to configure the
problems:Note: By default, Ubuntu has a USB to serial port driver (pl2303) installed.1, # Lsmod | grep usbserialIf there is usbserial, the system supports USB to serial port.2, plug in the USB to the serial
Ubuntu 8.10 Dev OS to the/tmp/vbox named pipe of the Host:
VBoxManage setextradata "Ubuntu8.10DevOS" "VBoxInternal/Devices/serial/0/Config/IRQ" 4
VBoxManage setextradata "Ubuntu8.10DevOS" "VBoxInternal/Devices/serial/0/Config/IOBase" 0x3f8
VBoxManage setextradata "Ubuntu8.10DevOS" "VBoxInternal/Devices/serial/0/LUN #0
minicom, you must first ensure that you have read/write permissions on the serial port. We knowPath: the Linux Device corresponds to a file in the/dev/directory. The serial port COM1 corresponds to ttys0 and com2 corresponds to ttys1. Run the following command to view your permissions on COM1:$Ls-L/dev/ttys0CrW-RW ---
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.