您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. awesome-uwb-serialport:uwb数据串口通讯-源码

  2. 串行端口 使用方法: 串口配置 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/tt
  3. 所属分类:其它