IPBS_Station/SDK/Depend/CSerialPort/bindings/python/README.md

26 lines
294 B
Markdown
Raw Normal View History

2025-09-05 08:44:30 +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
```