-
Serial port engine based on Symbian S60 3nd
Symbian S603串口通信引擎程序-Serial port engine based on Symbian S60 3nd
- 2023-08-04 08:20:03下载
- 积分:1
-
A serial port class i wrote.
我写的一个串口通信类,还是很好用的哦,大家可以参考一下-A serial port class i wrote.
- 2022-07-02 16:53:59下载
- 积分:1
-
该程序实现了串口之间的相互通信,是异步串口通信,可以设置串口号...
该程序实现了串口之间的相互通信,是异步串口通信,可以设置串口号-Implementation of the procedures between the serial communications, serial communication is asynchronous, the classic experimental procedures for computer networks
- 2022-12-10 11:00:02下载
- 积分:1
-
with Serial Communication Control
用控件实现串口通信-with Serial Communication Control
- 2023-05-29 06:00:03下载
- 积分:1
-
Realize serial communication, two computers between the link function
实现串口通信,两台计算机之间的相互链接功能-Realize serial communication, two computers between the link function
- 2023-03-13 07:00:03下载
- 积分:1
-
DELPHI COMM控件 控件
DELPHI COMM控件 控件-DELPHI COMM Controls
- 2022-04-11 07:01:54下载
- 积分:1
-
with Delphi is a powerful, easy
Delphi是一种具有功能强大、简便易用和代码执行速度快等优点的可视化快速应用开发工具,它在构架企业信息系统方面发挥着越来越重要的作用,许多程序员愿意选择 Delphi作为开发工具编制各种应用程序。但是,美中不足之处是 Delphi没有自带的串口通信控件,在它的帮助文档里也没有提及串口通信,这就给编制通信程序的开发人员带来许多不便-with Delphi is a powerful, easy-to-use and faster code execution advantages of visual rapid application development tool, the framework for enterprise information systems are playing an increasingly important role, many programmers choose to Delphi as a development tool preparation of the various applications. However, inadequate as it is not Delphi onboard Serial Communication Control, in its help files contain no mention of serial communication, which gives the procedures for the preparation of communications developers bring a lot of inconvenience
- 2022-03-25 21:30:22下载
- 积分:1
-
一个用于在窗口下进行串行通信的组件,我已经试过了,…
用java编写的一个组件,用于windows下串口通信,我已经试过了,可以成功-prepared with a component for serial communications under Windows, I have tried, successful
- 2022-03-20 18:55:08下载
- 积分:1
-
串口通讯中crc码计算方法,通过labview程序从而实现的。
串口通讯中crc码计算方法,通过labview程序从而实现的。-err
- 2022-03-20 07:24:09下载
- 积分: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