-
-
**Is your feature request related to a problem? Please describe.**
Rosserial is having a hard time interfacing with the arduino nano when using serial and I2C. I think it is worth trying to ditch ros…
-
Hello, is this flush implementation ok? Wouldn't be better to implement to match pyserial documentation?
https://github.com/pyserial/pyserial-asyncio/blob/44d470181af989fb35fbe5062f47f8eaf5b7939a/…
-
Pyserial fails while connecting when using pypy 7.1.1
Unhandled exception during connect
Traceback (most recent call last):
File "/opt/klipper/klippy/klippy.py", line 137, in _connect
cb()…
-
I'm using pyserial to communicate with 10+ different hardware devices in a manufacturing automation setting all on the same PC. For each device I create a subclass of Serial() and add methods for devi…
-
Hello
i tried to use a usb serial silabs on my android tablet on kodi (xbmc). the serial device got the path "/dev/bus/usb/001/002"
for pySerial i needed to download the modul importlib and placed…
-
No matter what is passed the RTS pin will not go high. We have tested this on windows and osx and its the same. Here is a relevant snippet from the discussion here:
https://www.raspberrypi.org/forum…
ril3y updated
2 months ago
-
I'm having a very odd problem whereby pyserial.read() drops a single byte somewhere in the middle, but only when specific data is read.
I'm communicating wit[h a Mutek MTK-571 card dispenser (https…
wimg updated
11 months ago
-
I'm running MPBM on raspberry pi. Debian Squeeze does not come with python3-serial. The pyserial on it is version 2.3-1 and it's a little different. In order to make your code compatible with 2.3-1, y…
-
Run the RX logic in a separate thread. Raise an error during instantiation if PySerial is not available. Support the SLCAN command line extensions as documented in the [Babel datasheet](https://files.…