Top "Serial-port" questions

A serial port is a physical interface through which data is transferred (uni- or bidirectionally) one bit at a time.

How do I connect to a terminal to a serial-to-USB device on Ubuntu 10.10 (Maverick Meerkat)?

I am trying to connect minicom to a serial device that is connected via a USB-to-serial adapter. This is a …

linux serial-port usb hardware-interface
How to open, read, and write from serial port in C?

I am a little bit confused about reading and writing to a serial port. I have a USB device in …

c linux serial-port
Python AttributeError: 'module' object has no attribute 'Serial'

I'm trying to access a serial port with Python 2.6 on my Raspberry Pi running Debian. My script named serial.py …

python serial-port raspberry-pi
How to find all serial devices (ttyS, ttyUSB, ..) on Linux without opening them?

What is the proper way to get a list of all available serial ports/devices on a Linux system? In …

linux serial-port
Python Serial: How to use the read or readline function to read more than 1 character at a time

I'm having trouble to read more than one character using my program, I can't seem to figure out what went …

python serial-port readline pyserial
How can I "reset" an Arduino board?

I've uploaded a sketch to an Arduino Uno whose loop is something like this: void loop(){ Serial.println("Hello, World!"); } …

serial-port arduino reset
How to Read and Write from the Serial Port

I just start to learn how to send and receive data from my hardware through the C# GUI. Can anyone …

c# serial-port
Python: Making a beep noise

I'm trying to get the program to give me a beeping noise. I'm on a windows machine. I've looked at …

python audio serial-port
Virtual Serial Port for Linux

I need to test a serial port application on Linux, however, my test machine only has one serial port. Is …

linux serial-port virtual-serial-port
Reading serial data in realtime in Python

I am using a script in Python to collect data from a PIC microcontroller via serial port at 2Mbps. The …

python python-2.7 serial-port pyserial