efabless / caravel_board

32 stars 41 forks source link

miniterm.py file for serial communication demo appears to be missing in the chipignite directory #107

Open JamesTimothyMeech opened 4 months ago

JamesTimothyMeech commented 4 months ago

When attempting to run the serial communication demo from the demo directory in the chipignite directory I get this error:

jamesmeech@Jamess-MacBook-Pro-21 demos % make monitor
miniterm.py /dev/serial/by-id/usb-FTDI_Single_RS232-HS-if00-port0
make: miniterm.py: No such file or directory
make: *** [monitor] Error 1

I guess I have to take the miniterm.py from here: https://github.com/pyserial/pyserial/blob/master/serial/tools/miniterm.py but the README.md in the demos does not make that clear.