I'm trying this package usb_serial to communicate with my hardware devices like Arduino, Esp8266, Esp32, FTDI board, etc., Right now I'm using a board with a CH
I've got a Huawei E173 USB dongle connected to a Raspberry PI. I'm trying to use the device to make and receive calls. For my purpose, it is needed (i) to save
I have a personal project based on file transfer between an Arduino Due and my PC. Theses files are in text format and can go over 10Mb. I firstly bought an SD
For my school project, i want to create a MacOS application that communicates with my Arduino using a serial connection. I tried 2 different library (SwiftSeria
The latest documentation for serial communication in Octave explains to use the "serialport" command to open the port instead of the deprecated "serial" command
currently this is my setup, python in PyCharm, and an Arduino Uno with MAX30100 sensor for heart rate. I am currently able to transmit data via pyserial into my
I am using Win10 and Linux Ubuntu on WSL 2.0. For testing purposes of some programs, I would like to use the serial port of my PC in "loopback" with Linux runni
I try to find an easy way to listen to the exchange with the desired tty in Linux. A have hardware device whose interface is exposed as /dev/ttyAMA0 and some d
How one can communicate with Mettler toledo IND780 device for reading weight through browser application through javascript. I know ActiveXObject will work with
On some browsers there exists the the property serial on the window.navigator object. I can see it on chrome but not on safari. How can I access that object via
I wrote a C++ program to continuously read data from a device, via serial over USB. The program works flawlessly in Ubuntu 18.04 (Bionic Beaver). I have an
I want to connect qt and a device using UART cable (RS232C) in linux. I´m writing code, making ui and operating, but it does not work. I want to connect
I'd like to write a c++ program(windows console application) to print receipts from a server (via websocket) to a locally connected(via rs-232) receipt printer(
Why most of devices connected to a PC via USB are considered as connected to COM port? As I've read, COM port is referred to RS232 serial port with DB9 connecto
I've got two Raspberry Pi's sending data to each other using the Serial Port and a pair of XRF Radio's. Generally they work fine and the full program loops mult
I'm able to connect to my serial port, but I need to read data from it all the time. It's working for about 39 minutes, but after it stops at line serial.flush(
I am trying to read and write data from hardware through the browser. Here's what the hardware does: Send --> Data is simply sent from the unit. Writing --&g
I am trying to send message from GSM modem. I can submit AT commands the response is OK without any ERRORS. But the problem is I can't send message or read mess
I found this example which sorta works... but it's not perfect. For starters it plots 10 at once but that's an easy fix. Problem is that it does not dynamically
I'm currently trying to make a programm to read a serial port. On this port I receive data with a baud rate of 875000. It's really uncommon and I don't succeed