搜索资源列表
电表645
- // dianbiao645.h : main header file for the DIANBIAO645 application // #if !defined(AFX_DIANBIAO645_H__EF43A0BD_87CA_4963_B57A_57851872D28C__INCLUDED_) #define AFX_DIANBIAO645_H__EF43A0BD_87CA_4963_B57A_57851872D28C__INCLUDED_ #if _MSC_VER &g
C8051F410RS232_c
- C8051F410串行通讯和双通道DAC输出 C8051F410串行通讯和双通道DAC输出 - Download the code to an C8051F410 Development Board // 2) Check that the J6 and J16 shorting blocks are not installed. This // ensures that the IDAC outputs are not connected to any other pi
Virtools-and-Serial-Communication
- 本文介绍了一种采用Virtools 和串口通信实现人机界面交互的设计方法。下位机通过串口通信的方式将采集的数据 传给上位机,上位机通过Virtools 的行为模组对这些数据进行处理,并根据处理结果做出响应,从而实现人机界面的交互。-This article introduces one design method of man-machine interaction system based on Virtools and serial communication. The sub de
flasher_0.17_src
- programmer chips The control program may be the following: Open and save files in HEX and BIN, at the same time to make the transformation from one to another. Open files up to 64 Mb. At the same time work with the file does not depend on
Xmodem
- XMODEM协议是一种串口通信中广泛用到的异步文件传输协议。分为标准Xmodem和1k-Xmodem两种,前者以128字节块的形式传输数据,后者字节块为1k即1024字节,并且每个块都使用一个校验和过程来进行错误检测。在校验过程中如果接收方关于一个块的校验和与它在发送方的校验和相同时,接收方就向发送方发送一个确认字节(ACK)。由于Xmodem需要对每个块都进行认可,这将导致性能有所下降,特别是延时比较长的场合,这种协议显得效率更低。(XMODEM protocol is a widely us