-
Bluetooth GPS receiver using satellite positioning data packets, and stored in t...
用蓝牙接收GPS卫星定位数据包,并存入数据库.-Bluetooth GPS receiver using satellite positioning data packets, and stored in the database.
- 2023-08-13 22:35:03下载
- 积分:1
-
this as a serial programming examples, the use of the VC
此为串口编程的一个实例,利用VC实现了双机互联,各位不妨试一试!-this as a serial programming examples, the use of the VC-Internet machine, you may wish to try it!
- 2023-08-09 13:50:03下载
- 积分:1
-
好东东,用C写的,USB接口程序,很好用
好东东,用C写的,USB接口程序,很好用-Dongdong good with C wrote, USB interface program, a very good use
- 2022-06-25 23:39:43下载
- 积分:1
-
注释 用VC++编写USB接口通信程序
注释 用VC++编写USB接口通信程序 -prepared USB Communication Program prepared by VC USB Communication Program
- 2022-08-06 12:34:20下载
- 积分:1
-
随着视窗98的推出,越来越多的计算机用户都习惯于使用无线网络…
随着Windows98的推出,越来越多的微机用户已习惯于Windows操作系统。不过Windows应用软件的开发对于一般工程技术领域的技术人员来说并非易事,然而使用微软的VisualBasic6.0(简称VB6)来开发这些方面的Windows应用软件就十分方便,编程工作量相对较小,只需进行主要应用功能的编程和少量界面控制的编程。本文介绍利用VB6串行通信编程的方法对采用了RS-232接口的仪器,进行串行通信的计算机测控软件开发和实现仪器功能和指标的验收。-With the launch of Windows 98, more and more computer users are accustomed to Windows. But Windows application software development for the general area of engineering and technology and technical personnel is not easy, but to use Microsoft Visual Basic 6.0 (VB6) to the development of these applications on Windows is very convenient, programming workload is relatively small, only major applications programming a small amount of control and interface programming. This paper describes the use of VB6 serial communication programming method used to the RS-232 devices, serial communication control computer software development and the achievement of equipment functions and targets of acceptance.
- 2022-06-27 15:20:46下载
- 积分:1
-
三菱PLC与PC通讯程序,只是简单做了试验,结果较好。
三菱PLC与PC通讯程序,只是简单做了试验,结果较好。-Mitsubishi PLC and PC communication program, but simply to do a test with satisfactory results.
- 2022-01-25 21:52:44下载
- 积分:1
-
一个基于串口通信的汽车行驶记录仪数据采集处理系统,这里是主程序和数据库,整个项目使用Delphi的Com+组件技术开发,后面将陆续上传各个组件的源码...
一个基于串口通信的汽车行驶记录仪数据采集处理系统,这里是主程序和数据库,整个项目使用Delphi的Com+组件技术开发,后面将陆续上传各个组件的源码-a serial communication based on the vehicles running Recorder Data Acquisition and Processing System, which is the main program and database, the entire project using Delphi Com component technology development, will continue to upload behind all of the source components
- 2022-04-23 10:39:09下载
- 积分:1
-
8052串口驱动
8052串口驱动--(包括波特率计算,以及几个内存查看的shell命令)-8052-- (including baud rate, and several memory access to the shell commands)
- 2022-02-12 13:30:34下载
- 积分:1
-
数据采集与处理系统,日志模块源码,注意…
汽车行驶记录仪数据采集处理系统,登录模块的源码,注意这些都是com+组件,可以单独编译,并通过调用我前面上船的主窗体的.exe文件调试-Data Acquisition and Processing System, log module source code, the attention of these are com+ components that can compile, and in front of me by calling the embarkation of the main forms. Exe files Debugging
- 2023-07-29 06:30:04下载
- 积分:1
-
从串口读取数据,有两种方法, 1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。 2、接收到一个EV_RXCHAR后,等一定数据...
从串口读取数据,有两种方法, 1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。 2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的-read data from the serial port, there are two methods, one, each receiving a EV_RXCHAR, on the ReadFile read, I think this vote. 2, received a EV_RXCHAR after a certain volume of data, such as CPU cycles (GetTickCount), and the one-time reader, the data buffer. To do so, under normal circumstances there is no problem, but if many of the data, and after a "certain amount of data the CPU cycles," also confiscated End Data how do? Few will read the data. I used three lines to complete serial data
- 2022-08-09 09:18:25下载
- 积分:1