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 to send data to COM PORT using JAVA?

Possible Duplicate: Java Serial Communication on Windows Friends, I want to connect and transfer data to COM PORT (either virtual …

java serial-port
Python: Writing to and Reading from serial port

I've read the documentation, but can't seem to find a straight answer on this. I have a list of all …

python serial-port pyserial
How do I use dataReceived event of the SerialPort Port Object in C#?

I am attempting to create a small application to collect data received from an external sensor attached to COM10. I …

c# serial-port
Getting Serial Port Information

I have some code that loads the serial ports into a combo-box: List<String> tList = new List<…

c# sorting combobox serial-port
python to arduino serial read & write

I'm trying to "ping pong" info back and forth between some python code and arduino code. I want to send …

python serial-port arduino
"The semaphore timeout period has expired" error for USB connection

I'm getting this error... The semaphore timeout period has expired. On this line... ThePorts.ActivePort1.Open(); ...but I only get …

c# serial-port usb semaphore usbserial
Converting serial port data to TCP/IP in a Linux environment

I need to get data from the serial port of a Linux system and convert it to TCP/IP to …

linux tcp serial-port
How can I set a custom baud rate on Linux?

I want to communicate over my serial port on Linux to a device with a non-standard-baud rate that is not …

linux serial-port baud-rate
What's a good, free serial port monitor for reverse-engineering?

I'm reverse-engineering a serial protocol and getting frustrated by bad tools. Does anyone know of a good, free tool for …

serial-port reverse-engineering
pyserial - How to read the last line sent from a serial device

I have an Arduino connected to my computer running a loop, sending a value over the serial port back to …

python serial-port arduino pyserial