-
最棒的串口调试工具, 不用初始化任何波特率,进出的所有包都可以抓...
最棒的串口调试工具, 不用初始化任何波特率,进出的所有包都可以抓-best serial debugging tools, not initialize any baud rate, and out of all the packets can grasp
- 2022-07-02 11:46:40下载
- 积分:1
-
用VC控件MSComm编写串口通信程序的源代码,并写出详细的编程过程,仅供参考...
用VC控件MSComm编写串口通信程序的源代码,并写出详细的编程过程,仅供参考-MSComm control VC prepared serial communication program"s source code, and write a detailed programming process for reference! !
- 2022-03-15 21:51:17下载
- 积分:1
-
PROFIBUS主站和从站的源代码可以作为了主要的发展…
profibus主站及从站源代码,可以作为主从站开发的借鉴-Profibus master and slave source code can be used as a major development from the point of reference
- 2023-08-08 18:20:02下载
- 积分:1
-
在nt下对端口进行读写
在nt下对端口进行读写-nt under the right and write ports
- 2022-02-04 02:29:28下载
- 积分:1
-
C#编写的出口读写程序,可以实现端口和波特率的选择
C#编写的出口读写程序,可以实现端口和波特率的选择-Written in C# export read-write process, can be achieved port and baud rate selection
- 2022-06-02 11:48:23下载
- 积分:1
-
串口数据转换,VB60源程序,本人从网上收集,分享给大家,谢谢,没有解压密码....
串口数据转换,VB60源程序,本人从网上收集,分享给大家,谢谢,没有解压密码.-Serial data conversion, VB60 source, I gather from the Internet, to share to you, thank you, there is no decompression password.
- 2023-03-14 18:25:03下载
- 积分:1
-
从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的...
从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR,一个对EV_RXCHAR进行分析,其实就是超时判断。如果接收到一个消息后,一段时间没收到下一个EV_RXCHAR,就认为是一个数据包的结束。这个线程就会通知数据接收线程,进行数据接收。一般同一包数据,两个字符之间的时间间隔,应该很小了吧,而两个数据包之间的间隔,应该不会太小吧!(这个地方我不清楚,猜的:( :) )最后一个线程,是接收数据的。-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 reception, the first method is a variant : an interception EV_RXCHAR, one pair of EV_RXCHAR analys
- 2023-03-23 09:55:03下载
- 积分:1
-
用VB实现RS232接口通信,能和单片机通信的上位机程序。
用VB实现RS232接口通信,能和单片机通信的上位机程序。-RS232 interface using VB to achieve communications, energy and single-chip PC communications procedures.
- 2022-02-01 06:07:44下载
- 积分:1
-
C language library DOS version of the communication process to support 115200 ba...
C语言通讯程序库DOS版,支持10个115200波特率的通讯口-C language library DOS version of the communication process to support 115200 baud rate of 10 communications port
- 2022-03-06 10:59:36下载
- 积分:1
-
西门子技术支持网站简介
当您在使用西门子产品时可能遇到这样或是那样的问题,没关系,您可以登陆西门
子技术支持与服务网站来查找您需要的信息.
网站...
西门子技术支持网站简介
当您在使用西门子产品时可能遇到这样或是那样的问题,没关系,您可以登陆西门
子技术支持与服务网站来查找您需要的信息.
网站链接为: http://www.ad.siemens.com.cn/service/
登陆网站后,您可以点击相关链接,查找您想要得信息,其中在"网上课堂"可以
下载西门子技术支持工程师编写的常问问题和使用入门文档,点击网页左侧的"技
术资源",进入后将显示语言切换到英文(点击网页的右上角"English"),然后
在"Search"输入框中输入您要查找的相关内容,如下载升级软件包,或是查找错
误代码的解释,或是查找相关产品的信息等等,您可能会找到很多条链接,您可以
从中选择您所需要的内容,您还可以通过点击"Product Support"进入西门子的
产品信息库,通过点击左侧的相关文件链接可以查找到西门子相关产品的详细信
息.如果您经常使用网站信息,您会觉得它已成为您解决问题的得力助手.
- 2022-02-20 06:30:12下载
- 积分:1