搜索资源列表
串口通信应用程序
- 这是串口通信应用中一个比较好的例子,同还展示了如何通过串口来获得GPS接收到的数据,并作相应的处理,是一个完整的示例。-This is the serial communication applications a good example, with the display through the serial GPS receiver to receive the data, and accordingly, is a complete example.
Example.rar
- MSCOMM控件编程实例,主要展示了通过对话框程序来在pc机上接受,发送串口数据。,MSCOMM control programming examples, mainly through the dialog box display process to accept the machine in the pc, send the serial data.
RFID_UHF_VC
- RFID_VC++6.0源码_RFID读写 提供了RFID的开发源码,用VC编的,展示RFID卡如何加密,如何自毁。串口通讯支持RS-232(RS232),RS-485(RS485),波特率可选,RFID的天线可选,读卡频率可调。提供了控制RFID读卡功率的方法,功率从0至29可调,距离最大10米以上,该源码可用于交通、物流、运输、仓库管理、比条码技术强大。用于毕业论文答辩中,可以演示,程序看懂后,就对RFID整个工作原理较为了解。支持ISO18000和EPC_GEN2等类型的RFID卡。
SmsTest
- 这份代码展示了如何使用串口发送手机短消息,里面涉及了串口通信、线程同步等内容。用户可以参考里面的SMS通信技术-This code shows how to use the serial port to send mobile phone text messaging, which involves a serial communication, thread synchronization and so on. Users can refer to the inside of SMS comm
GraphDemo
- 同样是通过MFC实现的一个对数据的展示程序,开起来不是很美观,但功能实现的很好,也希望您在使用的过程中加以修改指正,谢谢!-Through the MFC to achieve a data display program to open up is not very beautiful, but functions well, but also hope that you use in the process to modify correct me, thank you!
serialwave
- 串口数据通信并进行数据的波形显示,能形象的展示数据-The serial data communication and data waveform display, data can display image
communication
- 这个应用程序实现了串口的通信,并将数据进行解码,将机器码转换成十六进制的数据,下位机的运行状态也用指示灯进行展示-This application implements serial communication, and the data is decoded, the machine code into hexadecimal data, operating states crew also used the indicator on display
wvnta
- (2,1,3)卷积码搭建了简单的系统来进行纠错展示,可以实现从编码,加入错误,译码,输入输出码字对比等基本功能,另外加入了()
64088456
- (2,1,3)卷积码搭建了简单的系统来进行纠错展示,可以实现从编码,加入错误,译码,输入输出码字对比等基本功能,另外加入了()
基于QT的串口通讯上位机软件
- 基于QT开发的单片机上位机通讯软件,能够接收下位机发送的数据,将数据展示在折线图中。