-
use serial communication, including source code, and programs.
使用串行通信,包括源代码和程序。
- 2022-04-17 12:39:47下载
- 积分:1
-
基于ARM9和μC/OS
基于ARM9和μC/OS-Ⅱ的Modbus通信协议的实现-Based on ARM9 and μC/OS- Ⅱ of the Modbus communication protocol to achieve
- 2023-05-01 10:05:02下载
- 积分:1
-
这是非常有挑战性的题目。对于用户输入的任意一个平面函数f(x),绘制出其函数曲线。这里最关键的技术难点就是如何实现计算表达式的值。在《编译原理》和《数据结构》的...
这是非常有挑战性的题目。对于用户输入的任意一个平面函数f(x),绘制出其函数曲线。这里最关键的技术难点就是如何实现计算表达式的值。在《编译原理》和《数据结构》的书中,都有对表达式运算方法的论述。说实在的,在编译型计算机语言中实现对用户输入表达式的运算是非常困难的。需要对表达式进行扫描,去括号,按照运算符的优先级生成2叉树,然后遍历该树生成逆波兰表达式,再然后通过栈的方法进行运算。如果在表达式中再包含有函数的话......描述起来都麻烦,更不要说用程序实现了:-(-This is a very challenging issue. For user input an arbitrary planar function f (x), mapping out its function curves. Here the most critical technical problems is how to achieve calculated the value of the expression. "Compiling Principle" and "data structure," the book, have right of expression Operational discussed. Indeed, the computer language compiler to achieve expression of the user input operation is very difficult. Need to scan expression to the brackets, in accordance with the priority Operators Generation 2-ary tree, and then traverse the tree generated reverse Polish expression, and then through the stack approach to computing. If the expression again contains the function described ...... these are trouble, not to mention t
- 2022-02-25 13:48:40下载
- 积分:1
-
在MFC下,编写串口通信程序包括两种方法,一种是使用MSComm控件,一种是使用API通信函数。本程序演示了如何使用串口通信API实现串口通信。...
在MFC下,编写串口通信程序包括两种方法,一种是使用MSComm控件,一种是使用API通信函数。本程序演示了如何使用串口通信API实现串口通信。-in MFC, to prepare serial communication program includes two ways : one is to use MSComm control, the use of a communication API functions. This program demonstrated how to use serial communication API serial communication.
- 2022-07-20 11:38:41下载
- 积分:1
-
multi
多线程,多接收模式串口类 LsComm ,串口通信源代码!-multi-threaded, multi-mode receiver category LsComm serial, serial communications source code!
- 2022-05-18 06:53:36下载
- 积分:1
-
使用xmodem进行串口通讯的程序
使用xmodem进行串口通讯的程序- Uses xmodem to carry on the string mouth communication the
procedure
- 2022-08-17 14:15:23下载
- 积分:1
-
SPCE061A为核心的转换控制(Drivers汇编代码):以太网 RS232
SPCE061A为核心的转换控制(Drivers汇编代码):以太网 RS232-SPCE061A at the core of the change of control (Drivers assembly code): Ethernet RS232
- 2022-05-05 21:55:10下载
- 积分:1
-
C++ Builder 6串行控制的简单的方法来控制RS232设备
C++ Builder 6串行控制简单化控制RS232设备的方法
- 2023-03-12 09:55:03下载
- 积分:1
-
这是本人在网上下载的关于深入浅出VC++串口编程之基于Win32 API的教程...
这是本人在网上下载的关于深入浅出VC++串口编程之基于Win32 API的教程-This is my downloading on the plain language VC++ Serial programming based on the Win32 API tutorial
- 2022-03-14 06:21:27下载
- 积分:1
-
用于串口应用程序的调试监控工具,软件可模拟设备往串口发送指定格式的数据串,同时也可以用于实时监控串口读写过程中的所有数据流。☆ 自动侦测当前系统中所有可用的串口...
用于串口应用程序的调试监控工具,软件可模拟设备往串口发送指定格式的数据串,同时也可以用于实时监控串口读写过程中的所有数据流。☆ 自动侦测当前系统中所有可用的串口数,支持USB扩展出的虚拟串口(可到COM256)。☆ 支持ASCII码和十六进制数据格式的发送和接收。☆ 可以自由选择侦测的串口,接收数据区的容量可以无限大。☆ 发送、接收数据区的大小可以随意拉伸调节。☆ 对发送、接收数据区加入鼠标右键菜单的支持。☆ 扩大串口波特率的支持,现最高Baud可到921600。☆ 支持Unicode内码显示。☆ 增加自动发送数据功能。☆ 增加保存显示记录的功能。-applications for serial monitoring of debugging tools, software can simulate serial devices to send data to the specified format string, but also can be used for real-time monitoring serial process of reading and writing all data stream. automatically detect the current system all available serial number, support USB expansion of Virtual Serial Port (available to COM256). support ASCII and hexadecimal format of the data to send and receive. freedom of choice to detect the serial and receive data in large capacity can be unlimited. send and receive data of arbitrary size can adjust tension. right to send and receive data by adding areas of the right mouse button menu support. serial port baud rate of expansion, is
- 2022-05-26 06:11:45下载
- 积分:1