Skip to main content

This is a CLI management tool for MicroPython-based XNode.

Project description

This is a CLI management tool for MicroPython-based XNode.

Help

xnode

or

xnode --help

Find serial port

xnode scan

Option Rules

  • Options and values can have spaces or omit spaces.
  • Options and values can be inserted with the = character.
<option><value>  
<option> <value>
<option>=<value> 

Initialize XNode file system (Only xnode type b)

xnode -s<com_port_name> init

or

xnode --sport<com_port_name> init

<com_port_name> is the port number found by scan.

Check list of XNode file systems

xnode -s<com_port_name> ls
xnode -s<com_port_name> ls /flash/lib/xnode/pop

Put PC file into XNode

xnode -s<com_port_name> put my.py /flash/main.py

my.py is the name of the script written on the PC, main.py is the name to be installed on XNode

Automatically runs /flash/main.py if it exists when XNode starts

Get XNode file to PC

xnode -s<com_port_name> get /flash/main.py main.py

Delete XNode file

xnode -s<com_port_name> rm /flash/main.py

Executes the PC's MicroPython script by sequentially passing it to the XNode

xnode -s<com_port_name> run app.py

Wait for serial output until the script finishes

To force quit in running state, press Ctrl+c

Additional Options

  • -n: Does not wait for serial output, so it appears as if the program has terminated on the PC side.
    • Script continues to run on XNode
    • Used to check data output serially from XNode with other tools (PuTTY, smon, etc.)
  • -ni (or -in): Does not display the pressed key in the terminal window (Echo off)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xnode-1.0.0.1.tar.gz (16.0 kB view hashes)

Uploaded Source

Built Distribution

xnode-1.0.0.1-py3-none-any.whl (16.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page