python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Detecting python serial read timeout or serial interruption
I am making a program to talk to a piece of serial equipment. The code I have so far allows me to talk to the device just fine. However I would like to have the program do alert the user if the link d...

RantWhy
Votes: 0
Answers: 0
Arduino compiling error in platformio with bool readSerial(Serial& stream) -> stream not declared
I tried to compile a code in platformio (Atom) and got a compiler error.
No compiling errors for this code in the Arduino IDE.
How do I get this code work with the PlatformIO compiler?
I don't really ...
unimetal
Votes: 0
Answers: 1
Debugging USB serial disconnection on raspberry pi
On one of my raspberry pis (Raspbian OS) with a USB serial device connected, there is periodic disconnection of the serial device while still being registered as a USB device.
lsusb returns a valid Bu...
SuPra
Votes: 0
Answers: 2