搜索资源列表
dsa_TSJL06TAsync
- 用线程方式实现全双工RS232 IO的C++源代码,可以检测事件字符。代码用于SJL06T密码机,已经严密测试,确保质量。用于GPS接收机通信也是一样的。-thread used to achieve full-duplex RS232 IO C source code that can detect incident characters. SJL06T PIN code for the machine, has been closely testing to ensure the quali
GPSDataHandle
- 一个用来实现GPS数据接收和处理分析的程序,基于uclinux,全部用C开发,包括IO控制及串口设置等
Midapexsoft.IO.SerialPort
- 应用程序向导已为您创建了此 Midapexsoft.IO.SerialPort DLL。 本文件概要介绍组成 Midapexsoft.IO.SerialPort 应用程序的每个文件的内容。 Midapexsoft.IO.SerialPort.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的 平台、配置和项目功能的信息。 Midapexso
IOandRS232
- /********************************************** IO 口模拟232通讯程序 使用两种方式的C程序 占用定时器0 **********************************************/-I /********************************************** IO Simulation the use of the communication process 232 o
mcu_51_io_uart
- 51单片机IO口模拟串口通讯C源程,适用于AT89S51/AT89S52等单片机。-MCU GPIO uart c source code ,can use for AT89S51/AT89S52 etc.
VisualpCppPCIO
- 利用Visual C++实现PC机与远程IO模块串口通信-Visual C++ implementation using PC-IO module and remote serial communication! ! ! ! ! !
Serial_port_communication_routines
- 本文将介绍如何在.NET平台下使用C#创建串口通信程序,.NET 2.0提供了串口通信的功能,其命名空间是System.IO.Ports。这个新的框架不但可以访问计算机上的串口,还可以和串口设备进行通信。我们将使用标准的RS 232 C 在PC间通信。它工作在全双工模式下,而且我们不打算使用任何的握手或流控制器,而是使用无modem连接。-Serial_port_communication_routines
IOmoni
- MEGA48 IO模拟串口到液晶屏 C语言程序-MEGA48 IO analog serial-to-LCD C Programming Language
IO
- Visual C++实现PC机与远程IO模块串口通信-Visual C++ IO PC and remote serial communication module
Visual-CPP-PC-IO
- 用Visual C++实现PC机与远程IO模块串口通信,包含整个Visual C++工程文件-Visual C++ PC and Remote IO module serial communication, including the entire Visual C++ project files
IO
- c8051f串口调试工具,运用C语言编程,简单好用-C8051F serial debugging tools, the use of C language programming, easy to use
io
- linux环境下C语言编程实现串口的发送和接收-serial transceiver linux environment
c-ard.io-Android-SDK-master
- 手机摄像头扫描银行卡获取卡号等信息源码,使用时,需要申请App Token来配合使用-Phone camera to scan the card number and other information to obtain a bank card source
Serial-IO
- write and read from serial port. matlab code call c++ functions.
ReadDI
- 通过C#调用Serialport发送指令读取485 IO模块的状态,并接收返回数据-C# call through the Serialport to send commands to read the state of the 485 IO module, and to receive the return data
ZTLED
- 控制led亮灯,闪烁,关闭,仅限于zt-io板,纯C#实现串口异步操作,目前仅限于windows平台(control led turnon,blink,turnoff,pure c# implementation on windows)
DeviceIO
- C++ windows serial communication dll.
plcmodbus
- PLC与PC通过MODBUS协议通讯的基于C#语言的通用类库,里面的函数已经涵盖了读写数据及IO的基本功能(PLC and PC through the MODBUS protocol communication based on the C# language class library, which has covered the function of reading and writing data and IO basic functions)
简单模拟串行通信
- 使用单片机任意IO口用软件的方法模拟实现异步串行数据传输的方法,并采用多次采样软件方法来增加软件模拟串口通讯的可靠性,在以上基础上,进一步用具有中断功能的IO口来实现数据的接收,从而增加软件模拟方式的实用性和灵活性;
clsSerialPort
- 通过C#访问串口类,可以实现串口的访问。可以设置读取间隔,数据处理间隔。(C # seralport using System; using System.Collections.Generic; using System.Text; using System.Configuration; using System.IO; using System.IO.Ports; using System.Threading; using System.Runtime.Serializat