A serial port is a physical interface through which data is transferred (uni- or bidirectionally) one bit at a time.
I have a Serial-to-USB device with a similarly named device driver in the Windows device manager. The devices do not …
java windows serial-port device-driverI wrote a Java application that reads and sends SMS messages from a USB GSM modem. I'm using SMSLib (which …
java sms serial-port smslibI am trying to connect an scale (Dibal series 400) in Linux (Ubuntu), and I can not succeed. The scale works …
ubuntu serial-port usb tty cdcI have a usb 3G modem Huawei E1550 and Windows XP. I want to send sms with this modem trhow …
php serial-port usb modemI have a computer which is connected with external devices via serial communication (i.e. RS-232/RS-422 of physical or …
windows winapi serial-port hardware low-latencyI am attempting to use the .BaseStream property of the .NET2.0 SerialPort to do asynchronous reads and writes (BeginWrite/EndWrite, …
c# asynchronous stream serial-port operationI have a USB device I'm trying to communicate with over a virtual serial port provided by the ftdi_sio …
linux serial-port virtual-serial-portI am using Ubunt 10.10. I want to communicate with a microcontroller (ATmega328p) using serial through QT, so for testing …
linux qt serial-port qextserialportI am communicating with a device via serial via the SerialPort class of .NET and based on third-party device specification …
c# .net serial-port serial-communicationI am trying to read from several serial ports from sensors through microcontrollers. Each serial port will receive more than 2000 …
c# serial-port polling