11,660 questions
0
votes
2
answers
160
views
Reading a serial event with the winapi.h in MFC
I have a dialog-based MFC application build in Visual Studio. With my App I want to read a serial event from a potentiometer, which is attached to an Arduino board.
The Arduino is working just fine, ...
-4
votes
1
answer
319
views
Serial USB communication on ESP32-S3 as host [closed]
I have an ESP32-S3-N16R8 devkit board with two USB ports and I have a device that communicates via Serial USB. I want to read serial data from ESP32 board and process it. So the ESP32 board should act ...
0
votes
0
answers
89
views
RS232 to USB in a hub with other device: potential loss of data?
I'm currently using a SBC (a Raspberry Pi Zero 2W) to receive data from a device (let's call it Sensor). Sensor is connected to the micro USB port on the SBC through an adaptor with FTDI FT232R USB ...
1
vote
0
answers
100
views
Trying to Get Serial info to separate it from other
I have a list of 12 serial COM ports and I am trying to pick only the ones made from a specific Manufacturer, "FTDI". For some reason, I cannot pull this info without using the Systems....
0
votes
1
answer
203
views
Embedded Linux Uart to be used as RS485
I have been working on multiple projects of Embedded Linux from last 5 years but there is a small problem when I use UART.
I am using STM32MP13F with MYIR board. The UART is connected to half duplex ...
1
vote
0
answers
75
views
Read/write to USB serial device while it's in use
I have a C# application that uses the USB serial device mounted to /dev/ttyUSB0.
I need to send a status request to this device, which I can do very easily with printf "\00\48\ee\ff" > /...
1
vote
0
answers
115
views
Problem with getting serial port names with c# on Linux
I cannot get the list of serial ports using the following simple C# / .NET 8 program:
using System.IO.Ports;
Console.WriteLine ("Hello, Serial Ports!");
string [] ports = SerialPort....
1
vote
1
answer
50
views
SerialPort Read() vs BaseStream.Read()
I'm currently reading the serial port via .BaseStream.Read(), but I noticed this in the documentation:
Because the SerialPort class buffers data, and the stream contained in the BaseStream property ...
2
votes
1
answer
154
views
Threading or asyncio for serial communications?
I'm running some serial commands to test connected devices under test (DUTs), & we have a need to run these in parallel/concurrently to speed up our tests. I would like some feedback on which ...
1
vote
0
answers
77
views
Raspberry Pi + EBYTE E32‑900T30S over UART — AUX=HIGH but no AT response
I’m trying to talk to an EBYTE E32-900T30S LoRa module from a Raspberry Pi 4 using the Pi’s UART and a small Python wrapper. The module’s AUX pin goes HIGH, but I get no response to AT queries (e.g. ...
0
votes
0
answers
52
views
Serial device only responds when RTS is toggled or second app connects (RealTerm works fine)
I’m debugging a strange issue with an RS232 serial device using various terminal applications on both macOS and Windows. The core problem is this:
• When I connect to the device using a single ...
1
vote
0
answers
39
views
Why does my modem send a DTMF 9 tone three times even when AT+VTS is only called once?
I'm working on a project where I use a StarTech USB56KEMH2 modem with Python (PySerial) on Linux to call my building's buzzer (MICROM system) and open the door by sending a DTMF 9 tone.
The modem is ...
0
votes
1
answer
57
views
WaterRower S4 (Firmware 2.10) only responds to RESET – all other serial commands return ERROR
I’m trying to communicate with a WaterRower S4 Performance Monitor (firmware version 2.10) over USB, using standard serial communication.
The connection itself works, but I’m having trouble accessing ...
2
votes
1
answer
135
views
Serial Port Connection Fails on Subsequent Attempts (Jetson Orin Nano - RS485)
I am experiencing an issue with a serial port connection on my Seeed Studio reComputer J30 (Jetson Orin Nano Industrial). When I reboot the device, the serial port connection works fine on the first ...
0
votes
1
answer
214
views
KT1025A Bluetooth visibility issues after AT command configuration on BT201 module
I'm unable to discover the Bluetooth signal after configuring my BT201 module (KT1025A chip) via serial commands. According to the v2.4 manual, what could be causing this behavior?
Steps to Reproduce
...