Top "Pyserial" questions

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

Using PySerial is it possible to wait for data?

I've got a Python program which is reading data from a serial port via the PySerial module. The two conditions …

python serial-port pyserial
Convert an int value to unicode

I am using pyserial and need to send some values less than 255. If I send the int itself the the …

python character-encoding ascii pyserial
pySerial buffer won't flush

I'm having a problem with serial IO under both Windows and Linux using pySerial. With this code the device never …

pyserial
ImportError: No module named serial

I have a script written in Python 3 with 3.3.5 installed, and I am getting this error from the terminal whenever I …

python macos python-3.x module pyserial
How to read and write from a COM Port using PySerial?

I have Python 3.6.1 and PySerial Installed. I am trying the I am able to get the list of comports connected. …

python pyserial
pyserial: No module named tools

I have installed the latest pySerial on my Ubuntu box with python 2.7.2, and it works fine for most things, but …

python python-2.7 serial-port pyserial
Efficient and fast Python While loop while using sleep()

I am attempting to communicate with a device over serial using Pyserial. As commands need to be continually sent, they …

python while-loop pyserial
ValueError: invalid literal for int() with base 16: '\x0e\xa3' Python

I get bytes from the serial port which represents the voltage on my PIC board. But I can't convert these …

python string tkinter decimal pyserial
Is there a way to "compile" Python code onto an Arduino (Uno)?

I have a robotics type project with an Arduino Uno, and to make a long story short, I am experimenting …

python arduino pyserial
Using pyserial to send binary data

I know there has been a lot of discussion on this but I still have a question. I am trying …

python pyserial