登录
首页 » Visual C++ » tcptocom

tcptocom

于 2020-11-22 发布 文件大小:3376KB
0 301
下载积分: 1 下载次数: 159

代码说明:

  国外经典的TCP转串口的程序,VC++编写,有较强的参考价值(Foreign classic TCP to serial program, VC++ write, there is a strong reference value)

文件列表:

tcptocom
........\bridge.c,10489,2004-09-09
........\bridge.h,1990,2004-09-09
........\Changelog.txt,1499,2004-07-24
........\com.c,4814,2004-09-09
........\com.h,1912,2004-09-09
........\htm" target=_blank>COPYING,18009,2004-09-09
........\Debug
........\.....\bridge.obj,32893,2012-09-05
........\.....\bridge.sbr,0,2012-09-05
........\.....\BuildLog.htm,31830,2012-09-05
........\.....\com.obj,25935,2012-09-05
........\.....\com.sbr,0,2012-09-05
........\.....\error.obj,18030,2012-09-05
........\.....\error.sbr,0,2012-09-05
........\.....\main.obj,27946,2012-09-05
........\.....\main.sbr,0,2012-09-05
........\.....\mt.dep,60,2012-09-05
........\.....\registry.obj,34187,2012-09-05
........\.....\registry.sbr,0,2012-09-05
........\.....\service.obj,25320,2012-09-05
........\.....\service.sbr,0,2012-09-05
........\.....\tcp.obj,29886,2012-09-05
........\.....\tcp.sbr,0,2012-09-05
........\.....\tcp2com.bsc,4058112,2012-09-05
........\.....\tcp2com.exe,144384,2012-09-05
........\.....\tcp2com.exe.intermediate.manifest,381,2012-09-05
........\.....\tcp2com.pdb,1354752,2012-09-05
........\.....\tcp2com.res,1868,2012-09-05
........\.....\vc90.idb,257024,2012-09-05
........\.....\vc90.pdb,86016,2012-09-05
........\error.c,1622,2004-09-09
........\error.h,1351,2004-09-09
........\main.c,6163,2004-09-09
........\registry.c,10450,2004-09-09
........\registry.h,1391,2004-09-09
........\resource.h,405,2004-07-24
........\service.c,6483,2004-09-09
........\service.h,1653,2004-09-09
........\tcp.c,5978,2004-09-09
........\tcp.h,1714,2004-09-09
........\tcp2com.html,2977,2004-07-24
........\tcp2com.ncb,8121344,2012-09-05
........\tcp2com.rc,3117,2004-07-24
........\tcp2com.sln,874,2012-09-05
........\tcp2com.sln.old,903,2004-07-24
........\tcp2com.vcproj,8668,2012-09-05
........\tcp2com.vcproj.7.10.old,7622,2004-07-24
........\tcp2com.vcproj.FISHDADY.yuhui.user,1419,2012-09-05
........\TODO.txt,670,2004-07-24
........\UpgradeLog.XML,4941,2012-09-05
........\VisualStudio.postbuild,10130,2012-09-05
........\Xenocode

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

发表评论

0 个回复

  • SerialPort-DLL
    把SerialPort通讯类封装成的DLL+使用例子(SerialPort Dll and demo)
    2011-07-11 23:48:23下载
    积分:1
  • 自动检测
    说明:  串口通信,对串口发出的数据进行读取和处理,进行检测(Serial communication, read and process the data sent by the serial port, and detect it.)
    2020-06-17 10:40:02下载
    积分:1
  • GpsRecv
    该程序用MFC实现串口通信,包括串口通信的整个过程,和各种参数的设置(MFC realize the program with serial communication, including the serial communication of the whole process, and various parameters set)
    2008-02-25 14:53:04下载
    积分:1
  • smsDatabase
    说明:  VB做的一个短信收发的例子,功能比较强大,可以好好参考(VB do an SMS transceiver example, function more powerful and can make reference to)
    2005-11-28 14:24:58下载
    积分:1
  • COMDemo
    一个简明的串口通讯例子(a simple and clear example for serial port communication)
    2004-12-01 23:35:14下载
    积分:1
  • 自动配料系统081125
    通过和OMron PLC通讯,实时监控自动化设备运行,并下发指令控制(Through the communication with OMron PLC, real-time monitoring of automatic device operation, and instruction control)
    2017-07-07 12:03:44下载
    积分:1
  • cuankoubiancheng.pdf
    说明:  RS232-c串口编程资料收集整理,有C源码实例。 (Serial programming data collected, there are C source code examples.)
    2011-04-07 10:16:42下载
    积分:1
  • PC-based-serial-communication
    基于Visual C++串口与下位机通信(Based on Visual C++ serial PC program to communicate with the microcontroller)
    2014-12-06 22:17:30下载
    积分:1
  • 温度数据采集并实时显示
    串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一个数据的大小就是画图的某一个点的纵坐标,横坐标同样为数据的序号,再将这些点用线连起来就是曲线图. 图形能移动的原理,是我们首先改变的只是数据,图形并没有变,但图形的形式是由这些数据来确定的,当数据发生变化后,我们通过刷新显示区来变化的.(Serial temperature data acquisition and real-time serial data reading the principle is, as long as when a serial data to the data, the computer will automatically writes data to a specific buffer, we can write specific procedures read that the buffer zone would be fine. Serial data to be sent, process data can be received, the receiving of data is the character, then transform data into digital type, and then the size of the data as a drawing of a point Ordinate, the abscissa serial data. these points will be used to link line is a curve, this is the graphic display the basic tenets. View the original data is the same principle, the difference is, the data from the file, the same data also will be divided into a number one, and then this one is the size of the data to draw a certain point )
    2020-06-26 07:40:02下载
    积分:1
  • flashdemo
    通过WINAPI实现的串口通信程序,有flash动画和丰富的按钮界面。(WINAPI achieved through serial communication procedures, flash animation and rich button interface.)
    2013-06-23 20:16:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载