Actualiser README.txt

This commit is contained in:
Nogard 2026-07-15 15:56:02 +02:00
parent 9aa172779d
commit 37590fd2bd

View File

@ -1,12 +1,15 @@
This is a MicroPython board https://gitlab.com/st24hducode/2026
You can get started right away by writing your Python code in 'main.py'.
This is a MicroPython board
For a serial prompt:
- Windows: you need to go to 'Device manager', right click on the unknown device, You can get started right away by writing your Python code in 'main.py'.
then update the driver software, using the 'pybcdc.inf' file found on this drive.
Then use a terminal program like Hyperterminal or putty. For a serial prompt:
- Mac OS X: use the command: screen /dev/tty.usbmodem* - Windows: you need to go to 'Device manager', right click on the unknown device,
- Linux: use the command: screen /dev/ttyACM0 then update the driver software, using the 'pybcdc.inf' file found on this drive.
Then use a terminal program like Hyperterminal or putty.
For online docs please visit http://docs.micropython.org/ - Mac OS X: use the command: screen /dev/tty.usbmodem*
- Linux: use the command: screen /dev/ttyACM0
For online docs please visit http://docs.micropython.org/