搜索资源列表
ComAssistant串口通信Comport
- 串口调试助手 v1.0 使用说明 本程序完全参照龚建伟《串口调试助手V2.2》制作而成,原软件是用VC编写的,我将它改用Delphi编写,作为我学习串口编程的一个例子与工具使用。 其中用到串口控件为ComPort,该控件为开源软件,各大网站均有下载,目前最新版为3.0。 使用平台: WIN9X/NT/2000/XP 本软件目前仅供三线制(NONMODEM)串口调试之用,所有功能均置于界面上,一目了然,其义自明,这里仅对十六进制发送作一说明: 十
CommControl
- 进行串口通信学习的一个例子。通过INI文件,记忆设置和窗口位置,发送接收数据。-for serial communication of a learning example. By INI file, memory settings and window, sending receiving data.
串口调试delphi源码
- 本软件目前仅供三线制(NONMODEM)串口调试之用,所有功能均置于界面上,一目了然,其义自明,这里仅对十六进制发送作一说明: 十六进制发送:选中(CHECK)十六进制发送后,程序会自动从发送框取16进制数发送,最好按16进制格式填写,例如:12 34 56 77 10 使用窗口悬浮功能:点击程序左下角的针状按钮可以使程序置于最上层,保持可见; 放大至全屏:当需要扩大接收窗口以方便观看数据时,可以点击右上角最大化按钮 另外:还要注意的是调试串口时,插拨串口接头应尽量关闭计
32323432
- 能将窗口数据显示的小程序,有不完善的地方请多指教-Window can show a small process, any problems please advice
comlink
- 用于实现串口通讯,将要传递的数据输入下面的编辑框,上面的编辑框为监视窗口-Used to implement serial communication, data input will be passed the following edit box above the edit box for the watch window
aaa
- 串口监视工具。可以监视窗口的接受和发送的数据-Serial port monitoring tools. Can monitor the window to receive and send data
232
- 请使用串口调试助手(Baud 4800、数据位8、停止位1、效验位无)做为上位机来做收发试验。在调试助手字符串输入框中输入数字和字符,按发送按钮,然后观察接受窗口的变化。也可以用。 调试助手自动循环发送。-Please use the serial port debugging assistant (Baud 4800, Data bits 8, stop bit 1, bit no efficacy) as the host computer to do send and receive
SCI-Many
- 使用数据包形式接受数据,然后把接收到的数据返回到串口调试窗口!-Use the form to accept data packets, then the received serial data back to the debug window!
myCom
- 这是一个QT窗口程序,可以实现打开关闭串口功能,并能够从串口缓冲区读写数据。-This is a QT window procedure can achieve open and close the serial port function, and the ability to read and write data from the serial port buffer.
vb
- 25个发送窗口,可连续,单次,定时发送制定十六进制码,并能反馈每次发送的后的回传数据。 波特率,端口可调。-COM TEST
51-serial-communication
- C语言代码。keil编译,stc-isp烧录后。接收数据,在窗口调试助手上显示my phone is 12345678910-C language code. Keil compiler, stc-isp after burn. Receive data, display the phone is my 12345678910 on the window debug assistant
串口工具
- 本程序是个人学习Python的tkinter模块时编写,实现了串口的数据收发,由于是初学者,代码中可能会出现很多错误或不好的编程习惯,请谅解! 实现功能:1.用Python开发,Tkinter构建界面;2.可自动列出所有串口,并自定义参数,选择串口后自动打开;3.实现无延时接收消息;4.可保存接收的数据;7.支持自动适应分辨率;8.支持单独发送和定时发送;9.支持发送新行和HEX发送;10.支持发送文件,并可自定义发送频率;11.支持小窗口显示接收信息,但与主窗口不同时显示 提供源码,可用于