资源列表
WSN_PC_Interface
- 基于ZigBee的无线传感网络上位机软件界面的源代码,包含RS232数据采集、参数仪表显示等,用Visual C++编程语言。-Contains the RS232 interface based on the ZigBee wireless sensor network PC software source code, data acquisition, parameter instrument display, the Visual C++ programming language.
SerialApp
- VC++ 串口通信工程开发实例导航第一章 串口实现双击互联 源码-communication between PCs
COM-DISP5.0
- 在地铁轻轨运行的车载监控显示程序,工控机串口接受PIC单片机发送来的串口数据,在界面显示各个轮胎的温度气压电压数据,并适时做出判断,做出报警指示。工程调试通过运行源码!-In the metro and light rail vehicle monitoring display program running, IPC PIC microcontroller serial port accepts serial data sent by the interface displays the te
vfp6help
- vfp 6.0 帮助文件(中文版)很实用-Probe 6.0 help files (English version) is very practical
SocketLite-1.6.0
- 很好的东西,网上已经很难下载了socketite 1.6.0
comchat
- 培训例程-聊天 带文档 ppt 程序 很不错且经典的通讯程序
MyComm
- 在vs2008开发环境中,实现串口通讯,利用串口调试助手验证。-In vs2008 development environment, serial communications, the use of serial debugging assistant verification.
Snooper_taoism2_0.0.3.7_20140928
- SIM管理工具sim 管理工具管理工具sim
TAXDetection
- VC++通过MODBUS RTU方式进行串口读写操作-VC++ for serial read and write operations through MODBUS RTU mode
Windows-API
- 此程序利用windows API进行串口编程的演示。-This program uses the windows API for serial programming of the demonstration.
readcard
- 改程序可以对M1卡进行读写,数据库位SQL server 2005.实现了发卡,扣款,充值等信息,并且对界面进行了美化(包括:动态按钮,背景等)。-M1 card reform program can read and write, the database-bit SQL server 2005. Realized card, debit, prepaid and other information, and the landscaping of the interface (includin
tcpip1
- 简单的客户/服务器程序实现客户系统时间和服务器系统时间同步。 具体: 客户:(1)客户创建流套接字,向服务器发起TCP连接。 (2)连接创建成功后,接收服务器返回的时间,更新客户系统时间。 (3)断开与服务器的连接。 服务器:(1)服务器创建监听套接字,监听客户TCP连接请求。 (2)当收到一个客户TCP连接请求,创建连接套接字同意与其创建连接。 (3)获取系统时间,通过连接套接字返回给客户。-Simple client/server program to a