Welcome![Sign In][Sign Up]
Location:
Search - Serial Port Complete

Search list

[Com PortRS485VBSource

Description: Serial Port Complete, Programming and Circuits for RS-232 and RS-485 Links and Networks -Serial Port Complete, Programming and Circuits for RS-232 and RS-485 Links and Networks
Platform: | Size: 102247 | Author: han | Hits:

[Com Portvc serial port communication

Description: 串口编程源程序全集-Complete Works
Platform: | Size: 31974734 | Author: 使者 | Hits:

[Com Portvc serial port communication

Description: 串口编程源程序全集-Complete Works
Platform: | Size: 31974400 | Author: 使者 | Hits:

[Com Port20050120091918_MySerialPort[2004-01-18-01]

Description: 从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR,一个对EV_RXCHAR进行分析,其实就是超时判断。如果接收到一个消息后,一段时间没收到下一个EV_RXCHAR,就认为是一个数据包的结束。这个线程就会通知数据接收线程,进行数据接收。一般同一包数据,两个字符之间的时间间隔,应该很小了吧,而两个数据包之间的间隔,应该不会太小吧!(这个地方我不清楚,猜的:( :) )最后一个线程,是接收数据的。-read data from the serial port, there are two methods, one, each receiving a EV_RXCHAR, on the ReadFile read, I think this vote. 2, received a EV_RXCHAR after a certain volume of data, such as CPU cycles (GetTickCount), and the one-time reader, the data buffer. To do so, under normal circumstances there is no problem, but if many of the data, and after a "certain amount of data the CPU cycles," also confiscated End Data how do? Few will read the data. I used three lines to complete serial data reception, the first method is a variant : an interception EV_RXCHAR, one pair of EV_RXCHAR analysis is, in fact, overtime judgment. If a receiver to the news, some time had not received a EV_RXCHAR, it is a data packet to an end. This thread will receive notification of data threads for da
Platform: | Size: 46080 | Author: 刘云鹏 | Hits:

[Com PortRS485VBSource

Description: Serial Port Complete, Programming and Circuits for RS-232 and RS-485 Links and Networks -Serial Port Complete, Programming and Circuits for RS-232 and RS-485 Links and Networks
Platform: | Size: 102400 | Author: han | Hits:

[Windows Mobilezylgpsrecmob

Description: 从串口读取数据,然后解析nmia,进行定位。 源码码齐全-read data from the serial port, then analytic nmia for positioning. Complete source code. .
Platform: | Size: 508928 | Author: beckin | Hits:

[Com Portcom

Description: 完整的com口测试程序,编译即可运行!可测试主板自带的com1 com2串口-Com mouth complete test procedure, the compiler can be run! Can test the motherboard built-in serial port com1 com2
Platform: | Size: 27648 | Author: 黄涛 | Hits:

[Com Portcommport_send_recieveCode

Description: VB写的串口程序,能够完成将编辑框中的输入数据通过串口以16进制方式发送。同时能够从串口接收数据-VB serial write process to complete the edit box to input data through the serial port to send hexadecimal 16. At the same time be able to receive data from the serial port
Platform: | Size: 118784 | Author: 陈小 | Hits:

[Com Portperfect_serial_port_code

Description: 完善的串口通信vc++代码,可选择波段,串口,进行串口设置,实现异步通信-Complete serial communication vc++ Code, choose band, serial port, serial port settings to achieve asynchronous communication
Platform: | Size: 35840 | Author: 张博士 | Hits:

[VHDL-FPGA-Verilogserial

Description: 串行口数据传输实验,vhdl源代码,完成信号发生,串并转换,检测电路-Serial port data transmission experiment, vhdl source code, complete the signal occurred, SERDES, detection circuit
Platform: | Size: 1024 | Author: yew | Hits:

[TCP/IP stackSSVSPM

Description: 直接运行批处理文件install.bat即可. VCP 虚拟串口软件可以将TCP/IP 连接映射成本机的虚 拟COM 口,应用程序通过访问虚拟串口,就可以完成远 程控制、数据传输等功能. VCP特点: 支持多虚拟串口映射 收发采用多线程架构 支持虚拟串口参数同步指 网络断开后自动连接 具有实时虚拟串口数据传输监控 适应范围: 可以将任何使用TCP/IP或UDP广播方式传输数据的 嵌入式设备虚拟成本机的COM口,包括串口服务器, 无线DTU或其它各类嵌入式以太网和TCP/IP设备-Install.bat run batch file directly to. VCP software virtual serial port can be TCP/IP to connect the cost of mapping the virtual COM port machine, the application by visiting a virtual serial port, you can complete the remote control, data transmission and other functions. VCP features: support many virtual serial port mapping to send and receive multi-threaded architecture supports virtual serial port parameters simultaneously refers to the network automatically disconnect the virtual serial port to connect with real-time data transmission to adapt to the scope of monitoring: You can use any TCP/IP or UDP broadcast transmission data on the cost of embedded devices Virtual Machine COM port, including the serial servers, wireless DTU, or other types of embedded Ethernet and TCP/IP equipment
Platform: | Size: 3277824 | Author: 蔡生 | Hits:

[Com Portchuankoutongxin

Description: 串口通信的概念非常简单,串口按位(bit)发送和接收字节。尽管比按字节(byte)的并行通信慢,但是串口可以在使用一根线发送数据的同时用另一根线接收数据。它很简单并且能够实现远距离通信。比如IEEE488定义并行通行状态时,规定设备线总常不得超过20米,并且任意两个设备间的长度不得超过2米;而对于串口而言,长度可达1200米。典型地,串口用于ASCII码字符的传输。通信使用3根线完成:(1)地线,(2)发送,(3)接收。由于串口通信是异步的,端口能够在一根线上发送数据同时在另一根线上接收数据。其他线用于握手,但是不是必须的。串口通信最重要的参数是波特率、数据位、停止位和奇偶校验。-The concept of serial communication is very simple, serial by bit (bit) to send and receive bytes. Although more than by byte (byte) of parallel communication slow, but can use a serial line to send data at the same time another line to receive data. It is very simple and can achieve long-distance communications. For example, the definition of IEEE488 parallel access mode, the total line often provides equipment shall not be more than 20 meters, and between any two devices may not be more than two meters in length and in terms of the serial port, up to 1200 meters in length. Typically, serial code for the ASCII character transmission. 3 lines of communication to use to complete: (1) ground, (2) send, (3) to receive. Due to the asynchronous serial communication port to send data in a line at the same time another line to receive data. Other lines for the handshake, but not necessary. Serial communication the most important parameter is the baud rate, data bits, stop bits and parity.
Platform: | Size: 1024 | Author: zhendongzhao | Hits:

[Industry researchSerialPort

Description: Serial Port Complete Com Port Usb Virtual Com Ports, And Ports For Embedded Systems
Platform: | Size: 2562048 | Author: 李俊男 | Hits:

[ActiveX/DCOM/ATLcomsource

Description: 这是一个封装得比较完整的串口类,支持同步、异步操作,使用简单高效,具有工业强度,我在BC, BCB, VC, BCBX, GCC下编译通过-This is a relatively complete package-type serial port to support synchronous, asynchronous operation, using a simple high-performance, industrial strength, in my BC, BCB, VC, BCBX, GCC compiler passed under
Platform: | Size: 56320 | Author: flashvip | Hits:

[Communicationserialport

Description: 在windows和wince下使用vc及evc完成的串口读写源文件,里面说明文件已经描述清楚-Wince at the use of windows and vc and complete the evc serial port to read and write source files, which have been described in the documentation clearly
Platform: | Size: 17408 | Author: 张炜 | Hits:

[assembly languagebc

Description: 硬件编程[美]安格斯生编著 精英科技译 丛编题名: 硬件接口开发系列 ISBN号: 7-5083-0543-4-Serial Port Complete second edition COM Ports, USB Virtual COM Ports, and Ports for Embedded Systems Second Edition Jan Axelson Serial Port Complete: COM Ports, USB Virtual COM Ports, and Ports for Embedded Systems Second Edition
Platform: | Size: 1024 | Author: 张森 | Hits:

[Embeded-SCM DevelopSerialPortComplete.pdf.tar

Description: Serial Port Complete, Second Edition。 PC端以及嵌入式系统中常用的串行接口介绍和编程,同时概括了硬件和软件设计,是嵌入式系统接口开发人员不可多得的好资料-Serial Port Complete: COM Ports, USB Virtual COM Ports, and Ports for Embedded Systems
Platform: | Size: 2669568 | Author: yaojiam | Hits:

[Windows DevelopPortMan

Description: Port Manager 0.2 A complete serial terminal program. It can send and receive text, Hex values to or from the serial port. Port settings can be changed. Font and Background can be changed too. Received text can be saved to a file too. Complete source code in VB6 is available.
Platform: | Size: 857088 | Author: zafari | Hits:

[Windows DevelopSerial-Port-Complete

Description: Serial Port Complete 2nd Edition.Dec.2007
Platform: | Size: 2675712 | Author: 三郞 | Hits:

[Software Engineeringserial-port-complete--embedded-systems-complete-g

Description: Serial Port Complete: COM Ports, USB Virtual COM Ports, and Ports for Embedded Systems
Platform: | Size: 2562048 | Author: vankhoakmt | Hits:
« 12 3 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net