登录
首页 » Com Port » This is based on TCP/IP protocol of the current application debugger, I hope all...

This is based on TCP/IP protocol of the current application debugger, I hope all...

于 2022-07-18 发布 文件大小:3.60 MB
0 129
下载积分: 2 下载次数: 1

代码说明:

这是一个基于TCP/IP协议的通行应用调试程序,希望对大家有所帮助-This is based on TCP/IP protocol of the current application debugger, I hope all of you to help

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 串口通信控制器的Delphi例子
    串口通信控制器的Delphi例子-Serial Communication Controller Delphi examples
    2022-02-20 23:20:37下载
    积分:1
  • 下载工具源代码,用于串口RS232下载,二次下载
    下载工具源代码,用于串口RS232下载,二次下载-download source code
    2022-08-07 05:06:05下载
    积分:1
  • College system, the source code is described in detail, if there are questions,...
    学院系统,源代码详细描述,如有疑问,请与我联系。
    2022-03-18 20:40:38下载
    积分:1
  • 这是恒坚电器提供的完整的c++串口编程源代码
    这是恒坚电器提供的完整的c++串口编程源代码-Tsunekata appliances provide a complete c serial programming source code
    2022-05-07 13:00:42下载
    积分:1
  • 串口实现双机互联,仅供参考!VC控件MSComm编写串口通信程序的源代码,并写出详细的编程过程...
    串口实现双机互联,仅供参考!VC控件MSComm编写串口通信程序的源代码,并写出详细的编程过程-serial dual-Internet for reference! Preparation of VC MSComm control serial communication program"s source code, and write a detailed programming process
    2023-01-02 22:50:22下载
    积分:1
  • W77E58 dual serial communication source code Note : This program is for referenc...
    W77E58双串口通信源代码 注:此源程序只作参考,内有些函数未有原型,借鉴在于其通信方式及其设置。 CRC检校可另参考其它代码。 -W77E58 dual serial communication source code Note : This program is for reference only, not some function prototype experiences in his means of communication and set up. CRC calibration can be a reference to other codes.
    2022-02-16 06:53:32下载
    积分:1
  • 串口通信控制XX变频器,VB下编的界面,已调试通过,可以运行,...
    串口通信控制XX变频器,VB下编的界面,已调试通过,可以运行,-VB_rs232_transducer
    2022-12-09 05:35:02下载
    积分:1
  • 从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的...
    从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR,一个对EV_RXCHAR进行分析,其实就是超时判断。如果接收到一个消息后,一段时间没收到下一个EV_RXCHAR,就认为是一个数据包的结束。这个线程就会通知数据接收线程,进行数据接收。一般同一包数据,两个字符之间的时间间隔,应该很小了吧,而两个数据包之间的间隔,应该不会太小吧!(这个地方我不清楚,猜的:( :) )最后一个线程,是接收数据的。-read data from the serial port, there are two methods, one, each receiving a EV_RXCHAR, on the ReadFile read, I think this vote. 2, received a EV_RXCHAR after a certain volume of data, such as CPU cycles (GetTickCount), and the one-time reader, the data buffer. To do so, under normal circumstances there is no problem, but if many of the data, and after a "certain amount of data the CPU cycles," also confiscated End Data how do? Few will read the data. I used three lines to complete serial data reception, the first method is a variant : an interception EV_RXCHAR, one pair of EV_RXCHAR analys
    2023-03-23 09:55:03下载
    积分:1
  • PCF8566液晶模块程序,及其原理应用。
    PCF8566液晶模块程序,及其原理应用。-The program and application of PCF8566
    2022-06-26 21:42:28下载
    积分:1
  • 用于串口应用程序的调试监控工具,软件可模拟设备往串口发送指定格式的数据串,同时也可以用于实时监控串口读写过程中的所有数据流。☆ 自动侦测当前系统中所有可用的串口...
    用于串口应用程序的调试监控工具,软件可模拟设备往串口发送指定格式的数据串,同时也可以用于实时监控串口读写过程中的所有数据流。☆ 自动侦测当前系统中所有可用的串口数,支持USB扩展出的虚拟串口(可到COM256)。☆ 支持ASCII码和十六进制数据格式的发送和接收。☆ 可以自由选择侦测的串口,接收数据区的容量可以无限大。☆ 发送、接收数据区的大小可以随意拉伸调节。☆ 对发送、接收数据区加入鼠标右键菜单的支持。☆ 扩大串口波特率的支持,现最高Baud可到921600。☆ 支持Unicode内码显示。☆ 增加自动发送数据功能。☆ 增加保存显示记录的功能。-applications for serial monitoring of debugging tools, software can simulate serial devices to send data to the specified format string, but also can be used for real-time monitoring serial process of reading and writing all data stream. automatically detect the current system all available serial number, support USB expansion of Virtual Serial Port (available to COM256). support ASCII and hexadecimal format of the data to send and receive. freedom of choice to detect the serial and receive data in large capacity can be unlimited. send and receive data of arbitrary size can adjust tension. right to send and receive data by adding areas of the right mouse button menu support. serial port baud rate of expansion, is
    2022-05-26 06:11:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载