awesome-uwb-serialport:uwb数据串口通讯

时间:2024-04-10 23:00:55
【文件属性】:

文件名称:awesome-uwb-serialport:uwb数据串口通讯

文件大小:7KB

文件格式:ZIP

更新时间:2024-04-10 23:00:55

C++

串行端口 使用方法: 串口配置 SerialPort UART; UART.Config.BaudRate=SerialPort::BR115200; UART.Config.DataBits=SerialPort::DataBits8; UART.Config.StopBits=SerialPort::StopBits1; UART.Config.Parity=SerialPort::ParityNone; UART.Config.DevicePath=( char *)& " /dev/ttyUSB0 " ; 定义接受函数(强引用) void RxData_CallBack (std::vector< unsigned> &data, int fd) { if (fd == UART. fd ){ printf ( " \033 [1;36;40m%c \033 [


【文件预览】:
awesome-uwb-serialport-master
----test.cpp(5KB)
----SerialPort()
--------SerialPort.cpp(4KB)
--------SerialPort.h(2KB)
----CMakeLists.txt(557B)
----README.md(1KB)
----UWBcommand.txt(1KB)

网友评论