xArm-Developer / xArm-Python-SDK

Python SDK for UFACTORY robots, 850, xArm5/6/7, and Lite6.
https://www.ufactory.cc
BSD 3-Clause "New" or "Revised" License
163 stars 105 forks source link

Update PySerial version to 3.5 #28

Open joshuagruenstein opened 2 years ago

joshuagruenstein commented 2 years ago

This should be backwards compatible and introduces some nice bugfixes for greater stability. This will also improve compatibility with other Python packages.

tobiasgoecke commented 1 year ago

+1

vimior commented 1 year ago

The project currently only supports TCP network communication, and the serial port is only used in the early stage. It no longer supports serial port a long time ago, and the serial port has not been compatible and tested, but the content related to the serial port has not been removed, so upgrade or not pyserial has no effect on this project.