Skip to content

Configurate the PAICORE via serial in C

License

Notifications You must be signed in to change notification settings

PAICookers/PAISerial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PAISerial in Cpp

编译

mkdir build
cd build
cmake ..
make -j16

生成的可执行文件位于 ./build/serial ,通过指定参数可配置串口名、波特率,example.sh 提供了实用脚本。

目前仅使用了固定的串口配置数据。

参考

imabot2/serialib

About

Configurate the PAICORE via serial in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages