-
这是一个串口通信的实例。
里面用到很多控件,对于初学者值得学习!...
这是一个串口通信的实例。
里面用到很多控件,对于初学者值得学习!-This is an example of serial communication. Which used a lot of control, for beginners to learn!
- 2022-03-07 09:37:32下载
- 积分: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
-
sle4442 ic卡读写程序,能够实现在串口通信的条件下,对ic卡进行读写。
sle4442 ic卡读写程序,能够实现在串口通信的条件下,对ic卡进行读写。-procedures sle4442 ic card reader, can be achieved in the serial communication conditions, for ic card reader.
- 2022-01-25 15:30:59下载
- 积分:1
-
rs232编程原理详解,
不可多得的一本好书
做硬件开发必须
rs232编程原理详解,
不可多得的一本好书
做硬件开发必须-Detailed programming rs232 principle, rare books to do a hardware development to be
- 2023-01-23 13:20:03下载
- 积分:1
-
非常实用的串口通信程序 并且在中间使用了托盘技术 (站长,源程序个数怎么计算啊,其实这里面含有两个源程序,一个是串口通信,一个是托盘程序 )...
非常实用的串口通信程序 并且在中间使用了托盘技术 (站长,源程序个数怎么计算啊,其实这里面含有两个源程序,一个是串口通信,一个是托盘程序 )-very practical serial communication procedures and the use of in the middle of the tray technology (head source Number how calculated ah, actually it contains two sources, one serial port communications, a procedure tray)
- 2022-05-25 10:05:06下载
- 积分:1
-
串口通讯在客户端/服务器类型的应用程序设计中经常使用…
串口通讯在客户端/服务器类型的应用程序设计中经常要使用到,目前串口通讯采用的一般是专用软件包或者标准串口通讯协议(如XMODEM、ZMODEM等),这样完整详细且免费的软件包比较少,所以在SPCOMM的基础之上建立了本文所描述的串口通讯协议,称之为RCC(表示为Reliable Comm Communication),其主要目标是在用串口进行通讯的客户端/服务器双方建立一条可靠的通讯链路,就象TCP(RFC793)一样。该协议的目前的开发是采用VC++,应用平台为WIN95/NT,但作为RCC协议的本身不受具体编程语言及操作系统所限制-Serial port communication in client/server type of application design often use to the current serial communication is generally used in special packages or a standard serial communication protocols (such as XMODEM, ZMODEM, etc.), such a complete package details and free more less so on the basis of established SPCOMM described in this article serial communication protocol, called RCC (expressed as a Reliable Comm Communication), whose main objective is to communicate with the serial port client/server sides to establish a reliable communication link, like TCP (RFC793) the same. The current development of the protocol is used VC++, application platform for WIN95/NT, but as the agreement itself, RCC concrete programming
- 2023-02-24 10:55:03下载
- 积分:1
-
这是本人所编的串口传数据的程序,经测试能用,希望大家给于指导...
这是本人所编的串口传数据的程序,经测试能用,希望大家给于指导-This is my series of mass serial data procedures, have been tested can be, I hope to everyone in the guidance
- 2022-12-31 11:20:03下载
- 积分:1
-
用vb实现串口间通信,可以用来熟悉串口间传输信息的原理.
用vb实现串口间通信,可以用来熟悉串口间传输信息的原理.-with Serial Communication, which can be used with serial transmission of information between the principle.
- 2022-02-05 00:39:14下载
- 积分:1
-
为医疗仪器用的RS232通讯实用程序。经过调试源程序完全正确。...
为医疗仪器用的RS232通讯实用程序。经过调试源程序完全正确。-Medical equipment used for RS232 communications utility. After debugging the source code entirely correct.
- 2022-08-13 18:06:32下载
- 积分:1
-
because phone short message is sent in the form of Series PDU sent, Chinese char...
因为手机短消息的发送是以PDU串的形式发送出去的,中文字符以Unicode码来表示,所以在发送中文短消息之前必须首先将中文字符转换为Unicode码,下面的函数将实现这个功能。这个函数主要应用到VB自带的一个格式转换函数:AscW()将中文转换为Unicode码-because phone short message is sent in the form of Series PDU sent, Chinese characters in Unicode code to indicate, Therefore, the Chinese short message sent before the Chinese must first be converted to Unicode character codes, the following function to achieve this function. The main function of the VB application onboard a format conversion functions : AscW () will be converted to Unicode Chinese code
- 2022-03-16 19:27:34下载
- 积分:1