搜索资源列表
CDMA短消息发送程序
- 用vc开发的cdma手机模块收发短信的功能,主要部分是串口通信和gb->unicode码间的转换。-vc development with the transceiver module cdma mobile messaging functions, the main part of the serial communications and gb - gt; Unicode Code of conversion.
UART_TWO_COMPUTER
- 两台PC机间的串口通信程序,很简单实用,可以传送文件或者消息-two PC serial communications between the procedure is very simple and practical, to allow the transmission of documents or information
java_serial
- 用java程序从串口读数据 在这个通讯程序中使用了一个简单的协议,既不同的消息之间用星号 * 作为分隔。这个 程序中的问题是ReadSerial进程和WriteSerial进程不能够同时启动,出错信息是不能够 打开串口,因为同样一个串口不能够同时被打开两次(在ReadSerial中声明了FileReader 和在WriteSerial中声明了FileWriter)。这样是不能够实现全双工通讯的。不知道有没有 做过的大侠能够讲讲处理的办法。 -with readi
2410_gsm
- 本程序为s3c2410实现收发短消息,打电话功能的源代码,使用模块wavecom 2403A-procedures for the realization of s3c2410 send text messages and make phone calls to function in the source code, We use 2403A module
PortCange
- PortChange是一个UDP和串口转换的一个模块,这个模块主要特点是可以任选窗口消息,事件,线程消息的一种来通知应用程序。-PortChange UDP and is a conversion of a serial module, main features of this module is optional window news, events, news of a thread to notify applications.
sms
- 用串口连接GSM手机发送和接收短消息,在应用程序中如何编程实现?
CtoE
- RS232串口与SOCKET通信转换程序,将串口消息和以太网SOCKET消息互相转换。
20050120091918_MySerialPort[2004-01-18-01]
- 从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR,一个对EV_RXCHAR进行分析,其实就是超时判断。如果接收
SerialPortTest
- 串口通信程序,使用消息机制实现接收数据,采用CSerialPort类进行编程-Serial communication program, use the message mechanism to achieve receiving data and using CSerialPort class to programme
CSharp_Serial
- C#编写的串口通信程序,实现了基本的串口信息配置,收发消息等功能-C# prepared by the serial communication program, to achieve the basic information about the serial port configuration, send and receive messages and other functions
SmsTest1
- 串口收发手机短消息的程序,代码非常完整,可供参考交流-Serial cell phone to send and receive short message procedure, very complete code is available for reference, communicate
Inverters
- 变频器串口通信控制检测的软件编程 对于变频器回送的状态信息则利用Windows的消息处理函数OnComm()进行处理。在消息处理函数中,将变频器回送的14个状态字一次全部读到所定义的变量参数中,然后程序再从变量参数中分别读取各状态字,在屏幕上显示、判断并报警。-Inverters Detect serial communication control software programming for the inverter loopback status of the informatio
serialport
- 基于串口的一个小程序,可以用来接收和发送短信消息-a progress of serial port you can use it send and receive messages
Abstract
- c开发程序,汽车防盗系统,设计出通过串口收发短消息和控制硬件开关量的程序;- With the economic developmet, the vehicle theft-against technology has upgraded from the original mechanical mode to the latest GSM/GPS-based network mode after several generations. But in China, considering
SCommTest1.1
- 串口通信程序,通过响应按钮点击消息实现数据的发送。-Com communication software code.
SMSSender
- 一个JAVA控制电脑串口,通过短信猫收发短消息的程序。-A JAVA control computer serial port, received via text message Send PM cat program.
SmsTest
- 串口调试程序2,可以通过串口收发短消息,用这个程序开发了很多项目-Serial debugger, you can receive and send through the serial port, use this program to develop a number of projects
CSerialports
- 基于短信猫的针对GSM模块短消息的二次开发,使用了MFC的多文档,涉及串口编程。通过串口连接上短信猫设备,可从该程序界面上输入短信息,向指定电话号码发送短消息-Based on SMS cat in view of the secondary development of GSM short message module, using the MFC document, involving a serial port programming. Via a serial port connecti
Rocket-Pro
- 通过主控界面程序不间断地发送串口指令到火箭基地等待消息响应,响应消息后主控界面会向另外一个界面窗口发送窗口消息通知其播放对应的火箭发射动画。-Continuously sent through the master serial interface program instruction to wait for a message in response to the rocket base, the master interface sends a message notification w
串口工具
- 本程序是个人学习Python的tkinter模块时编写,实现了串口的数据收发,由于是初学者,代码中可能会出现很多错误或不好的编程习惯,请谅解! 实现功能:1.用Python开发,Tkinter构建界面;2.可自动列出所有串口,并自定义参数,选择串口后自动打开;3.实现无延时接收消息;4.可保存接收的数据;7.支持自动适应分辨率;8.支持单独发送和定时发送;9.支持发送新行和HEX发送;10.支持发送文件,并可自定义发送频率;11.支持小窗口显示接收信息,但与主窗口不同时显示 提供源码,可用于