搜索资源列表
liangs_串口调试器2002
- 用于串口应用程序的调试监控工具,软件可模拟设备往串口发送指定格式的数据串,同时也可以用于实时监控串口读写过程中的所有数据流。☆ 自动侦测当前系统中所有可用的串口数,支持USB扩展出的虚拟串口(可到COM256)。☆ 支持ASCII码和十六进制数据格式的发送和接收。☆ 可以自由选择侦测的串口,接收数据区的容量可以无限大。☆ 发送、接收数据区的大小可以随意拉伸调节。☆ 对发送、接收数据区加入鼠标右键菜单的支持。☆ 扩大串口波特率的支持,现最高Baud可到921600。☆ 支持Unicode内码显示
PCCOM-SRC
- 用C++写的RS232串口异步通讯功能模块,支持16550 UART芯片,中断收发数据,波特率最大115200bps,自定义收发数据缓冲大小,支持软硬件流控。-C wrote asynchronous RS232 serial communication module, 16550 UART chip, Transceivers interruption data, 115,200 bps maximum baud rate, since the definition of sending an
Peak-system.VB6.ZIP
- Peak-system出品的Pcan适配卡 自带的vb上位机示例程序 可检测CAN总线网络中的数据流
CommTest
- 实现串口通信测试的程序,可以监测码流,十六进制,十进制显示数据,适用于串口调试
RCC
- RCC串口通讯协议设计思想是基于帧传输方式,即在向MODEM(RS232)发送数据时是一帧一帧地发送,对于应用程序来讲,应用程序所发送的和所接收的都是流式数据,即如果应用程序需要进行上层的协议解释的话,它将面对这些流数据的重新拼装。为保证可靠的传输,在RCC进行数据传输时,采用发送/应答/握手/失败方式,即发送一帧数据,一个应答,若应答没收到,重新进行协商握手,握手失败则向应用程序报告错误。
CommTest.rar
- 基于CSerialPort的串口多线程通信。首先设置好串口参数,然后开启串口监测工作线程,它监测到串口接收到的数据、流控制事件或其他串口时间后,就以消息方式通知主线程,激发消息处理函数来进行数据处理。而发送数据可以直接向串口发送。,CSerialPort based on multi-threaded serial communication. First of all, set up serial port parameters, and then open the serial port m
CommTest
- 串口通信例程,内含串口类,一个老外写的,我修正了一个bug:在接收数据流未完成前退出程序会导致进程驻留在内存-Serial communication routines, containing serial port class, written by a foreigner, I fixed a bug: the receiving data stream does not quit the program before the completion of the process will l
UART_T1
- UART:Universal Asynchronous Receiver/Transmitter,通用异步接收/发送装置,UART是一个并行输入成为串行输出的芯片,通常集成在主板上,多数是16550AFN芯片。 串行接口是一种可以将接受来自CPU的并行数据字符转换为连续的串行数据流发送出去,同时可将接受的串行数据流转换为并行的数据字符供给CPU的器件。一般完成这种功能的电路,我们称为串行接口电路。-UART: Universal Asynchronous Receiver/Transmitt
6
- 串口通讯实验: 本实验得到的结果为,打开超级终端,设置波特率为115200,数据流控制位为无。运行系统,就会显示“UART & Interrupt Experiment,Please Input from the keyboard”,我们就可以通过写串口操作。 在flash调试时,需要修改RO BASE为0x00000000,其他不用修改,重新编译下载就可运行。 注意:由于系统产生中断,程序计数器就会跳到0x18处执行中断服务子程序,所以不能在SDRAM调试。 -Ser
ComSR
- 串口通讯监控程序,只要先开启该程序,任何串口数据流都可以被监控-RS232 Communication control
MyMSC
- 基于com 的串口通信程序 把数据流变为excel 或txt文档-a serial ports transport program based on com,which can save the data into a excel or txt doc
UART_FOR_Altera
- 用于控制3个独立的全双工传输的UART/RS232接口。该接口由Altera SOPC 实现,开发环境为NIOS II。在Statrix II上工作正常。 每个接口可独立配置为短数据模式和数据流模式。-This C source file is used for controling three UART/RS232 interfaces . These interfaces are implemented by Altera s SOPC module , assembled in a S
Term
- 串口通信工程,可以实现设置波特率,端口,奇偶校验,数据流等功能.-Serial communication works, you can set the baud rate, port, parity, data flow.
SerMon
- USB串口监控,可以在不占用串口的情况下 采集串口上的IO数据流-USB serial monitoring acquisition can not take up the serial IO on the serial data stream
SocketTool2
- 很好的数据流收发软件,即可实现对数据流的监控有可实现发特定的数据流。-Good data stream transceiver software can be achieved a hair specific data stream can be realized on the monitoring of the data stream.
chuankou
- 多传感器通过多串口,实现数据的收集以及数据流的控制-sensor control
com11
- com11是XP系统在线监控串口数据流软件,便于软件调试,及数据分析.- COM-XP
hextodouble
- 把串口读入的二进制数据流转换成double类型,这个函数可以直接调用-The serial binary data stream read into double-precision data conversion, can be called directly.
hextosingle
- 将串口读入的二进制数据流转换成single格式,可直接调用或显示-Read the serial binary data stream into a single format that can be called directly or display
MSComm 串口通信6月9日
- 数据的读取:串口通信串口按位发送和接收字节,可以将来自CPU的并行数据字符转换为连续的串行数据流发送出去,同时可将接受的串行数据流转换为并行的数据字符供给CPU的器件使用。串口通信最主要的参数是波特率、数据位、停止位和奇偶校验。(The data read: serial communication serial port by sending and receiving bytes, parallel data characters from the CPU into a continuous