This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| modularpi:python:libraryhowto:index [2026/04/01 15:35] – created admin | modularpi:python:libraryhowto:index [2026/04/02 05:55] (current) – admin | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| To develop Python applications for CFNET I/O expansion modules on the Modular Pi, you must use the **CFRASP.py** module (library) file. | To develop Python applications for CFNET I/O expansion modules on the Modular Pi, you must use the **CFRASP.py** module (library) file. | ||
| + | [[https:// | ||
| - | * {{ : | ||
| - | * [[modularpi: | + | 1. Download the **CFRASP.py** file and save it in the folder where your Modular Pi program will execute. If your SSH Remote environment is configured, you can transfer the file from your development PC to the Raspberry Pi as shown below: |
| - | \\ | + | |
| - | 1. Download the **CFRASP.py** file and save it in the folder where your Modular Pi program will execute. If your SSH Remote environment is configured, you can transfer the file from your development PC to the Raspberry Pi as shown below:\\ | + | |
| - | * > > **scp [SourceFilePath] [Username]@[RaspberryPi_IP]: | + | |
| - | {{ : | + | * > > **scp [SourceFilePath] [Username]@[RaspberryPi_IP]: |
| + | * e.g.: **scp C: | ||
| + | |||
| + | {{ : | ||
| 2. Create a new Python file for your program. The new file and the **CFRASP.py** file must be located in the same folder. | 2. Create a new Python file for your program. The new file and the **CFRASP.py** file must be located in the same folder. | ||