Top "Pyserial" questions

pySerial is a Python module that encapsulates the access for the serial port.

Wait on Arduino auto-reset using pySerial

I'm trying to read lines from an Arduino board with a very simple code (for the sake of showcasing the …

python arduino pyserial
Python PySerial with Auto RTS through Half-Duplex RS-485 breakout board using Beaglebone Black Angstrom

I'm trying to use a Beaglebone Black running Angstrom (3.8 kernel) to communicate with devices on a half-duplex RS-485 network at 9600…

python pyserial beagleboneblack angstrom-linux rs485
Identifying USB to serial port given USB VID and PID using pyserial

I am new learner in python. I want create a web application for send sms or call using data card. …

python python-2.7 python-3.x pyserial usbserial
How do I recover from a serialException using pySerial

I have an application that reads and transmits data to a device connected via USB. I'm using pySerial to facilitate …

python pyserial
Using a QThread in PyQT for serial communication (w. pyserial)

I am pretty much a beginner when it comes to GUI programming. I am using QT in combination with python …

python qt pyqt qthread pyserial
Using Pyserial to send a file?

I have a Raspberry Pi connected to my Macbook Pro by two radio modules. I have been successful so far …

python radio pyserial xmodem
Can I use the xmodem protocol with PySerial?

I have a working connection with my serial device via PySerial, but I also want to transfer files via the …

python ubuntu pyserial xmodem
pyserial - possible to write to serial port from thread a, do blocking reads from thread b?

I tried googling this, couldn't find an answer, searched here, couldn't find an answer. Has anyone looked into whether it's …

python serial-port pyserial
PySerial loses data

My problem is, that PySerial seems to lose some data packages and I don't know why. I have two python …

python multithreading pyserial loss
PySerial - Full-duplex communication

Is it possible to achieve full-duplex communication using PySerial? Specifically, would it be possible to monitor the port continuously for …

python serial-port pyserial