资源列表
guxian
- 顾客显示屏控制的原理比较简单: 1.打开顾显的串行口 2.设置波特率,这个波特率需要与顾显的一致 3.使用ESC/POS指令进行数据传输。 要结合“EPSON/POS指令集封装-Customer display control principle is simple: 1. Open care showed the serial port 2. Set the baud rate, the baud rate was the same needs and care 3. Using
ModbusRTU2812
- TMS320F2812的modbus通讯-#include "DSP281x_Device.h" #include "DSP281x_Examples.h" #include "DSP281x_ModbusModule.h" volatile struct MODBUS_MODULE ModbusModule Uint16 WORD_LO(Uint16 i) Uint16 WORD_HI(Uint16 i) void ConfigureModbus(void)
CDS
- 这是一个用matlab编写的构建网络连通支配集的程序。-Build a network connected dominating set of procedures
main
- msp430g2553与LDC1000的连接主函数的代码- Msp430g2553 and LDC1000 connect the main function of the code
串口类
- 串口类,使用方便简单,效率高。(Serial class, easy to use, simple and efficient.)
VGA
- 这个是一个VGA显示的程序,能够帮助初学者有效的理解VGA如何显示(This is a VGA display program that can help beginners effectively understand how VGA display)
kai-V4.2
- Clustering analysis based on Euclidean distance, To achieve the recognition of 10 digital sound, Mainly based on the mtlab procedures.
mythread
- 串口通信,串口連接,串口發送、接收,模擬跟硬件設備的發送接收(Serial communication, serial port connection, a serial port to send and receive)
PPI
- 西门子S7-200的PPI通讯协议,支持复合指令读写(The SIEMENS S7-200 PPI protocol supports read and write of composite instructions)
serial_1
- 能选择串口号、设置波特率,测试工控机串口(Can choose serial number, set baud rate, test industrial computer serial port)
JustinIO
- 此为实现串口编程的实例,直接提供了源代码,可放心下载(This example for the realization of serial programming, directly provides the source code, you can rest assured Download)
Xmodem
- XMODEM协议是一种串口通信中广泛用到的异步文件传输协议。分为标准Xmodem和1k-Xmodem两种,前者以128字节块的形式传输数据,后者字节块为1k即1024字节,并且每个块都使用一个校验和过程来进行错误检测。在校验过程中如果接收方关于一个块的校验和与它在发送方的校验和相同时,接收方就向发送方发送一个确认字节(ACK)。由于Xmodem需要对每个块都进行认可,这将导致性能有所下降,特别是延时比较长的场合,这种协议显得效率更低。(XMODEM protocol is a widely us
