Top "Serial-port" questions

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

Bluetooth with C++ and winsock

I'm finding it very hard to get information on Bluetooth communication in C++. Specifically I want to avoid using any …

c++ visual-studio bluetooth serial-port wsastartup
How to write on serial port in python that ttyUSB0 will be interpreted commands?

I have raspberry PI B+ with connected Telegesis ZigBee module(ETRX3 USB sticks) via USB. Using commands: debian:~# stty -F /…

python linux serial-port raspberry-pi zigbee
How to get list of available serial ports in my pc using Java?

I just run some codes to get a list of available ports n my cmputer and it returned me false …

java serial-port javax.comm
Calculating FCS(CRC) for HDLC frame

I have the following frame: 7e 01 00 00 01 00 18 ef 00 00 00 b5 20 c1 05 10 02 71 2e 1a c2 05 10 01 71 00 6e 87 02 00 01 42 71 2e 1a 01 96 27 be 27 54 17 3d b9 93 ac 7e …

serial-port frame checksum crc
Communicate with the serial port from client web browser.

In my web application(sencha extjs 5) I have a user requirement to read/write data to the client PC serial …

javascript node.js silverlight serial-port japplet
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
ADC single conversion on STM32

I'm studying ADC programming on STM32 F103x and starting with the simplest case - single conversion. The internal temperature …

c serial-port stm32 adc usart
Transfering an int as two bytes on the Arduino

I'm sampling at high frequencies and need to transmit the 10-bit ADC value via UART out of my Arduino. By …

c serial-port char arduino uart
Sending bytes to serial port using Node.js

I am planning to do a POC with serialport communication using Node.js. I googled and found the "serialport" module …

node.js serial-port node-serialport
CommPortIdentifier.getPortIdentifiers is empty

I am building a simple application that communicates through Serial Port using the Java Communication API javax.comm. Here is …

java serial-port javax.comm