搜索资源列表
Serial-test
- 串口测试功能:波特率,串口,停止位,数据位,奇偶校验。进行发送读取-Serial port baud rate, serial port, test function: stop bit, data bits, parity.To send read
EX-labview
- 正如上面提到的,UART广泛用于数字chip-to-chip通信在嵌入式系统上。虽然有很多配置,一个共同的UART包结构是10 - 1起始位,8位数据位(一个字节),和1停止位。下面的结构如图1所示,通常称为8 n1(1 8位数据位,没有奇偶校验,停止位)。有时包括一个额外的位奇偶校验检查(错误检测的一种简单形式),但这不是覆盖在这个实验室。-he experiments should achieve the UART universal asynchronous communicatio
labview-to-PC
- labview实现PC 与单片机通信,任务要求:PC机发送数据给单片机,然后单片机返回发送的数据,测试发送的数据和接收的数据是否相同。波特率:4800,数据位8,校验位:0,停止位:1-labview achieve PC to communicate with the microcontroller, mission requirements: PC sends data to the microcontroller, then microcontroller returns data tra