搜索资源列表
FileSerial
- 一个简单的串口文件发送接受程序。可以调节发送延迟。里面的类可以应用在其他的环境下。A simple program that can send a file through a serial port. The delay and other parameters are changable.-a simple serial port to accept this document procedures. This delay can be adjusted. Inside the class
i2c总线程序
- 本程序是i2c总线读写一个字节的程序。在写过程序中,不一定非要检测i2c的应答位,可以直接延时过去就行,但是在读过程中必须给应答信号,读完发停止位,一定确认所发的信号都发上了。否则在连续地址读的过程中可能不会出错,但是在随机度过程中就会出错,我的程序就是在给停止信号时没有给上,24cxx一直在输出数据,结果读出错。找着问题后我的程序只加入了一条命令便完全正常。-i2c bus read and write a byte procedures. The written procedure, no
myWindowsSerialportTools
- 1:支持串口数据16进制格式收发。 2:支持9以上的串口通信。 3:支持自动收发保存数据。 4:自由控制数据显示。 5:实时显示收发数据字节大小以及串口状态。 6:智能清空缓冲数据。 7:采用polling模式,以便移植到linux。 8:全中文对话框。 9:数据收发精准,增加延时处理。 10:支持短信猫调试,智能识别回车符。 11:界面清爽,布局人性化。 -1: Support for sending and receiving serial dat
UltimateComm
- 本串口调试助手 1、支持USB转串设备,支持300-1000000波特率 2、支持串口热插拔,无论串口已打开或正在发送 3、支持串口的延迟发送,延迟时间单击右键可单独设定 4、支持文件发送,文件最大4GB 5、支持接收数据文件保存(文本格式或二进制格式可选) 6、支持串口数据或文件数据的分页显示 7、支持显示数据的行列指示 8、支持界面数据保存功能 9、支持发送飞跃提示 -The serial debugging assistant
controling-of-lights
- 下位机通过串口接收数据并降该数据作为switch语句变量对应到不同的函数产生相应的现象,例如当按下全亮按钮时,通过下位机程序控制LED灯使LED灯全亮。 当鼠标勾选单灯控制区复选按钮时,同理通过串口传输数据,相应的LED点亮,取消勾选后该灯熄灭。 当鼠标点击流水灯控制区某个单选按钮时,上位机将数据通过串口送至下位机,下位机根据数据相应调节流水灯延时函数变量,完成控制流水灯速度的功能。 -Lower computer through the serial port to receive
VC
- DWORD ReadIntervalTimeout 两字符之间最大的延时。当读取串口数据时,超过该时间,将返回现有的数据。为0参数不起作用-DWORD ReadIntervalTimeout the largest delay between the two characters. When reading the serial data over the time, will return the existing data. 0 parameter does not work
zhongduan
- 串口中断接收,包括串口的初始化、串口中断程序、显示已传送数据、延时子程序。-Serial port interrupt reception, including the serial port initialization, the serial interrupt the program, displays the data transfer, time delay subroutine.
serialport
- 串口数据接收和发送,可以打开和关闭串口,可以自动发送也可以手动发送,可以设置延时时间,可以计数接收到和发送的数据位数-Serial port receive and send data, you can open and close the serial port, can also automatically send you can manually send, you can set the delay time, you can count received and sent data
CommTest485
- 测试com口程序Private Sub Form_Load() Dim I As Integer Dim Msg As String Me.Enabled = False Msg = 串行端口通讯测试 V & App.Major & . & App.Minor & App.Revision cboCommSettings.Text = GetSetting(App.EXEName, frmCommTest , CommSettings , 2400,N,8,
21ic下载_基于STM32的CAN总线收发程序
- 实现can通信,经本人验证完全可以使用,拿去吧。(#include "can.h" #include "led.h" #include "delay.h" #include "usart.h" #include "led.h" #include "delay.h" #include "key.h" #include "sys.h&qu
Xmodem
- XMODEM协议是一种串口通信中广泛用到的异步文件传输协议。分为标准Xmodem和1k-Xmodem两种,前者以128字节块的形式传输数据,后者字节块为1k即1024字节,并且每个块都使用一个校验和过程来进行错误检测。在校验过程中如果接收方关于一个块的校验和与它在发送方的校验和相同时,接收方就向发送方发送一个确认字节(ACK)。由于Xmodem需要对每个块都进行认可,这将导致性能有所下降,特别是延时比较长的场合,这种协议显得效率更低。(XMODEM protocol is a widely us
串口工具
- 本程序是个人学习Python的tkinter模块时编写,实现了串口的数据收发,由于是初学者,代码中可能会出现很多错误或不好的编程习惯,请谅解! 实现功能:1.用Python开发,Tkinter构建界面;2.可自动列出所有串口,并自定义参数,选择串口后自动打开;3.实现无延时接收消息;4.可保存接收的数据;7.支持自动适应分辨率;8.支持单独发送和定时发送;9.支持发送新行和HEX发送;10.支持发送文件,并可自定义发送频率;11.支持小窗口显示接收信息,但与主窗口不同时显示 提供源码,可用于