搜索资源列表

  1. MOXA--DOS

    0下载:
  2. MOXA卡的操作.用语DOS系统下操作多串口卡。经过测试.效果良好-MOXA card operation. Under the terms DOS operating system Multiport Serial Card. After testing. Good results
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:40299
    • 提供者:阿文
  1. serial-Commu-dos

    0下载:
  2. DOS环境下简单的串口测试工具,支持中断、查询方式
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:1490
    • 提供者:jfc
  1. 接口技术

    0下载:
  2. 在DOS下的接口技术,键盘接口的编程,鼠标接口的编程串口的接口编程-DOS interface technology, the programming interface keyboard and mouse interface Serial Programming Interface Programming
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-21
    • 文件大小:277504
    • 提供者:彭文艺
  1. TC++30DOS_SerialProgramming

    0下载:
  2. Turbo C++3.0使用通用性较好的可重用代码 GSerial类在DOS下的串口通信编程。-Turbo C 3.0 versatility better use of reusable code GSerial category in the DOS serial communication programming.
  3. 所属分类:串口编程

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:吴广德
  1. transformer

    0下载:
  2. 我很早以前用完全C语言基于DOS下编程,且用到串口通信如outp之类,可是给客户的-I long ago completely based on C language programming under DOS, and use serial communication such as outp like, but to clients
  3. 所属分类:通讯编程

    • 发布日期:2024-05-21
    • 文件大小:388096
    • 提供者:lgl
  1. COMM

    0下载:
  2. 在DOS环境下,UART利用中断方式接收串口数据,并将接收到的数据从串口发送出去。串口地址为0xff80,波特率115200.-In the DOS environment, UART serial port to use interrupt receive data and receive data sent from serial port. Serial address 0xff80, baud rate 115200.
  3. 所属分类:软件工程

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:chen
  1. dosSerial

    0下载:
  2. 这是一个外国人写的dos下串口通讯程序,已经过Borland C++调试通过,在项目上已经运用-This is written by a foreigner under dos serial communication program, has been Borland C++ Debug is passed, the project has been the use of
  3. 所属分类:通讯编程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:彭德宾
  1. serport

    0下载:
  2. DOS环境下Turbo C串口通信编程,直接向串口发送十六进制数据。-Turbo C under DOS serial communication programming, directly to the serial port to send the hexadecimal data.
  3. 所属分类:串口编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:江楠
  1. RS485

    0下载:
  2. 在DOS环境下,使用RS485串口通讯测试DEMO程序-In the DOS environment, the use of RS485 serial communication testing procedures DEMO
  3. 所属分类:串口编程

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:yxf
  1. DOSCOM

    0下载:
  2. 很方便的DOS下的串口调试程序,在进入WinCE之前做串口测试使用-DOS_COMM_GEBUG
  3. 所属分类:Windows CE

    • 发布日期:2024-05-21
    • 文件大小:23552
    • 提供者:boris
  1. Com

    0下载:
  2. DOS和WINDOWS下的串口源代码,比较简单使用,有中文的编译说明-Serial port under DOS source code, the use of relatively simple
  3. 所属分类:串口编程

    • 发布日期:2024-05-21
    • 文件大小:13012992
    • 提供者:lxh
  1. main

    0下载:
  2. DOS 下的串口编程, 实现串口的收发、配置等功能。 -Serial port programming under DOS, the realization of the transceiver serial port, configuration and other functions.
  3. 所属分类:串口编程

    • 发布日期:2024-05-21
    • 文件大小:16384
    • 提供者:fisher pan
  1. com

    0下载:
  2. DOS下用串口进行数据传输,输入数据由键盘键入,按Q程序结束(自主编写)-Serial port communication program under DOS
  3. 所属分类:串口编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:lzm
  1. DOSCOM

    2下载:
  2. DOS串口终端程序( 本软件为在DOS下使用超级终端的用户专门设计 功能说明: 1.DOS下使用,功能类似于WINDOWS的超级终端 2.支持COM1,COM2 3.支持波特率2400,4800,9600(缺省),19200,38400,57600,115200 4.支持Xmodem文件传输协议-Asm,Com Port-DOS serial terminal program (the DOS software for use in s
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:张帆
  1. COMTESTA

    0下载:
  2. dos下操作pc104串口,进行rs232、rs422rs485通信,查询方式接收。头文件在tc中都有.-operate pc104 serial dos conduct rs232, rs422rs485 communications, queries for receiving. Tc in the header file in both.
  3. 所属分类:串口编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:明剑
  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 http
  3. 所属分类:书籍源码

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:shinewave
  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 communicati
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者: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 communicati
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:sifrompow
  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. 所属分类:串口编程

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:jack
  1. chuankou1

    0下载:
  2. DOS命令下的c++串口通信,发送的数据在buffer里。(C++ serial communication under DOS command)
  3. 所属分类:串口编程

« 1 2 34 5 6 7 8 »

源码中国 www.ymcn.org