搜索资源列表
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
jni
- 在以前的文章中,我已經表明,它可以連接一個藍牙模塊到ATMEGA微控制器通過 UART串行接口,甚至進一步,發現它使用藍牙功能的電腦或智能手機。 9600串行鏈路的建立,可以比用來交換數據。 使用Android手機用於此目的也不例外。我將用它來控制英仙座3機器人平台。我米做的是直接連接的Android與 ATMEGA單片機通過串口藍牙連接。所以,你可以使用這種技術用於其他目的不是機器人,因為 ATMEGA有一個大範圍可能的用途:控制光在家裡使用的Android手機,閱讀各種傳
LabVIEW-UART-Temprature
- 利用Labview对串口进行读写控制,构成LabVIEW模拟温度采集系统,保证可用!-Using Labview to read and write to the serial port control, constitute the LabVIEW simulation temperature acquisition system, to ensure that available!
rs485
- 操作串口直接进行RS485多机通信的类。单片机下485多机通信很容易,用UART的Bit9即可,Windows下就麻烦得多,Windows下串口Bit9用作奇偶校验,要切换Bit9就要动态改通信格式,而且切换时间要跟得上单片机的us级时间。这个自己写的Class用独立线程、Windows高精度定时器机制,高速切换Bit9,示波器测量,时间在10us左右,已用于门禁系统多年,长时间运行可靠! -Direct RS485 serial port operation multi-machine c
Demo2_UART
- SPCP825的UART控制程序,标准全双工串行异步通讯端口(适用于RS-232协议),波特率可达到2457600bps@12MHz@12MHz、1536000bps @6MHz; -SPCP825 the UART control procedures, standard full-duplex asynchronous serial communication port (for RS-232 protocol), the baud rate can be achieved 2457600b
URAT
- 台弯义隆芯片UART串行控制实例说明Application of UART 。-Taiwan bending Elan chip UART serial control examples Application of UART.
Uart(FIFOSend.TimeoutReceive)
- AVR mega16/mega32的UART FIFO发送.超时接收,广泛应用于工业控制.这是原创作品.-AVR mega16/mega32 send the UART FIFO. Overtime receiver is widely used in industrial control. This is the original works.
UART_51
- 串口设置:包括初始化及应用;串口调试方面直接能用上-// This sample uses the UART to communicate with a PC. Therefore it sets up the internal // Baud Rate Generator (BRG). The LPC900 receives a command ( S ), sent by the PC and // sends out a response, which can be display
GM8125
- 8051 系列芯片通常只有1 个或2 个串口,在工程实际中,往往需要多个串口进行整个系统的通信,但是普通单片机或者DSP 原有的UART 串口都比较少。GM8125可以将1 个全双工的标准串口扩展成5 个全双工的标准串口,并能通过外部引脚控制串口扩展模式:单通道工作模式或多通道工作模式。-8051 series chips are usually only one or two serial ports, in engineering practice, often requires a num
FPGA_UART
- 本例用VHDL语言在FPGA上实现UART的控制,包括了波特率发生器,接收器,发送器,奇偶校验模块,以及滤波模块和测试模块,能让您更透彻的了解UART的工作原理。-In this case the FPGA using VHDL language to achieve UART' s control, including the baud rate generator, receiver, transmitter, parity modules, and filtering module
stm8_tda7719_6606_ZHANGWEI_GPS_MCU
- 掌微无机心 MCU 主控制程序。STM8+DT7719+6606+CAN+UART+LIN-Palm heart inorganic micro MCU master control program. STM8+ DT7719+6606+ CAN+ UART+ LIN
UART
- 该代码为异步串口通信程序,控制芯片为ATMEGA16。-The code for the asynchronous serial communication program, the control chip for the ATMEGA16.
UART-DATA-Display
- 本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了.-The program uses a common serial port control MSCOMM32.OCX VC6.0 to send to the serial port on the data acquisition and processing.
uart
- BCB6下完整的UART通信程序,多线程机制,封装成独立的类,从Win95时代用到XP,主要配合单片机用,遇到实际问题就修改、记录,能抗住单片机的频繁上电,可用于1Mbps以上高速的虚拟串口,并具备直接控制RTS/DTS输出信号的功能。-BCB6 UART communication program under the complete, multi-thread mechanism, packaged as a separate class, use the times from the Wi
uart-main
- 前串行编程的控制,就能得到显示。一个串行端口-2410 control of serial program, can receive display. A serial port
80c51-for-uart
- 在keil环境下,利用80c52对串口进行控制,利用串口与上位机(pc)进行通讯。-In keil environment, using 80c52 serial to control the use of serial port with the host computer (pc) to communicate.
uart
- UART 串口 上位机 波形控件 windows编程 c++例程-PC UART serial waveform control
MStarCom
- wince6.0下面的串口demo source code-uart control UI in wince6.0
CPU-Control-SLIC
- 一款控制SLIC功能的CPU,内部含与无线模块交互,以及对SLIC模块的控制功能,已经量产-A IC for control SLIC module by uart port
uart
- 一个具有固定波特率的 UART 串口收发器,可以实现 串口收发器,可以实现 9600 波特率的串口通信, 能够与 PC 机串口进行通信,支持 8 比特数据位、 1 比特停止位、无校验硬件流控模式(A fixed baud rate UART serial transceiver, can realize serial transceiver, can achieve 9600 baud rate serial communication, and can communicate with PC