Top "Serial-port" questions

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

Serial communication API for Java on 64 bit systems (modem interaction)

I'm searching for an serial communication API for Java. Very important is the support of 64 bit systems. I've used rxtx …

java serial-port 32bit-64bit modem rxtx
Null modem emulator (com0com) for linux

I have a project that contains some unitary tests used to test the serial communications using COM ports (in windows). …

linux macos serial-port socat com0com
Using USB to Serial in Ubuntu 12.04 - /dev/ttyUSB0 missing

I'm trying to connect a usb-serial adapter to Ubuntu 12.04 (on a VM). For some reason, there is no /dev entry …

linux serial-port tty usbserial
Unable to sync computer time to Arduino via USB

I want to sync the Time from my pc to the arduino. I am using their Time library but it …

time serial-port arduino processing
Serial versus SPI

What is the difference between SPI and serial? In reading an article talking about inter-processor communications, it states that serial …

serial-port hardware spi
Read from serial port and store in hexadecimal

I have a vhf radio which sent a status message continuosly through the serial port, and I need the messages …

bash shell serial-port hexdump stty
Bluetooth Android SPP, send commands in series to device?

----------------------edit-------------------------- A little progress, not a solution though. If I insert the following code in between the commands I want …

android bluetooth serial-port spp
Terrible Serial Port / USB code (C++) - suggestions for fixes?

I don't have much experience with Serial I/O, but have recently been tasked with fixing some highly flawed serial …

c++ visual-c++ usb serial-port usbserial
Qt Serial Port communication

I am writing a Qt application to communicate with another computer over a serial port. I have 2 real issues. 1. I …

c++ qt serial-port qtserialport
Compile FTDI kernel module

I'm trying to add the usb to serial port driver to my arch linux arm device, and I noticed that …

linux linux-kernel serial-port kernel-module ftdi