User Tools

Site Tools

한국어

modularpi:python:libraryhowto:index

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
modularpi:python:libraryhowto:index [2026/04/01 15:35] – created adminmodularpi: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://comfilewiki.co.kr/ko/lib/exe/fetch.php?media=modularpi:python:libraryhowto:cfrasp2026-01-19.zip|[Download Modular Pi Python Library (CFRASP.py)]]]
  
-  * {{ :modularpi:python:libraryhowto:cfrasp2026-01-19.zip |[Download Modular Pi Python Library (CFRASP.py)]}} 
  
-  * [[modularpi:python:libraryhowto:ai_library|Coding with AI and the CFRASP.py Library (Basics)]] +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]:[DestinationFolderPath]** * e.g.: **scp C:\Users\pc\Desktop\CFRASP.py pi@192.168.0.6:/home/pi/**+
  
-{{ :modularpi:python:libraryhowto:filetransfer.png?nolink |}}+  * > > **scp [SourceFilePath] [Username]@[RaspberryPi_IP]:[DestinationFolderPath]**  
 +  * e.g.: **scp C:\Users\pc\Desktop\CFRASP.py admin@192.168.0.6:/home/pi/** 
 + 
 +{{ :modularpi:python:libraryhowto:libadd-1.png?nolink |}}
  
 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.
modularpi/python/libraryhowto/index.1775057728.txt.gz · Last modified: by admin