登录
首页 » Com Port » 串口通信的东东 串口通信的东东串口通信的

串口通信的东东 串口通信的东东串口通信的

于 2022-05-31 发布 文件大小:1.11 kB
0 151
下载积分: 2 下载次数: 1

代码说明:

串口通信的东东 串口通信的东东串口通信的-Dongdong serial communications serial communications serial communications Dongdong

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 编程:串行口调试程序
    编程:串行口调试程序-Programming : serial port debugger
    2022-09-26 05:50:02下载
    积分:1
  • compilation and mixed C Programming microcontroller simulation I2C procedures, h...
    汇编和C混合编程的单片机模拟I2C程序,已验证可行-compilation and mixed C Programming microcontroller simulation I2C procedures, has been verified
    2022-01-28 09:31:03下载
    积分:1
  • 串口测试程序,波特率、串口选择等多种功能完善,推荐下载。...
    串口测试程序,波特率、串口选择等多种功能完善,推荐下载。-serial testing procedures, baud rate, serial choice of a variety of functions, recommended download.
    2022-03-13 01:01:28下载
    积分:1
  • 常用短消息SMS指令一览表及其用法详尽说明,简单易懂。
    常用短消息SMS指令一览表及其用法详尽说明,简单易懂。-SMS Short Message commonly used commands and their usage in detail a list of shows that simple.
    2022-03-04 10:38:44下载
    积分:1
  • err
    Evc 4.0写的,关于wince 串口通讯程序,通讯规约遵循dl/t645-err
    2022-01-26 03:40:13下载
    积分: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
  • 用于串口应用程序的调试监控工具,软件可模拟设备往串口发送指定格式的数据串,同时也可以用于实时监控串口读写过程中的所有数据流。☆ 自动侦测当前系统中所有可用的串口...
    用于串口应用程序的调试监控工具,软件可模拟设备往串口发送指定格式的数据串,同时也可以用于实时监控串口读写过程中的所有数据流。☆ 自动侦测当前系统中所有可用的串口数,支持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
  • 这是一个用C++编写的软件,包括手机发送消息的一个…
    这是一款VC++编写的软件,包括手机发送信息及电话号码簿的一般例程-This is a VC++ Preparation software, including mobile phones to send messages and telephone directory general routines
    2022-12-27 13:30:03下载
    积分:1
  • 此串口调试程序加入了三菱PLC通讯调试,有源码及运行程序
    此串口调试程序加入了三菱PLC通讯调试,有源码及运行程序
    2022-08-08 06:16:51下载
    积分:1
  • the source mainly through API functions Serial opened, read and write serial and...
    本源码主要是通过API函数实现串口打开,读写串口和关闭串口。-the source mainly through API functions Serial opened, read and write serial and serial closed.
    2022-02-02 05:29:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载