Top "Pyserial" questions

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

Change baudrate in pySerial while connected to device?

I'm trying to write a script for a LCD device called the uLCD32-pt and the issue is that you …

python usb pyserial lcd baud-rate
pyserial enumerate ports

I need list or enumerate of existing serial ports, Till now I was using this method enumerate_serial_ports(), but …

python pyserial
pySerial and reading binary data

When the device I am communicating with sends binary data, I can recover most of it. However, there always seem …

pyserial
How can I improve PySerial read speed

I'm currently building a machine that uses an Arduino Mega2560 as its main controller. The Arduino is connected to over …

python arduino raspberry-pi pyserial
Finding a specific serial COM port in pySerial (Windows)

I have a script built (Windows 7, Python 2.7) to list the serial ports but I'm looking for a device with a …

python windows python-2.7 pyserial
Understanding characters received from Arduino

I have an Arduino board sending data through a serial port and a Python piece of code reading that data. …

python arduino pyserial
Python serial - Attempting to use a port that is not open

I'm still new in python so please bear with me, so I'm trying to write a script with python2-pyserial …

python pyserial
Pyserial buffer fills faster than I can read

I am reading data from a microcontroller via serial, at a baudrate of 921600. I'm reading a large amount of ASCII …

python serial-port pyserial
Python split byte into high & low nibbles

I am trying to send and receive rs232 data using pyserial but I don't understand how to properly send the …

python pyserial nibble
pySerial AttributeError: module 'serial' has no attribute 'Serial'

I have windows 7 64 bit and Python 3.6 I literally dig entire web for solving this - and nothing works sadly. AttributeError …

python pyserial python-module