搜索资源列表
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
Terminal
- Terminal 终端仿真程序,首先敲击键盘的字符传输到串口,然后从串口中读出数据显示到视图中。调用readcomm(),writecomm()函数功能。-Terminal
12232
- 这是12232F用串口的显示程序,该程序可以通过调用函数可在任意位置显示任意字符,供大家参考。-This is 12232F display with a serial program, the program can call the function can display any character in any position, for your reference.
SerialPortTest
- 在VC程序中,每当串口缓冲区中有一个或一个以上字符时触发串口通信事件(字符个数可以在程序中进行设定),该事件就驱动(调用)串口通信事件处理函数,对接收到的数据进行处理,判断是否为包(串)头,即第一个字符,再判断是不是结束字符,若是结束字符,则还要对数据进行校验计算,并与接收到的校验值比较,或两者相同,则断定接收到的数据包是正确的,否则是错误的。-In the VC procedure, whenever the serial buffer has one or more serial commu
chuangkou
- 函数功能是实现串口向PC发送一个字符 C语言-failed to translate
serial
- 本函数的功能是从计算机接收一串字符串,在单片机处理筛选出需要的字符串, 校检接收字符是否正确,无误后,将字符串发送回计算机-This function is received from the computer a string, in the single-chip processing out the need for screening of string, Checking the received symbol is correct, correct, send the
opcsvrsdk
- 史上最简单的OPC Server SDK开发包,最少只需调用4个函数即可完成一个OPC Server的开发。不需要知道OPC规范、也不需要知道任何COM/DCOM、ATL、MFC的知识,不需要理解wchar_t、BSTR等宽字符,甚至不需要理解注册表操作和命令行参数。只需要会C++和会使用标准DLL即可。-The history of the most simple OPC Server SDK development kit, just call at least four functions
01
- VC++串口通信利用API函数实现字符发送-VC++ serial communication API functions use character transmission
KU_F801(字符及汉字显示函数)
- 本程序为Franklin/keil C51源程序,可以在所有51系列(或兼容)单片机中运行(This procedure is franklin/keil C51 source program, can run in all 51 series (or compatible) single chip computer)
unicode_api
- 在VC++编程里,不用控件,直接用API函数,实现串口端口的监测与数据信息的采集,并且解决了Unicode字符下的字符接收问题,也兼容多字节的接收。