搜索资源列表
用Win32 API实现串行通信
- VC API 编程-VC Programming
串口通讯JustinIO
- using System using System.Runtime.InteropServices namespace JustinIO { ?class CommPort { ??public string PortNum ??public int BaudRate ??public byte ByteSize ??public byte Parity // 0-4=no,odd,even,mark,space ??public byte
CBuilderGetTime
- 虽然Windows下可视化开发工具如VC、Delphi、C++ Builder等都有专用的定时器控件Timer,而且使用很方便,可以实现一定的定时功能,但最小计时精度仅为55ms,且定时器消息在多任务操作系统中的优先级很低,不能得到及时响应,往往不能满足实时控制环境下的应用。不过Microsoft公司在Win32 API函数库中已经为用户提供了一组用于高精度计时的底层函数,如果用户使用得当,计时精度可到1ms。这个计时精度、对于一般的实时系统控制完全可以满足要求。现将由C++ Builder 4
ttysample
- tty sample program of win32 api.you can use it to test tty consel.
TestColtTempator
- 由于工作关系几个月没有接触Internet了,回来发现很多朋友给我写了信,其中很多一部分都是关于串口方面出现了问题。由于在以前的工程实施过程中关于串口通讯我有时用MSCOMM控件,有时自己用WIN32 API直接操作串口。后来还试验了网络上面很流行的SerialPort类。在工业控制过程中间我对SerialPort类进行了一些简单的修改,发现这个类确实是一个非常好的东西,其中封装了操作串口复杂的一些串口操作。我们使用的时候可以直接通过它的一些简单的接口就可以完成各种外围设备的工作了。我对串口数量
ras11
- Win32 RAS (远程存取服务) API 例子-Win32 RAS (remote access services) API examples
exampleforserialport
- 使用WIN32 API开发串口通信程序的一个完整实例,绝对经典
多线程串口Modem远程数据通信
- 本例子详细介绍了如何编制一个利用win32串口API函数,通过读写串口控制MODEM,进而实现远程数据传输的程序。-the detailed examples of how to use the preparation of a Serial win32 API functions to read and write through the modem serial port control, thereby achieving long-distance data transmission p
vc_serialport_communication
- MSComm 控件在基于单文档中的应用 Win32 API 串口控制 MFC 打包类 Win32串口编程 多线程,多接收模式串口类LsComm 通过串口收发短消息 一个串口通讯数据库存取例子程序-vc serial port communication by much ways
GpsRecv
- 通过调用Win32通信API函数,可以使程序打开一个串口,并对这个串口进行基本配置。GPS数据采集程序主要实现了配置串口,创建串口数据接收线程,使用重叠操作方式读取串口数据及如何处理接收到的数据的基本方法。-Communication by calling the Win32 API function, you can make the program opens a serial port, serial port and the basic configuration. GPS data a
PostMessage
- C# 实现进程间通讯 采用 Win32 Api方式通讯-C# implementation of inter-process communication using Win32 Api communicate
SerialPort_NEW_API
- 串口异步IO 多线程通信,使用WIN32 API,基本实现成功-The serial asynchronous IO multithreading communication
pcommLib
- pcomm.lib串口编程库。PComm 库函数是台湾MOXA公司提供的,他为用户提供了基于win32 api的开发接口。 PComm库函数分为7大类:控制函数、数据输入函数、数据输出函数、状态函数、事件驱动函数、传输文件函数、特殊设定函数;上述函数均返回int型数据,若函数调用成功则返回0,否则返回一个负整数。-pcomm.lib serial programming library. PComm library functions Taiwan MOXA company, to provid
serial-communication-test-2
- 一个win32 API函数的串口通讯,主要实现的功能是电脑vc做上位机,实时的给下位机发送数据。-A win32 API function of serial communication, the main implementation is the function of computer vc do PC, real-time to lower place machine to send data.
FSQQClient
- win32 sdk api实现的类似qq的聊天软件,这是客户端,另外还有相应服务器端-win32 sdk api to achieve a similar qq chat software, which is the client, in addition to the appropriate server
FSQQSever
- win32 sdk api实现的类似QQ聊天软件,此为服务器端,另有客户端-win32 sdk api achieve a similar QQ chat software, this is the server side, and another client
Win32-API-MSComm-Control-MFC-Class
- Win32 API 串口控制 MFC 打包类,适合初学者使用。-Win32 API serial control MFC wrapper class for beginners.
SmsTest
- 基于串口AT指令的短信猫通讯程序,串口通讯部分使用WIN32 api,界面用对话框完成-SMS cat serial communication program based on AT commands