CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - DOS 串口

搜索资源列表

  1. SERIAL_C51

    0下载:
  2. C51 DOS/WINDOWS下的MCS51系列串行口(UART)的C驱动程序-C51 DOS / Windows under the MCS51 serial I (UART) C driver
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1648
    • 提供者:WANGXIAN
  1. CBuilder-TwoPcCommunication

    0下载:
  2. 1.用RS-232的零MODEM的连接法连好两机的连线; 2.用DOS的MODE命令设置好两机的通讯格式,两机的通讯格式必须一致。 3.用DEBUG的0命令将一数发送到串行口(2F8H-3F8H),然后在另一台机上用I命令读入串行口的内容。如果发送的内容与接收的内容一致,说明两机已连好线,否则必须检查连线,直到两机可通讯为止; 4.编一程序,将一台机的键盘输入的键值通过RS-232C口送到另一台机,并在CRT上显示键值; 5.编一程序,通过RS-232C口进行一台机到另一台机的文
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:710474
    • 提供者:
  1. stdcom

    0下载:
  2. 这是一段在DOS下通过中断方式实现的串行口收发程序。使用环境为DOS下的C++..使用者只需将stdcom.cpp和stdcom.h加入自己的工程中即可。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2889
    • 提供者:游文虎
  1. comm

    0下载:
  2. 一个完整的串行通讯源代码,C语言,同时支持两个串行端口,中断方式,自定义数据校验协议,对开发DOS下的通讯程序非常实用-A complete source code for serial communication, C language, while supporting two serial ports, interrupt, custom data validation agreement, under DOS on the development of the communication
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:10408
    • 提供者:OURS
  1. 2

    0下载:
  2. 2. 用8251A实现串行口异步通信,自发自收,波特率1200bps。采用查询方式发送、中断方式接收。从键盘输入字符串(字符个数≤255)存入发送缓冲区并显示,启动发送键由实验者自己定义,自收结果显示于屏幕。按Esc返回DOS。(定义回车键为启动发送键)-2. With the 8251A Serial port asynchronous communication, spontaneous self-income, the baud rate 1200bps. Using query mode
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:2202
    • 提供者:Rachel
  1. 1

    0下载:
  2. 用8251实现串行口异步通信,自发自收,波特率1200bps。采用查询方式发送与接收。从键盘输入发送字符。发送与接收的字符均在屏幕上显示。按esc键返回dos-Achieved with the 8251 serial asynchronous communication, spontaneous self-income, the baud rate 1200bps. Way to send and receive using queries. To send characters from t
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:541
    • 提供者:陈志超
  1. utt

    0下载:
  2. DOS下串口测试工具, 可以选择中断模式和查询模式. 请使用TC2.0编译. 更新请到我的github: https://github.com/shinewave/utils/blob/master/SerialPort/utt.c-UART Test utility for DOS, works in interrupt mode or poll mode. Please compile with TC2.0. view https://github.com/shinewave/utils
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:1821
    • 提供者:shinewave
  1. comdos

    0下载:
  2. DOS系统下的串口测试程序,支持115200的波特率-com test for dos with 115200 baudrate
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:4683
    • 提供者:ake
  1. LEUP1

    0下载:
  2. 程序 DEMOCRW 和 DEMOPRO 是用于学习 80X86 CPU 的保护模式特性,核心都在常规内存中,方便查看内部数据和堆栈。 本程序必须运行在纯 DOS 下(如 Windows 98 的 启动 DOS ),运行后驻留内存,再运行 DEBUG 实验。 出现保护异常会用黑底黄字显示当前信息(错误代码、中断号(实际是中断号*4)、V86 堆栈)并退出异常程序。 启动时会报告各数据的地址,以及再要显示报告数据的程序地址。 2 RDRXSGEE 程序原为用于 STC89C5
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:36774
    • 提供者:乐永青
  1. DosSerial.ZIP

    0下载:
  2. DOS下串口通信程序库,程序结构较好,能编出用中断方式接收/发送的多串口通信程序。笔者曾用于嵌入式DOS控制变频器。-Under DOS serial communication libraries, program structure better, will be allocated to the interruption of the use of receive/transmit multi-serial communication program. I have DOS for emb
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-15
    • 文件大小:7002
    • 提供者:perce
  1. DosSerial.ZIP

    0下载:
  2. DOS下串口通信程序库,程序结构较好,能编出用中断方式接收/发送的多串口通信程序。笔者曾用于嵌入式DOS控制变频器。-Under DOS serial communication libraries, program structure better, will be allocated to the interruption of the use of receive/transmit multi-serial communication program. I have DOS for emb
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-15
    • 文件大小:7092
    • 提供者:sifrompow
  1. COMTEST

    0下载:
  2. 在DOS环境下,串口测试源码,采用中断方式,需要输入基地址和中断号-Serial test source, interrupt, you need to enter the base address and interrupt number in DOS.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:3742
    • 提供者:cpu200100
  1. c_com1

    0下载:
  2. DOS环境下如何利用C语言编程控制串口进行通信发送接收数据。-DOS below how to use the C programming language to control COM port to communicate, send and receive data.
  3. 所属分类:uCOS

    • 发布日期:2017-04-13
    • 文件大小:1685
    • 提供者:土牛王子
  1. MyTTY01

    1下载:
  2. 命令行的串口助手,可模仿Linux的TTY-Dos command tty
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:72989
    • 提供者:宫立波
  1. comrxtx

    0下载:
  2. 串口编程,DOS系统下对串口的操作,设置串口参数,采用中断程序控制,实现串口通讯-Serial programming, the serial port of the DOS operating system, set the serial port parameters, interrupt control, serial communications
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:1792
    • 提供者:艳梅
  1. xconnnect2OK

    0下载:
  2. DOS界面串口调试,自动识别串口号 有源程序 可顺利编译实现-DOS interface serial debugging, automatic identification serial number
  3. 所属分类:Com Port

    • 发布日期:2017-05-11
    • 文件大小:2217949
    • 提供者:xiny
  1. TEST

    0下载:
  2. DOS实时中断接收四路串口数据,包含时间中断计时器。-DOS interrupt receiving four road real-time serial data, including time interrupt timer.
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:3893
    • 提供者:li
  1. gserial

    0下载:
  2. 一个DOS下串口通信程序,程序结构较好,能编出用中断方式接收/发送 的多串口通信程序-A serial communication program under DOS, the program structure is good, can make the receiver with the interrupt/send The serial communication program
  3. 所属分类:Com Port

    • 发布日期:2017-04-15
    • 文件大小:6907
    • 提供者:jack
  1. 基于51单片机的上位机通讯系统说明书

    0下载:
  2. 本次设计就是来完成由上位机通过串口控制来实现,以发光二极管的发光状态模拟开关电路的通断,用上位机的DOS命令对其进行控制。并用LED屏显示程序的传输。(This design is completed by the host computer through serial port control. The LED switch's luminous state is used to simulate the on-off of the switch circuit, and the upper
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2018-01-08
    • 文件大小:116736
    • 提供者:忆帘九九
  1. t1

    0下载:
  2. TREX WD硬盘维修软件   TREX 要做纯DOS里面运行,非纯DOS可能会破坏原来的文件。   如果在纯DOS都无法运行,就是文件损坏,删除T目录,在复制的文件过来。   还是出错的,就是主板BIOS问题了,还原BIOS就OK了。   865主板有的没有开启串口功能,所以主板不认串口,开启就OK了。   TREX有的命令是破坏模块的,导致不认盘    纯DOS 在TREX界面   运行scan回车,dut 1回车,DID回车。   在TREX界面   scan 入到T目录运行A  扫描
  3. 所属分类:其他

    • 发布日期:2020-12-24
    • 文件大小:1979392
    • 提供者:枫11
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com