搜索资源列表
liangs_串口调试器2002
- 用于串口应用程序的调试监控工具,软件可模拟设备往串口发送指定格式的数据串,同时也可以用于实时监控串口读写过程中的所有数据流。☆ 自动侦测当前系统中所有可用的串口数,支持USB扩展出的虚拟串口(可到COM256)。☆ 支持ASCII码和十六进制数据格式的发送和接收。☆ 可以自由选择侦测的串口,接收数据区的容量可以无限大。☆ 发送、接收数据区的大小可以随意拉伸调节。☆ 对发送、接收数据区加入鼠标右键菜单的支持。☆ 扩大串口波特率的支持,现最高Baud可到921600。☆ 支持Unicode内码显示
CDMA短消息发送程序
- 用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.
comm_maintain
- 串口收发工具,包括MODBUS、CDT、FDK等多种通用规约解释,并包括UNICODE码转换程序-serial transceivers tools, including MODBUS, CDT, FDK other common interpretation of the statute. and including UNICODE code conversion
ASCTOUnicode
- 因为手机短消息的发送是以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
serial1
- 通过串口与手机模块收发短信。已经用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
ChanKouTongXun.Rar
- 串口通讯类,支持异常处理,Overlapped 和Block传输,支持Unicode。 -serial communications support exception handling, and Overlapped Block transmission, Unicode support.
myserialport
- 串口通讯类,支持异常处理,Overlapped 和 Block 传输,支持Unicode-serial communications support Exceptions, and Block Overlapped transmission, Unicode support
ComPort
- C# 小工具:替代微软的超级终端,将com口接收的数据转化成Unicode明文;-Gadgets: Microsoft' s HyperTerminal alternative, I will com to receive the data into Unicode explicitly
HZTableComHelp
- 这是本人的一个正式项目中所做的测试工程源码。主要功能是通过串口与板子的GSM模块进行通讯,进行收发短信的程序。内容有:串口设置,GB2312与UNICODE编码转换,PDU编解码(此部分大部分借鉴了网友的代码),AT指令发送。完全可以将相关代码移植到嵌入式短信收发设备中去。我的相关嵌入式项目也确实是在这个基础上做的。-This is my project done by a formal evaluation of the source. Main functions of the board
Serial_Communication_WPF
- 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
LsCommDemo
- 这是一个Win32 API的打包类,对处理串口的Win32 API类进行了封装,借助这个类可以很方便地对串口进行操作。 特性: 1、C++接口简洁易用。 2、使用C++异常时,首选 Win32 常规的返回值机制。保证使用CSerialPort的代码更加健壮。 3、支持UNICODE,支持MFC静态链接并且所有代码都在 warning level 4 级别上进行洁净编译。 4、支持串口模块使用重叠、阻塞和回调(只能在NT中使用) -This is a Win32 API
VS2008-Unicode
- 实现多个窗口之间的实时通信聊天,以及发送文件。-To achieve real-time communication between multiple windows chat, and send files.
Unicode_Demo
- Unicode配置的MFC软件下实现不同字符的串口通信(Unicode configuration of MFC software to achieve different characters of serial communication)
机内码与输入文字符合转换
- VB编写的可以把输入的任意文件数字符合转换成GBK和Unicode两种形式的16进制和10进制机内码,方便编程使用
unicode_api
- 在VC++编程里,不用控件,直接用API函数,实现串口端口的监测与数据信息的采集,并且解决了Unicode字符下的字符接收问题,也兼容多字节的接收。