搜索资源列表
串口通讯硬件仿真测试
- 232串口测试程序。// 软件模拟测试说明: // 1.这个测试采用查询方式进行串口通讯 // 2.将软件仿真环境的晶震设为11.0592 MHz // 3.软件模拟全速运行, 观察波特率是1200bps // 4.在串口1中输入数字或字母,可观察到通讯是否有误。-232 serial testing procedures. / / Software simulation tests : / / 1. The test inquiries conducted using seri
文件夹
- 使用MSCOMM控件主要是通过事件来处理串行口的交互,即当数据到达时,控件的OnComm的事件就会来捕获或处理这些通讯事件。而OnComm事件也可以用来捕获和处理通讯错误。在实际应用中,一个MSCOMM控件就对应一个串行口,所以如果要处理多个串行口的话,必须有相应数量的控件与之对应。-use MSCOMM control mainly through the incident to the serial interaction, that is, when the data arrived, t
两台机器间的串口通讯
- 串口通讯使用说明 在两台机器运行serealcom.exe, 但必须保证用串口线连接, 选择串口时如出现error, 表明此串口正被其它设备使用。-serial communications for use of the two machines running serealcom.exe, but must ensure that the use serial link, choose when and if there Serial error, the express
java_serial
- 用java程序从串口读数据 在这个通讯程序中使用了一个简单的协议,既不同的消息之间用星号 * 作为分隔。这个 程序中的问题是ReadSerial进程和WriteSerial进程不能够同时启动,出错信息是不能够 打开串口,因为同样一个串口不能够同时被打开两次(在ReadSerial中声明了FileReader 和在WriteSerial中声明了FileWriter)。这样是不能够实现全双工通讯的。不知道有没有 做过的大侠能够讲讲处理的办法。 -with readi
serealcom
- 串口通讯使用说明 在两台机器运行serealcom.exe, 但必须保证用串口线连接, 选择串口时如出现error, 表明此串口正被其它设备使用。-serial communications for use of the two machines running serealcom.exe. However, we must ensure that a serial link, choose when and if there Serial error, Serial in
电表645
- // dianbiao645.h : main header file for the DIANBIAO645 application // #if !defined(AFX_DIANBIAO645_H__EF43A0BD_87CA_4963_B57A_57851872D28C__INCLUDED_) #define AFX_DIANBIAO645_H__EF43A0BD_87CA_4963_B57A_57851872D28C__INCLUDED_ #if _MSC_VER &g
serialrxtx.rar
- 个人原创,已经测试通过。功能:完成串行数据与RS232格式数据的收发转换,ST16C450+串并双向转换兼收发时序产生功能,优点:省去了传统的ST16C450需要CPU干预的缺点,简化设计, 纯硬件自动转换,缺点:忽略各种异常报警,适用于误码测试时使用(传输错误由误码测试功能模块完成检测)。,Personal originality, have the test. Function: the completion of serial data and send and receive RS23
errorRate 通信系统数据测试误码率
- 用VC++实现的一个测试通信系统的误码率的程序,很好用的,是用两个串口的数据测试误码率的。-With VC++ realize a test communication system BER procedures, very good use, with two serial test data error rate.
eatcommand
- 易语言开发的串口AT指令帮助大家测试 AT+CGMI 获取厂商型号 AT+CGMM 获取手机型号 SIM的IMSI号 AT+CGMR 软件版本号 ATE1回显内容ATE0不回显内容 ATD+电话号码 拨号 ATH挂机 ATA接电话 AT+CPAS 获取当前状态:0无状态,4拨号中,3接电话中 AT+CSCA?获取短信中心的号码 AT+COPS?查询网络注册情况 AT+CBC查询电池电量 0:模块由电池供电,BCL为电量1:模块由外部电源供电
ProtocoleCommunication
- A simple protocol using CRC error check.
chuankou
- 串口是目前最常用的一种串行通讯接口它是在年由美国电子工业协会联合贝尔系统调制解调器厂家及计算机终端生产厂家共同制定的用于串行通讯的标准-Serial describe is a lane, and the parallel port is the eight lane 8 can be conveyed at the same time (one byte) data. But the parallel port is not fast, as between the 8-channel
SeriesSample
- 基于wince系统串口rs232通信,语言是vc++;没有错误。-Rs232 serial wince system based on communication, language is vc++ no error.
gpstime
- GPS(陕西天文台2006C)卫星校时软件 随WINDOWS自动启动/取消启动模块,自动校时,任务栏隐藏,程序隐藏-GPS (Shaanxi Observatory, 2006C) of satellite schools with WINDOWS software automatically when you start/cancel startup module, automatic error correction, task bar hide, hide program
PowerBuilder
- 短信猫DLL,提供多种方法方便使用开发,可以查看错误和正确的-SMS cat DLL, easy to use development offers a variety of ways, you can view the error and correct
summerv2
- 串口通讯误码测试。可以显示出误码位置,误码出现时间。-Serial communication error test
TCPIP
- 在两台机器运行serealcom.exe, 但必须保证用串口线连接, 选择串口时如出现error, 表明此串口正被其它设备使用。-In the two machines running serealcom.exe, but must ensure that use serial cable connection, select the serial port, such as occurs when the error, indicates that the serial port
serealcom.exe
- 串口通讯使用说明 在两台机器运行serealcom.exe, 但必须保证用串口线连接, 选择串口时如出现error, 表明此串口正被其它设备使用。-Serial communication using the instructions in the two machines running serealcom.exe, but must ensure that with a serial cable connection, select the serial port, s
6
- 用来测试串口误码率的程序,在发送端发送定义好的数据。然后在接收端看收到了多少错误的桢数。-Serial bit error rate for testing procedures defined in the transmitter to send data. And then received at the receiving end to see how many frames the wrong number.
CSharp_sms_dll_JustinIO
- C#短信收发类,无错版。适合于短信编程开发。-C# messaging class, error-free version. Programming for SMS.
Form1
- serier port,to relase how many serier ports,it is very good , not out error.
