搜索资源列表
c-gps
- 以前用VB,C#等很轻松将GPS信息解码。但是最近要使用C语言,(网上有一个VC的按位解的)苦于C操作字符串的难度,请各位大侠放出一份C代码解GPS。 我先贴上我用C解的代码,是直接将VB和C#的思路转过来的。 现在可以读出经度或纬度-before using VB, C#, etc. is easy to decode the GPS information. However, the recent use of C language, (the Internet by a VC-So
rs232_communication
- 提供串行端口通讯范例于Vaisual C++环境下,完整列出开启串行端口端口流程,及示范输出使用者指定字符串。
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
lib
- 将字符串转为整形用标准C实现在Brew平台上-string to integer use c on Brew platform
pd
- 能够判断编辑框内数字(可以为字符串)大小和传送程序(通过点击按钮发送)-visual c++6.0
atof
- 能够把字符串类型转换为所需各种浮点型的的C++程序-atof
51
- 51单片机C控制串51单片机串口向计算机发送字符串C程序-51 C control 51 single-chip microcontroller serial port to the computer program sends the string C
rs485
- RS485串口通信试验(接受与发送) * * * * 1.通过本例程了解串口的基本原理及使用 ,理解并掌握对串口进行初始化 * * * * 2.请使用串口调试助手(Baud 4800、数据位8、停止位1、效验位无)做为上位机(发送)数据和(接受)数据, * 请在字符串输入框中输入字符和数字(HEX),按发送按钮。观看接受窗显示情况.也可以用自动循环发送。 * * 3.试验RS485需要
vc-commwizard
- C++ 串口调试助手 通信速率、奇偶校验、时间间隔 字符串、二进制和十六进制-C++ serial debugging assistant Communication rate, parity Sending the data and time interval String, binary, and hexadecimal
code
- winmm.dll中的mciSendString方法录音C#代码 mciSendString是用来播放多媒体文件的API指令,可以播放MPEG,AVI,WAV,MP3,等等 该函数有四个参数: 第一个参数:要发送的命令字符串。字符串结构是:[命令][设备别名][命令参数]. 第二个参数:返回信息的缓冲区,为一指定了大小的字符串变量. 第三个参数:缓冲区的大小,就是字符变量的长度. 第四个参数:回调方式,一般设为零-the winmm.dll of the mc
linux
- linux下的串口通信程序详解,给出测试程序来理解linux下的串口操作流程,例程receive.c用来接收从串口发来的数据,而例程send.c用来发送数据到串口。二者成功建立串口连接后,串口接收端会收到串口发送端发来的字符串数据“Hello,this is a Serial Port test!”。-serial communication program under linux Detailed test procedure is given to understand that under
chuankou
- c#写的电脑端串口通信,可以发送,和接受字符串,可以选择多种通信频率-c# write PC serial communication, you can send and receive strings.
3-D2XXAccess_vcpp
- FTDI支持Windows CE D2XXAccess,使用c++列出设备,返回描述字符串,打开设备,设置波特率,读取数据,写入数据。这个代码也可以在c#和VB.net \Windows CE平台上使用。-his variant of FTDI s D2XXAccess example for Windows CE uses C++ to list devices, return descr iption strings, open devices, set Baud rates, read d
Andrews-string-encryption-JAVA.
- 安卓 字符串加密 安卓通过JNI调用C语言进行加密,实现加固 -Andrews string encryption JAVA.
SerialPort
- C#开发串口通信程序的例子,简单的字符串地和接受功能 注意不能用于ModBus RTU类的使用-C# serialPort
串口助手
- 这是一款实用C#语言写的串口助手,能实现串口数据收发,16进制及字符串显示(This is a practical C# language to write the serial assistant, to achieve serial data transceiver, 16 hexadecimal and string display)
串口调试的工具
- 用C#写一个串口调试的工具,要求向串口中输入16进制数据或字符串
SerialPortConnection
- 最近在公司让用C#写一个串口调试的工具,要求向串口中输入16进制数据或字符串。下面我将这次遇到的问题和解决方法奉献出来,希望对工作中需要的朋友有所帮助!(Recently in the company let C# write a serial debugging tool, required to enter the serial port 16 data or string. I will dedicate the following problems and solutions to he