资源列表
win2k下直接用API函数编写串口通讯例程(VC6)
- win2k下直接用API函数编写串口通讯例程(VC6).RAR。 直接用WINAPI编写的串口通讯例程。-win2k directly with the preparation of API routines Serial Communication (VC6). RAR. Direct WINAPI prepared by the serial communication routines.
HBU_SearilTest
- 通讯源代码,用VC编写和单片进行通信,代码详细简单。-communications source code with a single VC preparation and communication, code simple detail.
rs232串口源程序
- rs232串口源程序 可以与单片机通讯的电脑程序-source RS232 serial communication with the SCM computer program
SeralPort
- 这是我学习串口编程时从盒子上下的,相信对学习串口通讯的同行有帮助. 程序中用到了TApdComPort, 大家可以从盒子上下-This is my learning Serial Programming from the next box, learning to believe that serial communications peer help. the procedure used TApdComPort. You can see from next box
VB串口编程的几个问题
- VB串口编程的几个问题 串口数据接收方式 如何处理不定长数据的接收 用字符方式收发码值大于127的字符数据 串口通讯问答2-VB Serial Programming Problems serial data reception mode uncertain how long data reception mode with characters TX yards values greater than 127 characters serial data communicati
ComAssistant串口通信Comport
- 串口调试助手 v1.0 使用说明 本程序完全参照龚建伟《串口调试助手V2.2》制作而成,原软件是用VC编写的,我将它改用Delphi编写,作为我学习串口编程的一个例子与工具使用。 其中用到串口控件为ComPort,该控件为开源软件,各大网站均有下载,目前最新版为3.0。 使用平台: WIN9X/NT/2000/XP 本软件目前仅供三线制(NONMODEM)串口调试之用,所有功能均置于界面上,一目了然,其义自明,这里仅对十六进制发送作一说明: 十
delphi的MSCOMM实现上位机与PLC间的串行通信
- 用DELPHIE来实现下位机和上位机的串口通信!相信会对需要的人有很大的帮助!-DELPHIE used to achieve lower computer and the PC serial communications! I believe this would have need of a great help!
实战串行通讯
- 串行通讯 本文不是全面的讲述如何编写串行通讯程序,而是讨论一些实际遇到的问题。 -serial communication is not fully explained how to prepare the serial communication procedures, Instead, we will discuss some of the practical problems encountered.
RS_485
- RS485协议例程,实现平台C51,包括pc端程序-RS485 agreement routines, achieving C51 platform, including the pc-procedures
Spcomm串口控件的例程
- Spcomm串口控件的例程,详细列出了控件的应用,可以直接调用-Spcomm Serial Control routines, detailed the control of applications can directly call
apartmentsrc
- 大学毕业前的最后一学期,在一家公司实习,当时的工作需要用到一些操作系统提供的组件。那时候只知道COM这个名词,并不知道到底是怎么回事,只知道上网到处找别人的源码解决自己的问题;那段日子到现在回忆起来都是灰色的,每天呆坐在电脑前,一个网站一个网站的查找自己需要的源码。但并不清楚自己到底在做什么;那时候对自己能不能成为一个程序员充满了怀疑。在实习结束返校的火车上,一夜间,我把一本《COM本质论》翻看了120多页。当我和当时的女友吹嘘自己一夜可以看100多页书的时候,她马上问我:看懂多少?当时我哑口无
PC机串行通信程序设计
- 本串行通信程序利用汇编语言通过BIOS中断调用和DOS功能调用实现PC机双机串行通信。其中,上位机和下位机串行口均为辅串口COM2(口地址为2FXH),对外用9针连接器与令一台PC机连接;BIOS通过“INT 14H”4个中断服务子程序,分别完成串口初始化编程、发送一帧数据、接受一帧数据以及测试通信线状态。本程序分为PC机串口自动测试程序(目的是测试串口好坏)和PC机全双工双机通信程序两个部分。-the serial communications procedures through the u