搜索资源列表
lsComm
- 一个封装好的串口通信类,可以手动监听串口或采取中断消息的方式,内部实现多线程-a good package Serial Communications, manual monitoring serial or interruption of information, internal multi-threading
Test_V2
- 本代码实现了类似于超级终端的功能,可以实现对串口的读写,对串口的读写采用的是异步事件方式
TComm
- 个人早期编写的支持wavecom modem的串口短信控件,当控件属性islocal设置为false时,控件将主动对wavecom的AT命令进行相应,并提取短信内容及收取电话号码进行回调。短信方式实现了收发异步。
222
- 串口开发的另一种方式.rar,用VC实现,用来做串口传输
CommSend
- 用串口通信的方式实现双机备份,串口采用了 mscomm控件。-serial communication with the realization of a two-aircraft backup, serial used mscomm controls.
SerialPort_vc
- 讲述串口通信编程,vc实现!多线程,异步方式。-about serial communication programming, vc achieve! Multi-threaded, asynchronous mode.
Labview serial assistant串口通信控制方式
- 针对在LabVIEW开发环境下传统串口通信控制方式的弊端,提出了另一种控制方法,即在LabVIEW中利用ActiveX控件容器,调用第三方提供的ActiveX控件—MSComm控件,实现对计算机串口的通信管理,并结合一数据采集系统给出了实例,In the LabVIEW development environment for traditional serial communication under the control of the disadvantages of an alternat
SIEMENS20090524.rar
- 本源代码演示了通过串口利用MPI协议与西门子PLC S7-300系统通讯的实现方式。,Demo source code through the serial port using MPI agreement with Siemens PLC S7-300 system, ways of communication.
CDMAWinCE.rar
- CDMA拨号程序源码,实现了在winCE平台下,采用 串口 方式对CDMA模块进行拨号上网的基本功能,可参考本代码。,CDMA dial-up program source code to achieve winCE platforms in use on the CDMA serial dial-up module of the basic functions, refer to the code.
Data_Logger_v0.6
- Excel + VBA方式实现的串口通讯工具-Excel+ VBA serial communication tool
VB-com1
- 这是一个通过手机串口实现短信发送的实例,采用pdu编码方式,VB开发语言实现的.-This is an instance to send SMS via mobile phone serial port, pdu encoding language of VB developers.
pc_chat_asm
- 双机串口通信!采用汇编语言实现。通过RS232编程和intel8250芯片实现通信。查询方式通信。-Pairs of serial communication! Using assembly language. Through the RS232 programming and intel8250 chip communication. Query mode communications.
Demo
- 使用Windows API 方式,实现的串口通信的例子,可以作为一个聊天程序-The use of Windows API methods to realize the serial communication example, can be used as a chat program
DOWNLOADFILE
- 用API方式实现串口通信,主要是文件传输功能-Be achieved with the API serial communication, file transfer function is mainly
vbpdu
- 这是一个通过手机串口实现短信发送的实例,采用pdu编码方式,VB开发语言实现的-This is a message sent by mobile phone Serial Port instance, using pdu encoding, VB programming language implementation
switch8
- 实现对8路电脑控制开关的控制,将开关通过串口连接电脑上,程序通过串口通信方式 ,控制每组开关的打开与闭合。方便控制其它设备的电源。-Computer control to achieve the 8-way control switch, the switch through the serial port on the computer, the program through the serial communication to control the opening and closin
chengxu
- atmega128 iccavr平台编译,利用串口0方式实现单片机与pc机之间进行串口通信-Atmega128 iccavr platform compilation, the use of a serial port 0 way for communication between MCU and PC
TestSerialComm
- 串口实现发送指令数据,采用多线程编程 以读写文件方式操作串口,实现线程间同步- Serial port data transmission instruction, multi-threaded programming to read and write files serial manner, to achieve synchronization between threads
FPGA实现串口解析
- 用verilog语言不同的编写方式来 实现各种复杂串口通讯(use the verilog to uart)
简单模拟串行通信
- 使用单片机任意IO口用软件的方法模拟实现异步串行数据传输的方法,并采用多次采样软件方法来增加软件模拟串口通讯的可靠性,在以上基础上,进一步用具有中断功能的IO口来实现数据的接收,从而增加软件模拟方式的实用性和灵活性;