2025-04-15
REPL
REPL stands for Read-Eval-Print-Loop (interactive interpreter). You can debug QuecPython programs in REPL.
Open QPYcom, select the correct serial port (no need to specify the baud rate) and open it to start Python command line interaction.
- Step1: Enter the "REPL" Tab
The name of the interface of the FCM360W series modules is USB-Enhanced-SERIAL-B CH342
- Step2: Open the Serial Port
Click "Open port", enter print('hello world') on the "REPL" page, and press "Enter" to view the execution result.
>>> print('hello world')
hello world
Note: Only English characters can be entered on the "REPL" page, and Chinese characters will be blocked.