Top "Serial-port" questions

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

Reading and writing to serial port in C on Linux

I'm trying to send/receive data over an USB Port using FTDI, so I need to handle serial communication using …

c linux serial-port tty
Arduino COM port doesn't work

I bought an Arduino Uno recently. After getting the necessary cables, I decided to upload an example to the chip. …

serial-port arduino
How to find the serial port number on Mac OS X?

I have just started experimenting with Serproxy and Arduino to get some serial data into Flash Builder/Flex. Serproxy seems …

macos terminal serial-port arduino
Serial Port (RS -232) Connection in C++

I have done serial port RS-232 connection in C++ using 16-bit compiler (I was using Turbo C++ IDE). It included …

c++ serial-port mingw
What is the difference between DTR/DSR and RTS/CTS flow control?

What's the difference between DTR/DSR and RTS/CTS hardware flow control? When is each one used? Why do we …

serial-port protocols
What is the correct way to read a serial port using .NET framework?

I've read a lot of questions here about how to read data from serial ports using the .NET SerialPort class …

c# serial-port .net-4.5
writing to serial port from linux command line

From windows I can communicate with a serial port device using following commands: mode com1: baud=9600 data=8 parity=n stop=1 …

linux serial-port virtualbox
IOException: read failed, socket might closed - Bluetooth on Android 4.3

Currently I am trying to deal with a strange Exception when opening a BluetoothSocket on my Nexus 7 (2012), with Android 4.3 (Build …

android bluetooth serial-port android-4.3-jelly-bean
How to send characters in PuTTY serial communication only when pressing enter?

I am trying to use PuTTY to communicate over my computer's serial line. I have configured the correct serial line, …

serial-port putty virtual-serial-port
Faking an RS232 Serial Port

I'm developing a project that has a number of hardware sensors connecting to the deployment machine through RS232 serial ports. …

windows mocking serial-port hardware-interface virtual-serial-port