搜索资源列表
MySport串口通信程序
- 本程序可以实现简单的串口通信的数据发送与接收。需要使用VSPM建立虚拟串口,然后进行通信。
SCommTest.rar 串口通信程序
- 有界面,串口通信
chuankou.rar
- RS232串口通信控制界面包括周期发送以及二进制——十六进制转换等功能,RS232 serial communication control interface including the cycle of sending as well as binary- hexadecimal conversion function
MSCommV1
- 用MFC写的串口通信界面。可以接收串口发送过来的数据,进行实时曲线绘制。-Using MFC to write serial communication interfaces. Send them to receive serial data in real-time curve drawing.
smartcar_monitor
- Labview串口通信界面,并且可以保存接收回来的数据,数据格式为.dat,可用Excel打开-Labview serial communication interface, and can save the data to receive back the data format. Dat, can be used to open Excel
vs2005_serial_comm
- vs2005编译的串口通信源码,上位机有配置界面,方便配置串口-vs2005 compile the serial communication source
PIV_WaterControlSys
- 品微井下智能控制系统,不错的界面,还有串口通信,曲线显示等等功能-Commodities underground micro-intelligent control system, a good interface, there are serial communications, and so functional curve shows
chuankou
- RS232串口通信源代码及数据传输后上位机界面开发-RS232 serial communication and data transfer source code after the host computer interface development
communicate
- VC++ 6.0做的一个串口通信程序,功能与串口调试助手类似。它可以实现两台电脑的串口之间或者一台电脑的两个串口之间互相收发数据。左上角可以通过下拉列表选择不同的串口,默认的是COM1,考虑到笔记本电脑上一般没有串口,用USB转RS-232转换器之后,其COM口一般不为COM1,所以在程序中不做死COM口而是可以在界面中选择COM口,单击“关闭串口”就停止数据的收发。“接收区”对接收到的数据进行显示,接收可以选择自动接收或手动接收,自动接收状态只有检测到有数据发过来就进行显示,不处于自动接收状态
RS232_serialcomm
- 使用Micro Visual C++6.0编制的RS232串口通信界面,可以与单片机通讯。-Using Micro Visual C++6.0 prepared by the RS232 serial communication interface that allows communication with the microcontroller.
communications
- 串口通信,控件实现,mfc界面-Serial communication, control, achievement, mfc interface
串口通信界面
- 本资源是一下串口界面,设置波特率,COM号等运用MATLAB MFC编辑程序,使其完成串口收发信息的功能
串口
- 串口通信源码,包括界面和m文件。编程语言为MATLAB(Serial communication source code)
mscomm
- 读取激光串口通信数据,并转换为数组格式并显示在界面中,可以实现接收和发送(Read serial data, and converted to array format)
RTX实时平台实现RS232通讯(含源代码)
- RTX下串口通信,界面输入发送数据并且显示收到的数据(RTX serial communication, the interface input, send data and display data received)
COM&&LOCK
- 本工程具备串口通信功能,具备简单发送开关命令和接收状态界面显示功能。VS2013编译(a VS project with seriaport communication.have function of communication with stm32L151(see stm32L151 project) and controlling switch and accepting state.)
mfc
- 串口通信,MCU跟PC通信经常用到的一种通信方式,做界面、写上位机程序的编程语言、编译环境等不少,VB、C#、LABVIEW等等,我会的语言很少,C语言用得比较多,但是还没有找到如何用C语言来写串口通信上位机程序的资料,在图书管理找到了用VC++编写串口上位机的资料,参考书籍,用自己相当蹩脚的C++写出了一个简单的串口上位机程序,分享一下,体验一下单片机和PC通信的乐趣。(Serial communication, a communication with PC MCU frequently u
VB编写的仿真实电子琴操作界面
- VB编写的仿真实电子琴操作界面,包含与FPGA串口通信的功能(The virtual electronic instrument interface written by VB contains the functions of serial communication with FPGA)
USB虚拟串口虚拟示波器上位机软件(VB6)
- 基于USB虚拟串口的示波器卡上位机软件源码 该软件需链接硬件设备后方可使用,同时可以用于学习相关软件编写,具有示波器样式的界面。 开发环境:VB6.0
串口通信
- 串口通信编程,初学者可以仿照读写,界面需要自己拓展