搜索资源列表
comspy
- 一个简短的串口调试程序,不同于前面的调试程序,它能在你的串口被程序占用之后也能监测到其中的数据,可以选择16进制显示或asc11码显示,达到真正的监测-a brief serial debugging procedures, unlike previous debugging procedures, it can be your serial procedures can be occupied after the monitoring of the data, we can choose to
ComAssistant串口通信Comport
- 串口调试助手 v1.0 使用说明 本程序完全参照龚建伟《串口调试助手V2.2》制作而成,原软件是用VC编写的,我将它改用Delphi编写,作为我学习串口编程的一个例子与工具使用。 其中用到串口控件为ComPort,该控件为开源软件,各大网站均有下载,目前最新版为3.0。 使用平台: WIN9X/NT/2000/XP 本软件目前仅供三线制(NONMODEM)串口调试之用,所有功能均置于界面上,一目了然,其义自明,这里仅对十六进制发送作一说明: 十
SCommTesta
- 可以进行16进制和字符型串口数据收发,代码很简洁。-can band and 16 character serial data transceiver, the code is very simple.
commwanshan
- 串口调试代码,可以手工发送ascII或者16进制,功能完善,界面清晰,VC编写-serial debugging code can be sent manually or 16 ascII 229, complete functions, interface clear, VC prepared
SerComNew
- 自己做的一个串口通信的程序,环境vc++6.0,可以收发字符,文件,16进制显示-do for myself a serial communication procedure, the environment vc + +6.0, TX characters, documents, 16-band show
串口调试delphi源码
- 本软件目前仅供三线制(NONMODEM)串口调试之用,所有功能均置于界面上,一目了然,其义自明,这里仅对十六进制发送作一说明: 十六进制发送:选中(CHECK)十六进制发送后,程序会自动从发送框取16进制数发送,最好按16进制格式填写,例如:12 34 56 77 10 使用窗口悬浮功能:点击程序左下角的针状按钮可以使程序置于最上层,保持可见; 放大至全屏:当需要扩大接收窗口以方便观看数据时,可以点击右上角最大化按钮 另外:还要注意的是调试串口时,插拨串口接头应尽量关闭计
模仿Windows系统带的超级终端风格的RS232串口调试工具
- 这是一个模仿Windows系统带的超级终端风格的RS232串口调试工具。非常容易读取和写入端口,发送支持ASCII字符模式,可以打开二进制文件以16进制格式显示发送。支持工作内容保存,下次加载。 里面的那个动画窗体加载出现蛮有意思,大家可以学习下。尤其对调试AT指令之类的比较方便。-This is a parody of the Super Terminal Windows system with RS232-style serial debugging tools. Very eas
Serial_get_data.rar
- 使用C#编写的串口通信程序,具备波特率设置、10进制16进制转换、数据保存等功能。 稍微改造即可满足自己的需要。,C# prepared using serial communication program, with the baud rate settings, 10-band 16-band converter, data retention and other functions. Slightly modified to meet their own needs.
RS232_U
- 串口16进制数据进入文件存储,并绘图-Serial data storage mapping
SCommTest_s
- 使用微软MSCOMM控件编写的串口程序,可以收发,16进制显示,自动发送等。-Microsoft MSCOMM control prepared by the serial program, you can send and receive, 16-band display, automatic transmission and so on.
实用的串口发送与接收VC源码
- 实用的串口发送与接收,包括自动发送文件及16进制或ASCII码,VC源码
串口通讯助手QCom
- QT编写的串口调试助手, 基于QCom增强,新增了快捷发送指令, 自动获取本机所有串口,可配置的16进制显示,保存快捷命令配置.(QT prepared by the serial debugging assistant, based on QCom enhanced, the new shortcut to send instructions, automatically get all the serial port, configurable hexadecimal display, sa
LedAdjust11
- 实现设备串口与电脑串口16进制通信,用以控制光源控制器,来进行参数设置(Memories, beautiful very hurt, memories, memories of the past but can not go back.)
串口助手sdd
- 1软件打开时,自动检测有效COM端口 2 软件打开时,自动复原到上次关闭时的状态 3 不必关闭串口,即可直接进行更改初始化设置内容(串口号、波特率、数据位、停止位、校验位),可按更改后的信息自动将串口重新打开 4 可统计接收字节和发送字节的个数 5 接收数据可按16进制数据和非16进制数据进行整体转换 6 可将接收到数据进行保存 7 可设置自动发送,发送时间可进行实时更改 8可按字符串、16进制字节、文件方式进行发送,字符串和16进制字节可分别进行存储,内容互
串口调试助手DELPHI.SPCOMM.v1.1
- 本软件目前仅供三线制(NONMODEM)串口调试之用,所有功能均置于界面上,一目了然,其义自明,这里仅对十六进制发送作一说明:十六进制发送:选中(CHECK)十六进制发送后,程序会自动从发送框取16进制数发送,最好按16进制格式填写,例如:12 34 56 77 10(The software is currently only three wire (NONMODEM) serial debugging purposes, clear all functions are placed on t
RS232-Comm
- LABVIEW COM回调,转换为16进制(this is a labview program that use com set and convert 16 type to int)
串口助手
- 这是一款实用C#语言写的串口助手,能实现串口数据收发,16进制及字符串显示(This is a practical C# language to write the serial assistant, to achieve serial data transceiver, 16 hexadecimal and string display)
串口调试的工具
- 用C#写一个串口调试的工具,要求向串口中输入16进制数据或字符串
SerialPortConnection
- 最近在公司让用C#写一个串口调试的工具,要求向串口中输入16进制数据或字符串。下面我将这次遇到的问题和解决方法奉献出来,希望对工作中需要的朋友有所帮助!(Recently in the company let C# write a serial debugging tool, required to enter the serial port 16 data or string. I will dedicate the following problems and solutions to he
SerialPortToolDemo_Hex成功2018_1_13_16_47
- 串口通信,能收能发,支持16进制。利用了QSerialPort类。(Serial communication, receiver and sender, support hexadecimal mode.)