搜索资源列表
EasyARM.exe
- 是在PC机上的串口程序,可以选择不同的COM口,接受字符字符串-is on the PC serial port procedures can choose different COM I accept the string of characters
AboutMSCOMM
- 这是我在平时写VC程序(说准确点是在写一个串口程序时)发现的使用MSCOMM控件时需要进行的一些设置,希望对大学有点帮助啊!-This is what I wrote in peacetime VC (accurately point is a serial write process) found that the use of MSCO MM controls required for the setting up, and I hope to help the University a l
计算机端口介绍
- 相应的软件开发平台与硬件工具,并对ATmega128一些硬件接口在实际应用中的软/硬设计方法与技给出深入和细致的使用指南。 ... 转换器(8535)的使用,异、同步串口通信,软件DAA等;有的属于对传统程序的优化,如对简易键盘LED显示管理,精确定时及-corresponding software development platform and hardware tools, and hardware interface ATmega128 some of the practical app
程序实例.doc
- 介绍了利用API函数和MSComm控件设计串口通信程序的方法,包括字符与文件的发送与接收。
WindowsCE_Bluetooth
- Wince中实现蓝牙串口驱动程序以及其的驱动说明 -Windows CE
sscom32
- 非常好用的读写串口程序SCOMM,支持十六进制,字符-Very useful procedure to read and write serial SCOMM, support for hexadecimal, character
mfccomm
- 串口通讯程序,基于MFC对话框编的。已经测试过,希望对大家有用 -Serial communication program, based on the MFC dialog box for the. Has been tested, in the hope that useful
59564343SWUart
- C8051F 软串口程序 定义IO来模拟串口功能-111111111111111111111111
VBincom
- VB编写串口通信程序 通信协议及方法的详细说明-Write VB serial communication program
SerialProgrammingInPosixOSs
- 同样是linux下串口程序设计的经典参考文档-Is also a linux serial port programming under the classic reference documentation
VBRS232
- VB编写RS232串口程序向下位机单片机发送数据的问题-啊
vcMSCom
- vc串口通讯控件MSComm编程详解,在mfc中进行串口通讯最简单的方法莫过于在对话框中使用MSCOMM控件了,MSComm通信控件提供了一系列标准通信命令的接口,它允许建立串口连接,可以连接到其他通信设备(如Modem).还可以发送命令、进行数据交换以及监视和响应在通信过程中可能发生的各种错误和事件,从而可以用它创建全双工 、事件驱动的、高效实用的通信程序。 -vc serial communication control MSComm programming Xiang Jie, car
Basic-Serial-Write-and-Read1
- labview串口程序Basic Serial Write and Read1-labview serial program Basic Serial Write and Read1
chuangkou
- 串口程序,可以收发十六进制数据的简单程序,希望对你有帮助-Serial procedures, simple procedures, you can send and receive hexadecimal data you want to help
chuan
- 船模仿真界面 包括串口程序 界面很美观可以参考参加比赛界面-Boat imitate true interface consists of serial program interface is very beautiful and can refer to participate in the competition interface
Qt-serial-communication-program
- Qt串口程序教程,大图版。包括windows和linux下,适合新手。-Qt serial procedures tutorial, large plates. Including Windows and Linux, suitable for novices.
dvp-key
- 台达DVP系列PLC解密软件.rar .如果您的电脑是初次使用解密软件或从未运行过串口程序,那么本软件在您的电脑里有可能打不开,需要下载安装一个控件。控件包的下载地址http://www.plcjiemi.com/rjxz.htm 2.如果提示缺少MSCOMM控件,请包中的Mscomm32.ocx文件拷贝到Windows的system目录下(注意WinNT下是System32)。-DVP PLC key
atMEGA128 ADC 串口
- AVR单片机练习程序,提供AVR单片机练习程序包括AD、串口通讯等等(AVR SCM exercise procedures, providing AVR microcontroller exercise procedures, including AD, serial communication, and so on)
SerialPortConnection
- 在VC10下面用C#写的一个串口调试程序,学习电脑串口和C#语言。很有用!(Under VC10, a serial debug program written by C# is used to learn computer serial port and C# language. It's very useful!)
串口通讯
- 我们可以用E4A的串口通信类库获取到设备列表。其中就包含/dev/ttyS0 ~ /dev/ttyS3 的串口设备。具体使用到哪个设备,在调试中去找。只有接好线后,在程序中打开串口,把设备路径和波特率填好,打开成功的就是需要使用的串口设备,之后就能正常通信了!