Top "Serial-communication" questions

Serial communication is the process of sending and receiving data via communication channel bit by bit sequentially, one bit at a time.

C# console application talking to Arduino via Bluetooth

Not a whole lot to say here other than this doesn't work, and I have no idea why. The serial …

c# bluetooth serial-port arduino serial-communication
Serial programming RS485

I have been tasked with the implementation of the ModBus protocol over a RS485 2-wire system. (Actually it's three wires, …

c++ c serial-communication baud-rate rs485
CreateFile() Serial Communication Issue

I am trying to do some serial communication through my usb port (named COM15), and I am getting an error. …

c++ serial-communication createfile getlasterror
Start and Stop Bit (Serial Communication)

What will happen if there is no Start and Stop Bit in Serial Communication? What is the use of Start …

communication bit serial-communication
Java: Using RxTx Libararies

I am new to Java , and trying to write a serial communication application. I am using Windows 7 (32 bit) D:\Glaswegian\…

java rxtx serial-communication
RS232 for iOS device

Is it possible to pair an iDevice to an rs232-bluetooth adapter for the purpose of sending serial commands like …

ios bluetooth serial-port serial-communication
Calculate Block Check Character (BCC) for serial communication

I 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-communication
CAN Bus Protocol Implementation

I want to learn and implement CAN BUS protocol. I have implemented UART,SPI,I2C and One Wire Bus …

serial-communication can-bus lpc
Problems opening and closing the mscomm port in vb6 when interfacing microcontroller

the code is to get data from a microcontroller or any device from serial device using serial port,so i …

vb6 port microcontroller serial-communication mscomm32
Android USB Host Communication

I'm working on a project that utilizes the USB Host capabilities in Android 3.2. I'm suffering from a deplorable lack of …

android io usb serial-communication