Top "Serial-port" questions

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

Javax.comm API on 64-bit Windows

I am using the javax.comm API to help my program communicate with hardware over serial port. I am using …

java windows-7 serial-port javax.comm
What's the difference between "COM", "USB", "Serial Port"?

I am confused about the these 3 concepts. My understanding is, Serial Port usually means RS-232 compatible port (RS = Recommended Standard). …

windows serial-port usb hardware
Communicating with serial USB device over Android

I have one custom made device for measuring current. This device can be connected to PC and communication is done …

android serial-port ftdi usb-otg
Reading from the serial port in C#

I have tried using Readline() and data gets dropped, I tried using Read() but I am not sure how to …

c# compact-framework serial-port
How do I get a list of available serial ports in Win32?

I have some legacy code that provides a list of the available COM ports on the PC by calling the …

winapi serial-port
Bash, serial I/O and Arduino

So, I'm in a bit over my head, and I feel like I'm very close to a solution, but it's …

bash command-line serial-port arduino
using serial port RS-232 in android?

I want to send signals via serial port using the JavaComm API classes on an Android device, and here is …

java android embedded serial-port communication
Create a virtual serial port connection over TCP

I am developing an application that should be able to write to a virtual serial port and receive data through …

linux sockets tcp serial-port virtual-serial-port
Serial Port ReadLine vs ReadExisting or how to read the data from serial port properly

I am reading data from serial port. The data comes off the scale. I am now using Readline() and getting …

c# compact-framework serial-port windows-ce
pyserial: No module named tools

I have installed the latest pySerial on my Ubuntu box with python 2.7.2, and it works fine for most things, but …

python python-2.7 serial-port pyserial