搜索资源列表
DataCommPro88
- 强大的串口编程和十分强大的格式转换功能,多中全站仪的格式转换-powerful serial programming and very powerful format conversion functions, and more of the total station format conversion
61549840GR47_C51
- 手机模块gr47的各种操作源码,包括pdu格式转换等-phone module gr47 the various operational source, including pdu format converter, etc.
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
gps格式转换
- gps格式转换
serialrxtx.rar
- 个人原创,已经测试通过。功能:完成串行数据与RS232格式数据的收发转换,ST16C450+串并双向转换兼收发时序产生功能,优点:省去了传统的ST16C450需要CPU干预的缺点,简化设计, 纯硬件自动转换,缺点:忽略各种异常报警,适用于误码测试时使用(传输错误由误码测试功能模块完成检测)。,Personal originality, have the test. Function: the completion of serial data and send and receive RS23
RS232ToPs2
- 一个将扫描枪RS232输出格式自动转换为PS/2键盘格式输入的小程式,对有需要用到PS/2格式扫描枪需求,且手头又只有PS/2格式扫描枪的用户很有用,里面有创建系统托盘及注册表操作应用示例。-A scanning gun RS232 output format will automatically switch to PS/2 keyboard input format of small programs, there is required to use PS/2 format scannin
RS232
- RS232通信,结合AD采样,源代码,TXT格式的,可直接转换-RS232 communication, AD combination of sampling, source code, TXT format, can be directly converted
uart_controler_0622
- 自己设计的串口数据格式转换模块,转换格式为8位——32位,用户可自行修改。-Design their own serial data format conversion module, the conversion format for 8- 32 spaces, users can modify their own.
IDREADER
- 读取ID卡信息1、格式0:10 位十六进制的ASCII 字符串格式3:将格式1 中的倒数第5、第6 位,转换为3 位十进制卡号,再将后4 位,转换为5 位十进 制卡号-Read ID card information 1, format 0:1016 enter to make of ASCII string format 3:Format 1 medium of count down the 5th, the 6th, conversion for 3 ten enter make card
Encription
- GPA基于MFC串口读取数据和转换格式 本人调试成功,有用-,-In VC++ environment under implementation through the serial port GPS data collection procedures,
CVIserialport
- 用于labwindows CVI开发环境 可以完成对串口收发数据十六进制和字符型格式的转换-cvi serial port
CSharpModBus
- C#写了一款上位机监控软件,基于MODBUS_RTU协议。 软件的基本结构: 采用定时器(Timer控件)为时间片。 串口采用serialPort1_DataReceived中断接收,并进行MODBUS格式判断。 把正确接收的数据取出,转换为有特定的结构体中。 数据通过时间片实时刷新。-C# write a PC monitoring software, based on MODBUS_RTU agreement. The basic structure of the so
hextosingle
- 将串口读入的二进制数据流转换成single格式,可直接调用或显示-Read the serial binary data stream into a single format that can be called directly or display
串口助手sdd
- 1软件打开时,自动检测有效COM端口 2 软件打开时,自动复原到上次关闭时的状态 3 不必关闭串口,即可直接进行更改初始化设置内容(串口号、波特率、数据位、停止位、校验位),可按更改后的信息自动将串口重新打开 4 可统计接收字节和发送字节的个数 5 接收数据可按16进制数据和非16进制数据进行整体转换 6 可将接收到数据进行保存 7 可设置自动发送,发送时间可进行实时更改 8可按字符串、16进制字节、文件方式进行发送,字符串和16进制字节可分别进行存储,内容互