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

搜索资源列表

  1. commwanshan

    1下载:
  2. 串口调试代码,可以手工发送ascII或者16进制,功能完善,界面清晰,VC编写-serial debugging code can be sent manually or 16 ascII 229, complete functions, interface clear, VC prepared
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:40812
    • 提供者:黄顾
  1. ModBus通讯协议调试器

    1下载:
  2. ModBus通讯协议调试器支持rtu,ascii,vb源码-ModBus protocol debugger support rtu, ascii, vb source code
  3. 所属分类:串口编程

    • 发布日期:2017-03-22
    • 文件大小:60876
    • 提供者:CCC
  1. 7bitcoding

    0下载:
  2. PDU 7BIT编码程序,目前,发送短消息常用Text和PDU(Protocol Data Unit,协议数据单元)模式。使用Text模式收发短信代码简单,实现起来十分容易,但最大的缺点是不能收发中文短信;而PDU模式不仅支持中文短信,也能发送英文短信。PDU模式收发短信可以使用3种编码:7-bit、8-bit和UCS2编码。7-bit编码用于发送普通的ASCII字符,8-bit编码通常用于发送数据消息,UCS2编码用于发送Unicode字符。-PDU 7BIT encoding process
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-09
    • 文件大小:778
    • 提供者:li
  1. PDUtoSMS_SMStoPDU

    1下载:
  2. This source code in Delphi 7.0. Have function to decoding and encoding PDU format to ASCII and from ASCII to PDU. You can modify it or change it for meet your requirement.
  3. 所属分类:SMS

    • 发布日期:2017-03-18
    • 文件大小:206427
    • 提供者:herlambang
  1. freemodbus-v1.4.0

    1下载:
  2. FreeMODBUS 是针对通用的Modbus协议栈在嵌入式系统中应用的一个实现。Modbus协议是一个在工业制造领域中得到广泛应用的一个网络协议。一个Modbus通信协议栈包括两层:定义了数据结构和功能Modbus应用协议和网络层。在FreeMODBUS的当前版本中,提供了Modbus Application Protocol v1.1a 的实现并且支持在Modbus over serial line specification 1.0中定义的RTU/ASCII传输模式。从0.7版本开始,Fr
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:2948491
    • 提供者:RoverX
  1. Rinex

    1下载:
  2. 读取GPS rinex文件, 已经经运行无误的c++代码-C++ code for reading/writing the six ASCII file types defined in RINEX version 2.10
  3. 所属分类:GPS develop

    • 发布日期:2017-03-30
    • 文件大小:144801
    • 提供者:jgw
  1. RS232_Port

    0下载:
  2. 详细描述了RS232物理细节。 典型地,串口用于ASCII码字符的传输。通信使用3根线完成:(1)地线,(2)发送,(3)接收。由于串口通信是异步的,端口能够在一根线上发送数据同时在另一根线上接收数据。其他线用于握手,但是不是必须的。-A detailed descr iption of the physical details of the RS232. Typically, serial code for the ASCII character transmission. 3 li
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:1654
    • 提供者:genius
  1. ATANDRETURN

    0下载:
  2. 关于部分AT指令发送和返回的值,包括PDU格式,对编程或许有帮助。返回为ASCII码。-On the part of AT commands to send and return value, including the PDU format of programming may be helpful. Return for the ASCII code.
  3. 所属分类:Modem program

    • 发布日期:2017-04-07
    • 文件大小:967
    • 提供者:占子飞
  1. vbcomm

    1下载:
  2. 本文所用的仪表为梅特勒公司出产的BE01型电子秤,其输出的每个编码均为标准的ASCII码。以VB串口编程实例方式入手,可以迅速掌握串口用法。-This paper used for the Mettler Instrument Corporation BE01 produced electronic scales, the output of each encoder are standard ASCII code. To VB programming examples of the way t
  3. 所属分类:Com Port

    • 发布日期:2015-09-19
    • 文件大小:5805
    • 提供者:任意
  1. chuankoutongxin

    0下载:
  2. 串口通信的概念非常简单,串口按位(bit)发送和接收字节。尽管比按字节(byte)的并行通信慢,但是串口可以在使用一根线发送数据的同时用另一根线接收数据。它很简单并且能够实现远距离通信。比如IEEE488定义并行通行状态时,规定设备线总常不得超过20米,并且任意两个设备间的长度不得超过2米;而对于串口而言,长度可达1200米。典型地,串口用于ASCII码字符的传输。通信使用3根线完成:(1)地线,(2)发送,(3)接收。由于串口通信是异步的,端口能够在一根线上发送数据同时在另一根线上接收数据。其
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:1086
    • 提供者:zhendongzhao
  1. E2

    0下载:
  2. 程序功能:PC机通过串口可以控制从EEPROM的指定地址中读出一个 字节的数据,或者向指定地址写入一个字节的数据 特别说明:在PC机发送EEPROM内的存储地址或者是写入数据时,必须 使用十六进制发送,而在发送读写控制命令时要使用默认 的发送ASCII码的设置,这点要注意,否则操作无法完成-Program features: PC, can be controlled through the serial port specified address from the EE
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:45809
    • 提供者:郝国英
  1. study

    0下载:
  2. 串口采信上的一般为16进制码,本程序将采集上的数据,自动转换为ASCII码。-Serial port on the letter is usually taken 16 hexadecimal code, the program will collect the data, automatically converted to ASCII code.
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:1883
    • 提供者:jack
  1. ascii_code

    0下载:
  2. ASCII编码表 在串口操作与字符分析时常用到-ASCII code table and character in the serial analysis of frequently used operations
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:85931
    • 提供者:ziyang
  1. ofdmmodulation

    0下载:
  2. Codage arithmétique est une méthode pour la compression de données lossless. Normalement, une corde des caractères tels que les mots « bonjour là » est représentée en utilisant un nombre fixe de peu par caractère, comme dans ASCII code. Comme
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-08
    • 文件大小:1125
    • 提供者:lamine
  1. jpcodecomm

    0下载:
  2. 串口调试程序,可以选择是十六进制或ASCII码发送,简单实用。-Serial debugger, you can choose the hexadecimal or ASCII code sent, simple and practical.
  3. 所属分类:Com Port

    • 发布日期:2017-12-08
    • 文件大小:24652
    • 提供者:程祥力
  1. mcst

    0下载:
  2. 曼彻斯特解码,曼码放在0.txt中 ascii码在1.txt中 原码在out和in中-Manchester decoding, mann pieces in 0. TXT in the ASCII code in 1. TXT in the source code in the in and out
  3. 所属分类:Com Port

    • 发布日期:2017-11-13
    • 文件大小:34153
    • 提供者:卢顺开
  1. codefans.net

    0下载:
  2. 中文信息的Android天气预报源代码,所用JDK版本: 1.4,汉字转化为全拼,根据ASCII码到SpellMap中查找对应的拼音-The the Android weather forecast source code of the Chinese information used JDK version: 1.4, Chinese characters converted to spelling, find the corresponding Pinyin according to the
  3. 所属分类:android

    • 发布日期:2017-11-23
    • 文件大小:66700
    • 提供者:杜光亮
  1. CommWizard

    0下载:
  2. 串口编程,2进制、16进制、ASCII码制发送 ,VC6.0实现-Serial programming, binary, hexadecimal, ASCII code system sends, VC6.0 achieve
  3. 所属分类:Com Port

    • 发布日期:2017-05-10
    • 文件大小:2367426
    • 提供者:tony
  1. Hanzi--to-uncode--ASCII-

    0下载:
  2. 实现汉字串向Unicode ASCII码转换 Unicode 向汉字串的转换-Realized characters to Unicode ASCII code string conversion Character strings to Unicode conversion
  3. 所属分类:Modem program

    • 发布日期:2017-04-06
    • 文件大小:5558
    • 提供者:zhangez2009
  1. 串口调试

    0下载:
  2. win7 串口调试 ,一个很好而小巧的串口调试助手 ,支持常用的300-115200bps波特率,能设置校验、数据位和停止位,能以ASCII码或十六进制接收或发送任何数据或字符(包括中文),可以任意设定自动发送周期,并能将接收数据保存成文本文件,能发送任意大小的文本文件!(Win7 serial debugging, a good and small serial debugging assistant, used to support the 300-115200bps can set the
  3. 所属分类:串口编程

    • 发布日期:2017-12-23
    • 文件大小:841728
    • 提供者:guoqizf
« 12 »
搜珍网 www.dssz.com