Closed andrislapins closed 3 years ago
also work when replace "pyhton-serial" to "pyhton3-serial"
Duplicate of #1
sudo apt install python3-serial
works
thanks so much @sungminlee114, I really appreciate. using python3-serial worked just like you said, I have spent hours on this before seeing this post. thanks once again. here is the command I used, in case anyone else needed it, "sudo apt -y install python3-serial"
"sudo apt-get install python3-serial" and "sudo apt-y install python3-serial" both of them worked for me and it said that:
Reading package lists... Done Building dependency tree
Reading state information... Done python3-serial is already the newest version (3.4-5.1). 0 upgraded, 0 newly installed, 0 to remove and 136 not upgraded.
But after that when I enter the following command: "miniterm /dev/ttyUSB5 -e" it gives me an error that:
ould not open port '/dev/ttyUSB5': [Errno 2] could not open port /dev/ttyUSB5: [Errno 2] No such file or directory: '/dev/ttyUSB5
Any help will be appreciated
Could not download python-serial package with apt on Ubuntu 20.04. Temporary solution: comment out "pyhton-serial" on last line in mos/make/Makefile file.