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
Abort a pending serial.read() called in a parallel thread when the serial port gets closed in the main program
I am currently developing a custom Serial monitor in Python using the Tkinter framework as GUI generator and the Pyserial library to handle low level communication. To receive serial data and plot the...
luca zambuto
Votes: 0
Answers: 1
trouble installing pyserial
I have not managed to install pyserial for use with Spyder 3.9 (launched from Anaconda.Navigator) in Windows 10.
I tried <conda install -c conda-forge pyserial> from the Windows command terminal...
Jack Hale
Votes: 0
Answers: 1
How to send Control+C to UART serial port?
I am trying to automate my test process where I send some commands to Linux core on my TI board via putty terminal and as response, I see console print on putty from the core. I am automating this usi...
priya91
Votes: 0
Answers: 0