搜索资源列表
crc
- CRC校验程序,主要用于数据通讯中的数据完整性和可靠性的校验。-CRC verificaion code. Generally used in data communication for data integrity and verification.
modbusrtu
- labview程序,可以接收和发送modbus rtu协议信息。“CRC VHL”为循环冗余校验-Labview program
XOR_caculater
- 用labview编写的XOR异或计算器,本人用于labview和欧姆龙CP1H的通信中计算校验位-XOR caculater
tongxin
- visa通信,状态机和并行通信,和校验解析,帧数据发送。-visa communication
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
_crc16
- 计算crc16校验,例如01 03 00 00 00 02校验和为C4 0B-Calculate crc16 check, for example, 03 01 00 00 00 02 checksum for C4 0 b
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
ModBusCRC
- MODBUS协议CRC校验,可方便实现求出CRC校验和(CRC check of Modbus protocol can be easily realized to calculate the CRC check sum)