搜索资源列表
usb061
- 基于凌阳SPCE061A芯片的USB通讯可实现1.通过USB通讯,PC端应用程序能够控制LED灯的亮灭;2.PC端应用程序发送小于65字节的字符串给SPCE061A,SPCE061A接收PC发送的小于65字节字符串后将接收到的字符串发送给PC,PC接收字符并显示在界面。-based Sunplus SPCE061A USB chip can achieve a communication. USB communications, PC-side applications to control t
lpc2294UART0
- 以查询方式通过阿UART0进行通信,使用查询方式,通过串口0接收上位机发送的字符串,然后送回上位机显示。-to inquiry by A UART0 communication, the use of inquiry, through Serial 0 receiving PC to send the string, and then returned to PC display.
src
- 在mobile 6.0上实现蓝牙通讯,发送字符串 显示在其他蓝牙设备上。其中定义的蓝牙类定义了相关各种函数
1234342543
- VB倒置字符串并每两个字符(一个字节)间加空格显示-VB inverted string and the space between two characters (one byte) shows
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
NETCFv35.Messages.EN.cab
- .net CompactFramework 3.5的debug字符串列表,安装在手机上使用,用于显示部分程序报错后的错误原因 本安装包为WindowsMobile手机使用的cab安装包,请安装到手机内存中 对应程序语言:英语 对应系统:WinCE-Debug string resource for .net Compact Framework 3.5, used to display some debug imformation on WM or WinCE programs.
NETCFv35.Messages.EN.wm.cab
- .net CompactFramework 3.5的debug字符串列表,安装在手机上使用,用于显示部分程序报错后的错误原因 本安装包为WindowsMobile手机使用的cab安装包,请安装到手机内存中 对应程序语言:英语 对应系统:WindowsMobile-Debug string resource for .net Compact Framework 3.5, used to display some debug imformation on WM or WinCE prog
NETCFv35.Messages.zh-CHS.wm.cab
- .net CompactFramework 3.5的debug字符串列表,安装在手机上使用,用于显示部分程序报错后的错误原因 本安装包为WindowsMobile手机和WinCE设备使用的cab安装包,请安装到手机内存中 对应程序语言:简体中文 对应系统:WindowsMobile-Debug string resource for .net Compact Framework 3.5, used to display some debug imformation on WM or
j2me
- 关于ChoiceGroup组件的演示程序 关于软键使用的演示程序 关于自定义组件的演示程序 关于DateFiled组件的演示程序 关于显示屏幕的演示程序 关于Gauge组件的演示程序 关于图像组件的演示程序 关于屏幕类的演示程序 关于占位符组件的演示程序 关于字符串组件的演示程序 关于TextField的演示程序 -ChoiceGroup components on the demo program demo program on the use o
ShowContent
- J2ME常用的菜单及文本显示模块 可按自定义的宽度来分割字符串-modules used for J2me menu and text method of Definable width to auto-split string
serialport_test
- 串口调试工具,可以设置baudrate,流控,定制发送,用二进制和Ascii显示接收字符串,操作方便。-source code for testing serial port
UARTtest
- 串口测试程序,输入字符串后以原字符串加一后返回显示-Serial port test program, the input string plus one of the original string after the return shows
rs485
- RS485串口通信试验(接受与发送) * * * * 1.通过本例程了解串口的基本原理及使用 ,理解并掌握对串口进行初始化 * * * * 2.请使用串口调试助手(Baud 4800、数据位8、停止位1、效验位无)做为上位机(发送)数据和(接受)数据, * 请在字符串输入框中输入字符和数字(HEX),按发送按钮。观看接受窗显示情况.也可以用自动循环发送。 * * 3.试验RS485需要
LM3s615_RS232
- lm3s615_rs232串口通信程序,利用串口通信助手输入什么字符串,显示字符串-lm3s615_rs232 serial communication program, the use of serial communications assistant input string, and displays the string
BookReader
- iPhone应用 读书软件代码 首页是书目是从xml获得 文字显示:下载的txt转换成utf8字符串 读取txt文档数据转化成utf8显示时的转换代码: (引入libiconv.dylib框架)-iPhone application reading the home page of the software code is the bibliography from the xml text display: downloaded txt convert utf8 string to read
ListViewDemo
- 列表的显示需要三个元素: 1.ListVeiw 用来展示列表的View。 2.适配器 用来把数据映射到ListView上的中介。 3.数据 具体的将被映射的字符串,图片,或者基本组件。 根据列表的适配器类型,列表分为三种,ArrayAdapter,SimpleAdapter和SimpleCursorAdapter 其中以ArrayAdapter最为简单,只能展示一行字。SimpleAdapter有最好的扩充性,可以自定义出各种效果。Simple
4.1.4--PCVisual-Basic
- 单片机和PC通信,单片机与PC之间互传字符,单片机接收到PC端所传的字符串,然后返回给PC端,如果PC端所接受和发送的一致,则显示正确字符串,错误则显示通信异常-SCM and PC communications between the microcontroller and PC characters to each other, the microcontroller receives the PC side preaching string, and then returned to th
串口助手
- 这是一款实用C#语言写的串口助手,能实现串口数据收发,16进制及字符串显示(This is a practical C# language to write the serial assistant, to achieve serial data transceiver, 16 hexadecimal and string display)
正常显示转换至十六进制显示
- Labview 十六进制显示至正常显示转换(Labview sixteen decimal display to normal display conversion)