OctoWrt icon indicating copy to clipboard operation
OctoWrt copied to clipboard

[dev] Switch to modified pyserial to allow 250000 baud

Open ihrapsa opened this issue 2 years ago • 0 comments

Official pyserial package for OpenWrt MIPS doesn't allow 250k baud for serial comunication. Someone patched that in a forked version:

git clone https://github.com/ihrapsa/pyserial.git
cd pyserial
python setup.py install

ihrapsa avatar Aug 06 '21 10:08 ihrapsa