搜索资源列表
lsComm
- 一个封装好的串口通信类,可以手动监听串口或采取中断消息的方式,内部实现多线程-a good package Serial Communications, manual monitoring serial or interruption of information, internal multi-threading
MobileSMSSend
- 这是一个通过手机串口实现短信发送的实例,采用pdu编码方式,VB开发语言实现的。
Test_V2
- 本代码实现了类似于超级终端的功能,可以实现对串口的读写,对串口的读写采用的是异步事件方式
TComm
- 个人早期编写的支持wavecom modem的串口短信控件,当控件属性islocal设置为false时,控件将主动对wavecom的AT命令进行相应,并提取短信内容及收取电话号码进行回调。短信方式实现了收发异步。
mscomm.ZIP
- com串口开发使用,用C#实现手机收发短信息功能,并详细讲解取smsc的编码方式
RS232-USB
- USB作为一种新的PC机互连协议,使外设到计算机的连接更加高效、便利。这种接口适合于多种设备,不仅具有快速、即插即用、支持热插拔的特点,还能同时连接多达127个设备,解决了如资源冲突、中断请求(IRQs)和直接数据通道(DMAs)等问题。因此,越来越多的开发者欲在自己的产品中使用这种标准接口。而RS232是单个设备接入计算机时,常采用的一种接入方式,其硬件实现简单, 因此在传统的设备中有很多采用了这种通信方式。 一般的IC卡门禁考勤系统也使用RS232接口与PC机通信。如果将USB技术应用于IC
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
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)
USART中断
- 实现F28335的串口通信,采用中断方式(F28335 serial communication, using interrupt mode)
简单模拟串行通信
- 使用单片机任意IO口用软件的方法模拟实现异步串行数据传输的方法,并采用多次采样软件方法来增加软件模拟串口通讯的可靠性,在以上基础上,进一步用具有中断功能的IO口来实现数据的接收,从而增加软件模拟方式的实用性和灵活性;