python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
auto connection to serial port device with web serial API
what should I do to connect the serial device automatically with the filter device when it plug-in into the computer. I am using web serial API to connect serial devices.
Tejas Chauhan
Votes: 0
Answers: 1
How to run PuTTY serial commands in Python/ PySerial
I'm trying to communicate with probe by serial COM port. Manufacturer make some commands in PuTTY ec. change measurement units or read some values. I write peace of code in python but I received nothi...
Peter Burda
Votes: 0
Answers: 1
VBA buffer not being filled with data by asynchronous (overlapped) Kernel32.dll ReadFile of COM port, but works synchronously
I'm wondering if someone might have some insight into a problem I'm having with VBA reading asynchronously from a serial COM port using the kernel32.dll ReadFile function in overlapped mode?
Basically...
daholtz
Votes: 0
Answers: 0
C: Windows not finding HARDWARE\DEVICEMAP\SERIALCOMM even though it can be found using regedit
I want to list the COM ports (like one can see in 'Device Manager'), but at runtime.
I shamelessly copied the code from this site (code shown at end of post), and I think I understand it. However, the...

mandeala
Votes: 0
Answers: 1