-
基于串口的一个小程序,可以用来接收和发送短信消息
基于串口的一个小程序,可以用来接收和发送短信消息-a progress of serial port you can use it send and receive messages
- 2022-02-01 08:46:40下载
- 积分:1
-
一个串口程序,用Delphi3写的.程序简洁明了,功能函数齐全,经测试完全通过....
一个串口程序,用Delphi3写的.程序简洁明了,功能函数齐全,经测试完全通过.-a serial program, Delphi3 writes. Procedures concise, full-function, Testing entirely through.
- 2022-01-26 06:33:22下载
- 积分:1
-
关于RS
关于RS-232 RS-485串口通信的详细资料-On the RS-232 RS-485 serial communication of detailed information
- 2023-05-18 02:40:04下载
- 积分:1
-
串行通信接口标准经过使用和发展,目前已经有几种。但都是在RS...
串行通信接口标准经过使用和发展,目前已经有几种。但都是在RS-232标准的基础上
经过改进而形成的。所以,以RS-232C为主来讨论。RS-323C 标准是美国EIA(电子工业联合
会)与BELL等公司一起开发的1969 年公布的通信协议。它适合于数据传输速率在0~
20000b/s 范围内的通信。这个标准对串行通信接口的有关问题,如信号线功能、电器特性
都作了明确规定。由于通行设备厂商都生产与RS-232C制式兼容的通信设备,因此,它作为
一种标准,目前已在微机通信接口中广泛采用。-Serial communication interface standard through the use and development, now has several. However, in the RS-232 standard on the basis of an improved formed. So to the main RS-232C for discussion. RS-323C standard is the United States EIA (Electronics Industry Association) and BELL, such as the development of the company in 1969 with the publication of the communication protocol. It is suitable for data transfer rate at 0 ~ 20000b/s within the scope of communication. The standard serial communication interface of the relevant issues, such as signal line features, electrical characteristics have been clearly defined. Because of prevailing production and equipment manufacturers have standard RS-232C compatible communications equipment, t
- 2022-02-01 11:07:15下载
- 积分:1
-
CBC下写的串口编程,API函数实例
I wish this site had been around when I was trying to figur...
CBC下写的串口编程,API函数实例
I wish this site had been around when I was trying to figure out how to make serial communications work in Windows95. I, like many programmers, was hit with the double-whammy of having to learn Windows programming and Win95 serial comm programming at the same time. I found both tasks confusing at best. It was particularly frustrating because I had, over the years, written so much stuff (including lots of serial comm software) for the DOS environment and numerous embedded applications. Interrupt driven serial comm, DMA transfer serial comm, TSR serial comm, C, assembler, various processors... you name it, it had written it. Yet, everything I knew seemed upside-down in the message-driven-callback world of Windows. -CBC was under the serial programming API function examples I wish this site had been around when I was trying to figure out how to make serial communications work in Windows 95. I, like many programmers, was hit with the double-locking of having to learn W
- 2022-02-06 02:23:47下载
- 积分:1
-
RS232 C51' s communication procedures, according to their own needs minor cha...
RS232 C51的通讯程序,根据自己的需要稍做修改,就可以使用了.-RS232 C51" s communication procedures, according to their own needs minor changes, you can use.
- 2022-03-12 18:35:37下载
- 积分:1
-
双机串行互连开发
两台电脑互联 串口开发-two computer serial interconnect development
- 2023-05-15 13:40:02下载
- 积分:1
-
使用MsComm控件接收gps数据,解析并显示定位数据。
使用MsComm控件接收gps数据,解析并显示定位数据。-Mscomm gps receiver controls the use of data, analysis and display the positioning data.
- 2022-08-03 21:49:05下载
- 积分:1
-
一个C++语言编写的程序,看后你不会后悔
一个C++语言编写的程序,看后你不会后悔-a C++ language to develop the procedures that you will not regret it later
- 2023-08-11 16:00:04下载
- 积分:1
-
本程序是i2c总线读写一个字节的程序。在写过程序中,不一定非要检测i2c的应答位,可以直接延时过去就行,但是在读过程中必须给应答信号,读完发停止位,一定确认所发...
本程序是i2c总线读写一个字节的程序。在写过程序中,不一定非要检测i2c的应答位,可以直接延时过去就行,但是在读过程中必须给应答信号,读完发停止位,一定确认所发的信号都发上了。否则在连续地址读的过程中可能不会出错,但是在随机度过程中就会出错,我的程序就是在给停止信号时没有给上,24cxx一直在输出数据,结果读出错。找着问题后我的程序只加入了一条命令便完全正常。-i2c bus read and write a byte procedures. The written procedure, not necessarily require the detection i2c-response, and can directly past trip delay, but the process must be read to the response signal, stopped at reading, we recognize the signals are on the fat. Otherwise, the address read for the course could not go wrong, but the randomness of the process would be a mistake, I was in the process to stop for no signal, 24cxx in output data, read errors. I discovered the problem after the procedure just joined the order of a completely normal.
- 2022-02-02 10:09:18下载
- 积分:1