搜索资源列表
串口调试助手源程序
- 串口调试助手源程序,对一些学语言编程的有些帮助!-serial debugging assistant source of some programming language learning some help!
串口调试助手源程序1
- 串口调试助手说明讲解了串口开发的要素, 从结构到代码都给了详尽的解释-serial debugging aides note on the development of the serial elements, from structure to the source gave a detailed explanation
Comm(串口调试工具)
- 串口调试程序源程序。 非常好的串口调试助手,提供源程序,供大家参考。-serial debugger source. Serial debugging very good assistants and provide the source for your reference.
串口调试助手源程序及编程详细过程
- 串口调试助手源程序及编程详细过程-serial debugging and programming assistant source detailed process
RS232(debug)
- labview8.2下的串口调试助手源程序-labview8.2 the serial debugging assistant source
test4serialport
- 串口调试助手源程序及编程详细过程,顺便崇拜一下龚建伟大侠,为广大需要调试串口的同胞提供了广大的帮助。-serial debugging and programming assistant source detailed process, the way this GONG Jian Shanhaiguan worship, for the majority of serial debugging needs of the broad masses of compatriots help.
51读写EEPROM应用实例
- 串口调试助手源程序\\51读写EEPROM应用实例.zip-serial debugging assistant source \\ 51 literacy EEPROM application examples. Zip
serial1.3
- 串口调试助手源程序 使用了SerialPort类 完成了对串口的操作 具有一般串口调试助手的功能 16进制发送和接收 以文件形式保存数据 自动识别PC机上的所有串口 对学习和使用SerialPort类很有用 可以自动识别PC机上的 (程序很多参照别人写的,但终归是自己写的程序)
串口调试助手源程序及编程详细过程.rar
- 串口调试助手源程序及编程详细过程.rar
龚建伟串口调试助手源程序scomm
- ◣啸峰工作室◥ 龚建伟串口调试助手源程序-◣ ◥ GONG Xiao-feng studio assistant serial debug source code
Jhhb
- 串口调试助手的源代码,为了答谢谢朋友们的支持,公开推出我最初用VC控件MSComm编写串口通信程序的源代码,并写出详细的编程过程,姑且叫串口调试助手源程序V1.0或VC串口通讯源程序吧,我相信,如果你用VC编程,那么有了这个代码,就可以轻而易举地完成串口编程任务了。-Serial debug the source code of aides, in order to A I would like to thank the support of friends, I first publicly
SerialDebugSourceCodeAndProgrammingAssistantDetail
- 串口调试助手源程序及编程详细过程。 保证你学会 VC环境下MSComm控件的使用,从而实现 PC与单片机的串口通信。-Serial debug source code and programming assistant detailed process. Guarantee that you learn to VC environment MSComm control the use of PC and SCM in order to realize the serial communica
SerialPortCommunicationAssistant
- 串口调试助手V2.2的源程序。做了小幅修改,解决了接收数据显示乱码的问题。-Assistant V2.2 serial debugging of the source. Make a slight modification to solve the reception problem of garbled data.
Serial
- 串口调试助手源程序。
cktszs
- 串口调试助手源代码, 调试串口-cktszs
ourdev_436169
- C# 串口调试助手源程序,例子很简单。但却很好用。同时也验证了我写的串口组件的使用正确性。现公开给大家。串口组件源码空间中有。该例子中包括应用可程序和源码-C# serial port source code debugging aides, for example, is very simple. But it just works. Verified at the same time I wrote the serial use of the correctness of componen
串口调试程序源文件
- 串口调试助手源程序 代码完全的开放,并有详细的解释,下面是部分片段 if(m_ctrlComm.GetCommEvent()==2) //事件值为2表示接收缓冲区内有字符 { ////////以下你可以根据自己的通信协议加入处理代码 variant_inp=m_ctrlComm.GetInput(); //读缓冲区 safearray_inp=variant_inp; //VARIANT型变量转换为ColeSafeArray型变量 len=safearray_
matlab gui串口通信程序
- matlab gui串口通信程序,串口调试助手gui界面源程序(Matlab GUI serial communication program, serial debugging assistant GUI interface source program.)
stm32103 串口
- 串口源程序,编译通过,可以在STM32F103上运行,配合串口调试助手使用