搜索资源列表
shuangjitongxun
- 本程序能从键盘读入二个五位十进制数(1位符号位+4位数值位),并将这二个十进制数 分别转换为二进制数,然后求其和,再将和以十进制形式进行显示。-this program from the keyboard read into two five decimal number (1 - 4 Symbol numerical), This will be two decimal number were converted to a binary number, and then seek his,
CommTest
- 实现串口通信测试的程序,可以监测码流,十六进制,十进制显示数据,适用于串口调试
SuperCom
- 世界上最酷的串口调试软件,包括自动换行,显示时间,十进制/十六进制转换-The world' s coolest serial debugging software, including word wrap, display time, decimal/hexadecimal conversion
Serial-port-source-code-wizard
- 一个极好的串口监视、调试程序,适用于 Win9X/NT 平台,能提高开发效率,免除调试串口程序之苦。它可以在线设置各种通讯速率、奇偶校验、通讯口而无需重新启动程序;可以设置定时发送的数据以及时间间隔;可以自动显示接收到的数据,并能在字符串、十进制和十六进制之间自由切换;自动保存设置参数,是工程技术人员监视、调试串口程序的必备工具。共享软件,可免费使用 30 天。新版本增加发送文本、自动清除、自定义显示格式等功能。注意:非 Win98 用户需要 VB5 运行库 msvbvm50.dll 支持。-
CommWizard
- 使用MSCOMM控件编程源码,可以在线设置通信速率、奇偶校验、通信口无需重新启动程序;可以设置定时发送的数据及时间间隔;可以自动显示接收到的数据,并能在字符串、十进制和十六进制之间自由切换;自动保存设置参数。-MSCOMM control the use of programming source code, you can set up online communication rate, parity, communications I need to restart the process
serialportreceive
- 从串口接收数据,后经过计算显示到数字和波形界面上的labview程序,可以进行从0x800000H到0XFFFFFFH数据的十进制小数显示和接收。-From the serial receive data, calculated after the show to digital and waveform labview interface procedures can be carried out to 0XFFFFFFH from 0x800000H decimal decimal data
MyComPortV4.0.8
- 功能全面的串口调试软件,具有多种接收显示方式,水平方式,垂直方式等,十进制方式,十六进制方式,支持计算帧与帧之间的时间间隔。支持自定义接收方式和自动发送方式-Full-featured serial debugging software, with a variety of receiver display, horizontally, vertically, etc., means decimal, hexadecimal mode, support frame and calculating
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
Comm
- 使用C#自带的串口控件,设计的一个简易的串口调试工具,可以选择字符显示方式还是十六进制、十进制显示。-Serial port using C# comes with controls, the design of a simple serial port debugging tool, you can select the character display is hexadecimal, decimal display.
StringToDecimal
- DELPHI在工程应用中,串口通讯接收到的字符转换成十进制数。例如,A0H --160。-DELPHI in engineering applications, the serial communication received characters into a decimal number. For example, A0H- 160.
miaobiao
- 秒表应用VHDL语言设计数字系统,很多设计工作可以在计算机上完成,从而缩短了数字系统的开发时间。我们尝试利用VHDL为开发工具设计数字秒表。 秒表的逻辑结构较简单,它主要由十进制计数器、六进制计数器、数据选择器、和显示译码器等组成。在整个秒表中最关键的是如何获得一个精确的100HZ计时脉冲,除此之外,整个秒表还需有一个启动信号和一个清零信号,以便秒表能随意停止及启动。 秒表有共有6个输出显示,分别为百分之一秒、十分之一秒、秒、十秒、分、十分,所以共有6个计数器与之相对应,6个计数器的输出全都为B
PCserial-communication
- 设计一个与PC串口通信的实验系统,当在PC机上输入十进制数时,可在实验板上显示相应的十六进制数字,而在实验板上按下独立按键A时,在PC机上也可以显示其对应的管脚数56。-Design an experiment with the PC serial communication system, when the PC input decimal number, you can experiment on-board display the corresponding hexadecimal num
serial-debugging-assistant--decimal
- 在以往串口调试助手之上,添加了十进制显示的功能,让人们更方便的对传输数据进行观测-In previous serial debugging assistant on top adds a decimal display feature that allows people to transfer data more convenient for observation
Mscomm-1.0
- 串口接收数据,能接收和发送16进制,接收的数据能转换层十进制数同时提取,协议是485的-Serial port receives the data, can send and receive hexadecimal, the received data layer can convert decimal number extraction at the same time, the protocol is 485
Serial-debugging-assistant-source
- 1、自动检测系统串口数量,如有USB转串口设备插入,即插即用,自动添加到下拉列表框。 2、修改端口设置后自动打开串口。 3、可以发送字符、十六进制数据。 4、字符和十六进制数据可以定时循环发送。 5、支持自定义帧格式,自动加入校验。可选和校验和异或校验。 6、有十进制<-->十六进制互转功能,方便参数计算。 7、接收分别以字符和十六进制显示,完美支持中文显示和回车换行。可以自动滚屏,自动清屏。 8、单击接收到的十六进制数据,可以自动解码成十进制有符号和无符