搜索资源列表
Tusb3410ToSerial
- Texas Instruments的TUSB3410转串口电路测试应用程序的源码。-Texas Instruments TUSB3410 to the serial circuit test application the source.
s3c44b0X 的串口驱动
- s3c44b0x 的串口测试程序,详细注解了uart工作的原理,可以直接用于实际工程中去。微处理器开发。
std.rar
- DDK的虚拟串口程序,用DDk2600就可以编译,在xp2下测试通过,你可以自己修改源代码增加功能.,DDK virtual serial process can be used to compile DDk2600 in xp2 test is passed, you can modify the source code to increase their function.
ad1253
- AD转换器在STC系列单片机上的测试源程序,串口调试等-AD converter in the STC series single-chip test source code, serial debugging
AVR_final
- avr单片机的ADC驱动程序,串口测试。相当于AVR ADC和串口使用范例。-AVR adc driver
SerialSample
- 串口操作程序代码,通过COM口操作测试成功。-Serial port operation code, through the COM port testing success.
test
- 串口测试程序。你可以使用这个向串口发送数据
ttysend.tar
- 串口测试程序,能够对串口驱动做测试作用,可根据自己的代码修改-Serial port test program, be able to do test the role of serial driver can be modified according to their own code
TAlarm
- 采用vs 2008开发的报警器驱动程序,已经通过组态王t7608报警卡型号温控仪测试,串口调试成功-Developed using vs 2008 alarm driver, has passed Kingview t7608 test alarm card model temperature controller, serial debugging success
Power_Test
- 本程序测试了电源的几种工作模式,并通过串口输出相关信息。本例程有两种运行方式。-This procedure tests the power of several patterns, and related information through the serial output. There are two ways to run this routine.
USBzhuanWIN7qudong
- USB转串口的win7的驱动,本人测试过很实用。-Win7 USB-serial driver, I tested very practical.
20111111
- 串口驱动测试程序,应该还比较实用吧~,有的进行了测试-Serial port driver test program, it should also more practical- and some were tested
ckqudong
- 支持250Kbps的串口驱动,可以实现GPH口的功能切换,完成DMX512协议,已经过测试。-Support 250Kbps serial driver, can switch the GPS function of the mouth to complete the DMX512 protocol, has been tested.
LedText
- “串口测试.rar”是串口测试程序。串口驱动中已包含三线串口-The serial test rar serial test program. Three-wire serial port serial driver
Beta_TKIOSKDLL-V1.14
- 热敏打印机测试小软件,可选择并口、串口、usb-Thermal printer test software, optional parallel port, serial port, usb
CPP
- c++串口调试测试源码和方法,有需要的下载吧,本人亲测,效果不错-source and method of c++ serial debugging and testing, there is a need to download it, I pro-test, the effect is good
mySerialport
- 学习串口时写的串口测试程序,实现串口数据的读取调试-Learn to write serial serial testing procedures, read the debug serial data
Com-test5_29
- VS2010下开发的串口测试程序,能根据上传的数据画出相应的图行-Developed under VS2010 serial testing procedures, can draw the corresponding figure line based on the uploaded data
串口通信测试小程序
- win7系统基于VC++6.0编写的串口通信程序,CSerialPort函数,虚拟串口调试
QT 串口操作
- 开发环境:WIN7+QT4.7+QT CREATOR2.8+MINGW 已编译通过测试平台:XP、Win7、ubuntu、tiny210 技术实现:通过第三方串口通信类,解析协议并作出处理 基本功能: 1:支持16进制数据发送与接收。 2:支持windows下COM9以上的串口通信。 3:自动加载对应操作系统串口号。 4:实时显示收发数据字节大小以及串口状态。 高级功能: 1:可自由管理需要发送的数据,每次只要从下拉框中选择数据即可,无需重新输入数据。