Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Connected via USB (actually, a USB to serial converter internally)
  • Run newport emulator: sudo python3 picoserver.py (need sudo rights to bind to telnet port 23)
  • Connect to telnet: telnet e320pi
  • Source code: kim_code_2022_FEB.pdf

Find the USB terminal:

find /sys/bus/usb/devices/usb*/ -name dev (idea taken from: https://unix.stackexchange.com/questions/144029/command-to-determine-ports-of-a-device-like-dev-ttyusb0)

...