README.txt 528 B

123456789101112
  1. This is a MicroPython board
  2. You can get started right away by writing your Python code in 'main.py'.
  3. For a serial prompt:
  4. - Windows: you need to go to 'Device manager', right click on the unknown device,
  5. then update the driver software, using the 'pybcdc.inf' file found on this drive.
  6. Then use a terminal program like Hyperterminal or putty.
  7. - Mac OS X: use the command: screen /dev/tty.usbmodem*
  8. - Linux: use the command: screen /dev/ttyACM0
  9. Please visit http://micropython.org/help/ for further help.