登录
首页 » 汇编语言 » 这是几年前我写的,自动识别RS485和RS232接线极性、自动检测波特率、自动匹配协议的云台控制软件,只是当时我还没用C写...

这是几年前我写的,自动识别RS485和RS232接线极性、自动检测波特率、自动匹配协议的云台控制软件,只是当时我还没用C写...

于 2022-07-15 发布 文件大小:15.15 kB
0 187
下载积分: 2 下载次数: 1

代码说明:

这是几年前我写的,自动识别RS485和RS232接线极性、自动检测波特率、自动匹配协议的云台控制软件,只是当时我还没用C写-This is a few years ago I wrote, and automatic identification RS485 and RS232 wiring polarity, automatically detects the baud rate, auto-matching agreement Yuntai control software, but I did not then use C to write

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

发表评论

0 个回复

  • 无阿斯顿温热任务二玩儿玩儿为绕弯儿玩儿玩儿玩儿我额外人...
    无阿斯顿温热任务二玩儿玩儿为绕弯儿玩儿玩儿玩儿我额外人-请求权完全俄文而且为轻微全文请问请问全文请问千万
    2022-11-12 18:40:03下载
    积分:1
  • May receive q3d ri webcam numerical, let q3d users can webcam
    可以接收q3d ri网络摄像头的数字,让q3d用户可以进行网络摄像头
    2022-11-01 05:55:03下载
    积分:1
  • VB写的一个ASM转机器码的代码,很方便的把转成机器码操作...
    VB写的一个ASM汇编转机器码的代码,很方便的把汇编语言转成机器码操作-vb asmtohex
    2023-08-22 19:05:04下载
    积分:1
  • 可调节自适应滤波器
    可调节自适应滤波器-代码.rar- May adjust the auto-adapted filter- code rar
    2022-03-11 16:44:09下载
    积分:1
  • DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A...
    DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 3 MOV BX,300 ;内存基址(1面) MOV DH,01 ;磁头号01 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 20 ;返回dos 初学汇编,请各位多多指教!-Debug on the production of Rising antivirus software key source disk MOV BX, 200 memory base address (0 face) MOV DH, 00 head No. 00 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th interruption INT 3 MOV BX, 300 memory base address (1 side) MOV DH, 01 head No. 01 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th
    2023-06-25 06:50:03下载
    积分:1
  • 关于用电子时钟的程设计,对课程设计有重要用处
    关于用电子时钟的编程设计,对课程设计有重要用处-electronic clock on the program design, the design of the curriculum is important useless!
    2023-09-07 12:05:04下载
    积分:1
  • MCD1 real one, to light a LED and continuously put out 3 seconds after the real...
    MCD1实战一,点亮一个LED并持续3秒后熄灭 该实战的目的作为学习和应用MCD1在线调试工具套件,进行项目的软件和硬件 联合调试的范例程序,也就是当做一个用户程序实例,而演示板暂时充当用户电 路的角色。这样就构成了一个软件、硬件齐全的自制项目模拟环境。 本程序实现的功能是,把端口RC的8条引脚全部设置为输出模式,并从RC0输出高电平 从而点亮RC0口的一个LED,持续3秒后LED熄灭. 该程序可用于PIC16F87X(A)所有系列-MCD1 real one, to light a LED and continuously put out 3 seconds after the real purpose for learning and application debugging MCD1 online suite of tools to carry out the project software and hardware examples of joint commissioning procedures, that is, as a user instance, and the demonstration user circuit board to serve as a temporary role. This constitutes a software, hardware, a full range of home-made simulation environment projects. Realize the function of this procedure is that the 8-port RC pin all set to output mode and high output from the RC0 so I RC0 a lit LED, continuous 3 seconds after the LED goes out. The program can be used to PIC16F87X ( A) All Series
    2022-03-05 02:28:25下载
    积分:1
  • 程序运行后,在屏幕上接收键盘输入的字符串,然后存如某个指定的内存单元里...
    程序运行后,在屏幕上接收键盘输入的字符串,然后存如某个指定的内存单元里-Program running on the screen to receive keyboard input string, and then deposit such as a designated memory cell where
    2023-05-22 20:55:03下载
    积分:1
  • 用S1实验板 P1口的8个发光管每隔2个右循环点亮
    用S1实验板 P1口的8个发光管每隔2个右循环点亮 -Experiments with S1 plate P1 mouth every 8 LED 2 right circle lit
    2022-01-30 23:11:56下载
    积分:1
  • 一个聊天的软件,支持诺基亚s60v3 fp1机型
    一个聊天的软件,支持诺基亚s60v3 fp1机型-A chat software s60v3 fp1 Supported Nokia models
    2023-09-07 14:45:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载