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

搜索资源列表

  1. liangs_串口调试器2002

    0下载:
  2. 用于串口应用程序的调试监控工具,软件可模拟设备往串口发送指定格式的数据串,同时也可以用于实时监控串口读写过程中的所有数据流。☆ 自动侦测当前系统中所有可用的串口数,支持USB扩展出的虚拟串口(可到COM256)。☆ 支持ASCII码和十六进制数据格式的发送和接收。☆ 可以自由选择侦测的串口,接收数据区的容量可以无限大。☆ 发送、接收数据区的大小可以随意拉伸调节。☆ 对发送、接收数据区加入鼠标右键菜单的支持。☆ 扩大串口波特率的支持,现最高Baud可到921600。☆ 支持Unicode内码显示
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:149211
    • 提供者:张小姐
  1. CDMA短消息发送程序

    2下载:
  2. 用vc开发的cdma手机模块收发短信的功能,主要部分是串口通信和gb->unicode码间的转换。-vc development with the transceiver module cdma mobile messaging functions, the main part of the serial communications and gb - gt; Unicode Code of conversion.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:198286
    • 提供者:玮光
  1. comm_maintain

    1下载:
  2. 串口收发工具,包括MODBUS、CDT、FDK等多种通用规约解释,并包括UNICODE码转换程序-serial transceivers tools, including MODBUS, CDT, FDK other common interpretation of the statute. and including UNICODE code conversion
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:2350667
    • 提供者:liuxing
  1. ASCTOUnicode

    0下载:
  2. 因为手机短消息的发送是以PDU串的形式发送出去的,中文字符以Unicode码来表示,所以在发送中文短消息之前必须首先将中文字符转换为Unicode码,下面的函数将实现这个功能。这个函数主要应用到VB自带的一个格式转换函数:AscW()将中文转换为Unicode码-because phone short message is sent in the form of Series PDU sent, Chinese characters in Unicode code to indicate, Th
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:9707
    • 提供者:victor
  1. serial1

    0下载:
  2. 通过串口与手机模块收发短信。已经用sim100测试过,支持8bit,7bit,unicode编码发送接收,软件的其他附属功能已经删除,发送短信的全部功能保留。-through the serial port transceiver module and cell phone text messages. Sim100 has been tested with and support 8 bit, Transfer, unicode coding this reception, Other sof
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:32555
    • 提供者:晓苇
  1. ChanKouTongXun.Rar

    0下载:
  2. 串口通讯类,支持异常处理,Overlapped 和Block传输,支持Unicode。 -serial communications support exception handling, and Overlapped Block transmission, Unicode support.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:26059
    • 提供者:Andy Sun
  1. myserialport

    0下载:
  2. 串口通讯类,支持异常处理,Overlapped 和 Block 传输,支持Unicode-serial communications support Exceptions, and Block Overlapped transmission, Unicode support
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:20395
    • 提供者:孙炜
  1. ComPort

    0下载:
  2. C# 小工具:替代微软的超级终端,将com口接收的数据转化成Unicode明文;-Gadgets: Microsoft' s HyperTerminal alternative, I will com to receive the data into Unicode explicitly
  3. 所属分类:Com Port

    • 发布日期:2017-03-27
    • 文件大小:58264
    • 提供者:liuchunbo
  1. HZTableComHelp

    0下载:
  2. 这是本人的一个正式项目中所做的测试工程源码。主要功能是通过串口与板子的GSM模块进行通讯,进行收发短信的程序。内容有:串口设置,GB2312与UNICODE编码转换,PDU编解码(此部分大部分借鉴了网友的代码),AT指令发送。完全可以将相关代码移植到嵌入式短信收发设备中去。我的相关嵌入式项目也确实是在这个基础上做的。-This is my project done by a formal evaluation of the source. Main functions of the board
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:189424
    • 提供者:叶木公
  1. Serial_Communication_WPF

    0下载:
  2. com通信源代码,进行收发功能 可以一用的哦- //This Function converts an Byte Array to string , This we // nned to do because if we directly try to read srting , // From the com port , it take Unicode encoding , we need ASCII encoding
  3. 所属分类:Com Port

    • 发布日期:2017-11-30
    • 文件大小:41360
    • 提供者:叶光明
  1. LsCommDemo

    0下载:
  2. 这是一个Win32 API的打包类,对处理串口的Win32 API类进行了封装,借助这个类可以很方便地对串口进行操作。 特性: 1、C++接口简洁易用。 2、使用C++异常时,首选 Win32 常规的返回值机制。保证使用CSerialPort的代码更加健壮。 3、支持UNICODE,支持MFC静态链接并且所有代码都在 warning level 4 级别上进行洁净编译。 4、支持串口模块使用重叠、阻塞和回调(只能在NT中使用) -This is a Win32 API
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:369163
    • 提供者:zfcx1688
  1. VS2008-Unicode

    0下载:
  2. 实现多个窗口之间的实时通信聊天,以及发送文件。-To achieve real-time communication between multiple windows chat, and send files.
  3. 所属分类:Com Port

    • 发布日期:2017-12-11
    • 文件大小:86989824
    • 提供者:李同学
  1. Unicode_Demo

    0下载:
  2. Unicode配置的MFC软件下实现不同字符的串口通信(Unicode configuration of MFC software to achieve different characters of serial communication)
  3. 所属分类:串口编程

    • 发布日期:2017-12-23
    • 文件大小:168960
    • 提供者:xiaomiarmy
  1. 机内码与输入文字符合转换

    0下载:
  2. VB编写的可以把输入的任意文件数字符合转换成GBK和Unicode两种形式的16进制和10进制机内码,方便编程使用
  3. 所属分类:串口编程

  1. unicode_api

    0下载:
  2. 在VC++编程里,不用控件,直接用API函数,实现串口端口的监测与数据信息的采集,并且解决了Unicode字符下的字符接收问题,也兼容多字节的接收。
  3. 所属分类:串口编程

    • 发布日期:2019-11-20
    • 文件大小:18451067
    • 提供者:xiaomiarmy
搜珍网 www.dssz.com