Service_NSSM/CC_SDK/Environment/CSerialPort/bindings/python
2025-09-27 14:24:18 +08:00
..
example 重新上传 2025-09-27 14:24:18 +08:00
CMakeLists.txt 重新上传 2025-09-27 14:24:18 +08:00
cserialport.i 重新上传 2025-09-27 14:24:18 +08:00
README.md 重新上传 2025-09-27 14:24:18 +08:00

CSerialPort for Python

swig: 4.1.0
cmake: 3.8.2
python: 3.6.8

Build

mkdir bin
cd bin
cmake .. 
cmake --build . --config Release

Run

cmake -E copy generate/cserialport.py example
cmake -E copy bin/bin/Release/_cserialport.pyd example
python example/main.py