-
对带LED显示的非接触IC卡读写器的控制,寻卡、读取卡片的物理序列号、核对密钥、读卡、写卡,通过LED数码管显示卡号等信息。...
对带LED显示的非接触IC卡读写器的控制,寻卡、读取卡片的物理序列号、核对密钥、读卡、写卡,通过LED数码管显示卡号等信息。-With LED display on the non-contact IC card reader control, look for cards, the card reader physical serial number, check the key, card reader, writing cards, through the LED digital display card number and other information.
- 2022-03-03 20:48:34下载
- 积分:1
-
PCs serial communications, data reception and transmission of the source
pc机串口通信中,数据的接收和发送的源程程序。-PCs serial communications, data reception and transmission of the source-procedures.
- 2022-03-17 22:24:25下载
- 积分:1
-
串口通信PC机应用程序
串口通信PC机应用程序-PC serial communication applications
- 2023-02-25 10:15:03下载
- 积分:1
-
编程:串行口调试程序
编程:串行口调试程序-Programming : serial port debugger
- 2022-09-26 05:50:02下载
- 积分:1
-
pb9com Contents : PowerBuilder 9.0 in the development of the COM achieve example...
pb9com目录:在PowerBuilder 9.0实现COM开发的例子;-pb9com Contents : PowerBuilder 9.0 in the development of the COM achieve example;
- 2022-10-10 19:30:03下载
- 积分:1
-
IC卡考勤系统源码,动态链接库函数显示…
IC卡考勤系统源代码,动态连接库中函数说明,源程序中有相关的使用说明.-IC card attendance system source code, dynamic link library functions show that the source is related to the usage instructions.
- 2022-04-27 22:12:11下载
- 积分: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
-
根据AD7862四232川口电压采集C++串口通信…
c++串口通信 基于ad7862四路电压采集系统232川口通信,c++上位机程序。-c++ serial communication based on the AD7862 Quad 232 Kawaguchi voltage acquisition system communications, c++ PC program.
- 2022-06-01 06:44:14下载
- 积分:1
-
使用TC3.0开发的串口通讯程序,在一台电脑上模拟。(本机发到串口,本机再从串口读入)...
使用TC3.0开发的串口通讯程序,在一台电脑上模拟。(本机发到串口,本机再从串口读入)-TC3.0 development of the use of serial communication program, in a computer simulation. (This machine made to the serial port, the company was again read from the serial port)
- 2022-02-26 10:08:15下载
- 积分:1
-
的问题.派尔高协议,控制左转右转时,出现问题.其他功能好用.我用DELPHI写的程序,在MOUSEDOWN中, str := chr($FF)+chr($01)...
的问题.派尔高协议,控制左转右转时,出现问题.其他功能好用.我用DELPHI写的程序,在MOUSEDOWN中, str := chr($FF)+chr($01)+chr($00)+chr($04)+chr($0F)+chr($00)+chr($14)
MSComm1.output := str
在CLICK事件中: str := chr($FF)+chr($01)+chr($00)+chr($00)+chr($00)+chr($00)+chr($01)
MSComm1.output := str
-Problem. Pelco agreement左转右转control when there are problems. Other features easy to use. DELPHI I used to write the procedures in the MouseDown, str: = chr ($ FF)+ Chr ($ 01)+ chr ($ 00)+ chr ($ 04)+ chr ($ 0F)+ chr ($ 00)+ chr ($ 14) MSComm1.output: = str in the CLICK event: str: = chr ($ FF)+ chr ($ 01)+ chr ($ 00)+ chr ($ 00)+ chr ($ 00)+ chr ($ 00)+ chr ($ 01) MSComm1.output: = str
- 2022-02-06 22:16:02下载
- 积分:1