-
实际是一个网络编程中模拟读写串口的程序.不过是创建了一个文件,把文件当作串口进行操作...
实际是一个网络编程中模拟读写串口的程序.不过是创建了一个文件,把文件当作串口进行操作-is actually a simulation of network programming literacy Serial procedures. But is the creation of a paper document to operate as a serial
- 2023-01-12 20:35:04下载
- 积分:1
-
在VB下对串口COMM控件编程和发机制进行了详细地设计,同时可以为串口调试用,不失为一个好工具。习惯于VB编程的朋友可以CC一下了。...
在VB下对串口COMM控件编程和发机制进行了详细地设计,同时可以为串口调试用,不失为一个好工具。习惯于VB编程的朋友可以CC一下了。-in VB Serial COMM under the control programming and the mechanisms to perform detailed design, while it used to debug serial port, is a good tool. Accustomed VB CC friends out.
- 2023-07-06 22:00:04下载
- 积分:1
-
rs232.cpp和RS232串行端口通信。H
RS232.cpp and RS232.h for Serial COM Port Communication
- 2022-04-12 15:24:43下载
- 积分:1
-
串口控制程序一般分为查询和中断两者方式。查询方式适用于简单的应用,简单可靠,但是缺点是需要占用处理器资源,在发送或者接收数据的时候不能做其它的事情,处理器利用率...
串口控制程序一般分为查询和中断两者方式。查询方式适用于简单的应用,简单可靠,但是缺点是需要占用处理器资源,在发送或者接收数据的时候不能做其它的事情,处理器利用率低。中断方式下,在发送或者接受数据的时候处理器还可以做其它的工作,效率较高。-Serial control procedures will generally be divided into two way query and interruption. Query applied to simple applications, simple and reliable, but the drawback is the need to occupy processor resources to send or receive data at the time should not make other things, the processor utilization rate. Interrupt mode, the send or accept data when the processor can do other work, more efficient.
- 2022-03-05 23:44:04下载
- 积分:1
-
是一个用isual C++写的基于串口的手机通信程序,希望对大家有用。...
是一个用isual C++写的基于串口的手机通信程序,希望对大家有用。-Is a use isual C++ Written in mobile phone based on the serial communication program, in the hope that useful to everyone.
- 2022-03-29 05:55:14下载
- 积分:1
-
采用verilog编写的串口通信程序,采用了状态机设计!程序简单,消耗资源少...
采用verilog编写的串口通信程序,采用了状态机设计!程序简单,消耗资源少-Serial communication written by verilog hdl. It is designed with FSM. The program is simple,and consume resource is few.
- 2022-09-13 20:50:03下载
- 积分:1
-
8155扩展程序,可以进新键盘和数码显示的扩展,是一个不错的源代码...
8155扩展程序,可以进新键盘和数码显示的扩展,是一个不错的源代码-8155 expansion procedures, can enter the new keyboard and the expansion of the digital display, is a good source
- 2023-07-20 21:10:03下载
- 积分:1
-
这个是串口的基于停止等待协议原理编程,这个是接收程序,很好用哦...
这个是串口的基于停止等待协议原理编程,这个是接收程序,很好用哦-this is the agreement on principle to stop waiting for the program, this is the receiving process, oh well spent
- 2022-07-20 01:14:46下载
- 积分:1
-
serial programming source code, reprinted from elsewhere, a certain reference va...
串口编程源代码,从别处转载的,有一定参考价值!-serial programming source code, reprinted from elsewhere, a certain reference value!
- 2022-05-29 13:28:39下载
- 积分: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