CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 串口编程 搜索资源 - tx-

搜索资源列表

  1. TestMSCom

    0下载:
  2. 串口调试精灵,可以收发ASCII和HEX两种格式的数据,简单实用。-serial debugging genies, TX ASCII and HEX both formats of data, simple and practical.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:40251
    • 提供者:孙志海
  1. VB串口编程的几个问题

    0下载:
  2. VB串口编程的几个问题 串口数据接收方式 如何处理不定长数据的接收 用字符方式收发码值大于127的字符数据 串口通讯问答2-VB Serial Programming Problems serial data reception mode uncertain how long data reception mode with characters TX yards values greater than 127 characters serial data communicati
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:10419
    • 提供者:小洲
  1. 串口缓冲区编程

    0下载:
  2. 波特率可变;中断方式接收、发送;收发独立8字节缓冲区;可选择是否在满缓冲区后丢弃数据-variable baud rate; Disruption to receive, send; TX independent 8-bit byte buffer; the choice of whether the buffer zone after the age of discarded data
  3. 所属分类:串口编程

    • 发布日期:2010-07-01
    • 文件大小:14070
    • 提供者:wickman
  1. SerComNew

    0下载:
  2. 自己做的一个串口通信的程序,环境vc++6.0,可以收发字符,文件,16进制显示-do for myself a serial communication procedure, the environment vc + +6.0, TX characters, documents, 16-band show
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:110918
    • 提供者:张文香
  1. VBsendandreceivemessage

    2下载:
  2. 这个软件可以通过短信猫收发短信。可以用做短信平台。功能十分强大!-the software through SMS messages cat TX. SMS can be used as platforms. Function very strong!
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:179633
    • 提供者:wollfman
  1. TX_RX

    0下载:
  2. 在c++builder环境下一个串口通信程序,包括界面的设计和串口通信函数的设计,实现了串口通信。在文件夹TX-RX中。
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:4181224
    • 提供者:武超
  1. VB6-RS232

    0下载:
  2. VB6 RS232 鮑率設定,COM選擇,奇偶同位,停止位元,RTS Enable..等設定,與字串的傳送與接收-HOW TO use VB6 to Set RS232 Baudrate,COM Port,Parity,RTS...& TX/RX String Interface
  3. 所属分类:Com Port

    • 发布日期:2017-03-23
    • 文件大小:10459
    • 提供者:jiew
  1. SerialPort(Win32)

    0下载:
  2. 自動偵測目前可用的SerialPort及相關數據 附帶兩個文字輸入框做RX/TX 的傳輸測試 (以WIN32函式方式)-RS232 transmition by win32
  3. 所属分类:Com Port

    • 发布日期:2017-03-22
    • 文件大小:83383
    • 提供者:sean
  1. EP61289_-_Beta5.0

    0下载:
  2. The project implements 9-bit UART communication in the PSoC3. The implementation makes uses of the Mark and space parity bit as the 9th data bit. Hence in this implementation the 9th bit is simply a firmware controlled bit over the 8 bits from the sh
  3. 所属分类:串口编程

    • 发布日期:2014-02-19
    • 文件大小:327530
    • 提供者:hero
  1. search-for-the-serial-communication-

    0下载:
  2. 本程序是通过F340的uart0与PC进行串口通讯的例程,具体实现为当F340收PC传来的数据后将数据原样回发给PC机 ,端口为RX=P0.5,TX=P0.4-Ways to search for the serial communication program
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:1600
    • 提供者:lsj
  1. tx

    0下载:
  2. 与地泵的DELPHI串口通信,有数据采集,用户的添加,数据的查找。-DELPHI with serial communication to the pump, the data collection, the user adds data search.
  3. 所属分类:Com Port

    • 发布日期:2017-05-16
    • 文件大小:4157064
    • 提供者:lllll
  1. RS232

    0下载:
  2. VB RS232 RX and TX data with visual basic source code and using DLL library-Visual RS232 VB program example
  3. 所属分类:Com Port

    • 发布日期:2017-03-27
    • 文件大小:64035
    • 提供者:rich
  1. tx

    0下载:
  2. 刚学习了串口,想跟大家学习学习,看看有什么需要改进的!-Just learning the serial port, want them to learn to learn, to see what needs improvement!
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:125048
    • 提供者:张渠功
  1. TX

    0下载:
  2. Transmit one byte of data across a serial port. The program checks for a valid port connection before attempting to transmit any data.
  3. 所属分类:Com Port

    • 发布日期:2017-04-10
    • 文件大小:694
    • 提供者:Tim
  1. tx

    0下载:
  2. 所谓“串行通信”是指外设和计算机间使用一根数据信号线(另外需要地线,可能还需要控制线),数据在一根数据信号线上一位一位地进行传输,每一位数据都占据一个固定的时间长度。这种通信方式使用的数据线少,在远距离通信中可以节约通信成本。在简单的应用中, 只需要有3条线即可完成通信, 分别是 第二脚RXD , 第3脚TXD ,第5脚GND。串行通信与单片机之间的接口:由于串行通信的电平逻辑定义是+15V( 高电平1)-15V(低电平0) 而单片机中分别用5V ,0V 来表示1,0 它们之间必须通过电平转换才
  3. 所属分类:Com Port

    • 发布日期:2017-11-02
    • 文件大小:1076
    • 提供者:y123
  1. RF433_Tx628A

    0下载:
  2. CCS-C compiler source code for RF433 cheap wireless module transmitting(Tx) using Manchester code in PIC16F628A
  3. 所属分类:Com Port

    • 发布日期:2017-04-12
    • 文件大小:1289
    • 提供者:Socrotolovoro
  1. time-critiqal

    0下载:
  2. 一个UWB仿真程序包,里面包含信号生成,信道模拟,Tx Rx等模块,M-file()
  3. 所属分类:串口编程

    • 发布日期:2018-01-09
    • 文件大小:95232
    • 提供者:Wulter
  1. SYJRLJF

    0下载:
  2. 文件来源: 我的毕设 仿真结果: 在窄带Rayleigh快衰落信道下几种检测方法的误码率性能比较 说 明: 参数tx,rx,L()
  3. 所属分类:串口编程

    • 发布日期:2018-04-21
    • 文件大小:4096
    • 提供者:mvrlfn
搜珍网 www.dssz.com