搜索资源列表
基于串口AT的手机短信程序
- 基于串口AT的手机短信程序 一个基于串口的手机短信发送/接收程序;Demo很简单,是以异步方式读写串口的;在对话框初始化中修改串口的配置参数正确后,能100%的正常发送/接收短信。-based on the Serial AT SMS to a procedure based on the Serial SMS Send / Receive procedures; Demo is very simple, based on asynchronous serial read and write
api函数实现串口读写
- 本源码主要是通过API函数实现串口打开,读写串口和关闭串口。-the source mainly through API functions Serial opened, read and write serial and serial closed.
读写串口
- 读写串口.rar-literacy. Rar
多线程串口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
串口linux
- linux下读写串口,包括参数的设置,以及如何进行读写-Serial literacy, including parameter settings, and how to read and write
Windows CE 串口读写 测试 源代码
- Windows CE 串口读写 测试 源代码
串口通讯类
- 简单实用的串口通讯类,实现重叠IO下的异步串口读写
读写程序
- 通过串口操作,读写设备。
基于28335的CF卡读写例程
- 本人调试了两个多月的时间,已经经过硬件的验证,很好使,能够正确读写CF卡
STC两个串口程序
- STC单片机两个串口的读写程序
android-serialport-api android平台上用于串口访问的参考代码
- android平台上用于串口访问的参考代码,很实用,可以用于需要在这个平台上读写串口操作的各种工程,程序自动搜索系统的串口-android platform reference code for serial port access, very useful, can be used to need to read and write the serial port on this platform operating various projects, the program automati
radio.非接触式IC卡串口读写程序源码
- 非接触式IC卡串口读写程序源码,包括读块,写块,读UID等操作,Non-contact IC card serial read and write procedures for source, including the time blocks, writing blocks, such as operation time UID
serial.rar
- qt串口编程 用于qt多线程编程读写串口....目的是先写串口发送命令出去,然后读串口的返回值.... ,serialthread
API读写串口
- API读写串口.doc 一、基本知识 Win32下串口通信与16位串口通信有很大的区别。在Win32下,可以使用两种编程方式实现串口通信,其一是调用的Windows的API函数,其二是使用ActiveX控件。使用API 调用,可以清楚地掌握串口通信的机制,熟悉各种配置和自由灵活采用不同的流控进行串口通信。下面介绍串口操作的基本知识。
vc_and_usart
- Vc++编写的实时读写串口数据,并用VC画出相应的数据波形。-Vc++ written in real-time read and write serial data, and draw the corresponding data using VC waveforms.
SerialPortComunicateion.
- 读写串口的的应用层程序,很经典,演示应用程序如何与驱动程序通信-Read and write serial application layer process, it is classic, shows how applications communicate with the driver
API读串口
- delphi 7 API 读写串口程序。(Delphi 7 API read and write serial program.)
串口通讯示例
- 串口收发读写 串口类封装 Demo Serial port(a serial port Demo progtamming source code)
1-led_on_c
- 在TQ210开发板上读写串口,实现串口的通讯(Read write serial port)
STM8S003F IO口模拟串口源码
- STM8S003F只有一个串口,项目中需要两个串口,因此采用IO口模拟一个串口。 此程序也是经理给的,经过测试可以用,不过需要耐心阅读一下程序,理解串口程序的思路,能够正确读写串口温度传感器的温度值(STM8S003F has only one serial port, and two serial ports are needed in the project, so IO port is used to simulate a serial port. This program is also