ShendoXT / memcarduino

Arduino PlayStation 1 Memory Card reader
GNU General Public License v3.0
258 stars 39 forks source link

Mention pyserial in the README #21

Closed eshicks4 closed 1 year ago

eshicks4 commented 4 years ago

You may want to mention in the README.md that they need to 'pip install pyserial' for the PC-side script. Otherwise there are interpreter errors. There's also a pip package which is just called 'serial' (probably a dep of pyserial) which adds to the confusion by fixing the import but then failing again later during the instantiation.

Other than that everything "just worked" so many thanks!

ShendoXT commented 1 year ago

Added to the readme, thanks for the heads-up.