搜索资源列表
RS232
- RS232串口通信,由89c52单片机控制。异步通信,内含两个程序。-RS232 serial communication, controlled by the 89c52 microcontroller. Asynchronous communication, contains two programs.
uartfifo
- 串口fifo的实现~实现了串口功能以及异步fifo,经过调试和功能仿真-The implementation of the serial fifo ~ serial port functionality as well as asynchronous fifo, after debugging and functional simulation
sci
- 基于F2812DSP的异步串口程序,希望有帮助-SCI code
code
- 1、 主控模块:采用89C52单片机进行各项控制; 2、 键盘处理、显示及报警模块:实现人机交互操作和控制; 3、 定时及电器控制:通过继电器连接外部电器,由单片机进行定时控制; 4、 异步串行通信:实现微机RS-232接口和单片机的异步串行通信; 5、 在线编程接口:通过微机串行口或USB接口,实现微机对单片机的在线编程控制; -Master module: 89C52 microcontroller various control 2, keyboard handlin
6-1
- msp430的异步串行通信程序,完成的工程可以直接在两个机器之间完成串口通信-Asynchronous serial communication program MSP430, the completion of the project can be completed serial communication between two machines
1237852
- 该程序采用GPS异步串行方式,通过串口采集遵循NMEA0183协议的GPS数据,对之进行后台处理 通过ODBC放到数据库中!-The program uses GPS asynchronous serial mode, followed by serial acquisition NMEA0183 GPS data agreement, the background processing into the database via ODBC!
timer_VHDL
- 实现对秒信号分频到ms级,通过异步串口接收时分秒信号,将这些信号连同ms信号并送给同步串口-Achieve the second signal is divided into ms level, through an asynchronous serial receiver, hour signal, signals and these signals are sent along with ms synchronous serial
CH395
- CH395 是以太网协议栈管理芯片,用于单片机系统进行以太网通讯。 CH395 芯片自带10/100M 以太网介质传输层(MAC)和物理层(PHY),完全兼容IEEE802.3 10/100M 协议,内置了PPPOE、IP、DHCP、ARP、ICMP、IGMP、UDP、TCP 等以太网协议栈固件。 单片机系统可以方便的通过CH395 芯片进行网络通讯。 CH395 支持三种通讯接口:8 位并口、SPI 接口或者异步串口,单片机/DSP/MCU/MPU 等控制 器可以通过上述任
UART
- UART异步串口通信协议,不错的例子可以-UART asynchronous serial communication protocol
111
- FPGA 实现全双工异步串口(UART),与PC 机通信。1 位起始位;8 位数据位;一个停止位;无校验位;波特率为2400、4800、9600、11520 任选或可变(可用按键控制波特率模式)-FPGA to achieve full-duplex asynchronous serial interface (UART), to communicate with the PC. A start bit 8 data bits one stop bit no parity bit 240
trans
- 串口通信,异步串口通讯发送程序,FPGA应用verilog语言。-Serial communication, asynchronous serial communication transmission program, FPGA use verilog language.
Serial-test-help
- 串口测试助手,基本串口调用模式,异步通信,可设置基本参数,线程读取数据。-Serial test assistant source code, the most basic serial port call, asynchronous communication, thread read data, can set the basic parameters
149异步串行通信(点对点通信)
- msp430f149点对点异步串行串口通信(MSP430F149 point to point serial communication)
示波器生成类附源码实例
- 虚拟仪器比传统仪器功能更强、可扩展性更好、性价比也更高,是未来测量测试行业的发展方向。完成了一种对马达故障波形进行显示分析的虚拟示波器软件设计,为马达故障分析提供了定量的分析工具。软件采用面向对象的软件设计思想来编写,按照功能划分为5个模块:虚拟示波器界面设计、异步串口通信、Modbus协议软件包、波形傅里叶分析、波形存储访问五大模块,使用VC++基于对话框的应用程序框架完成了这5个模块的详细设计和实现;通过测试,该虚拟示波器操作简单、测量准确,能满足使用要求(Compared with tra
串行通信
- 计算机与单片机之间实现串行通信,10位异步通信,波特率1200,采用定时器1产生,实现计算机串口调试助手与单片机之间的双向通信;(The serial communication between computer and MCU is achieved. Asynchronous communication with 10 bits and baud rate of 1200 are generated by timer 1, which realizes two-way communicati
MYTOOLS
- C#开发的工业自动化控制类,大部分已经写完且验证过: 一、EPSON Robot Remote TCP/IP Control: 用于对EPSON机械手进行远程以太网控制; 二、Motion Control(GoogolTech/LeadShine):对固高和雷赛运动控制卡的DLL文件中的函数进行第二次封装; 三、Advantech: PCI1752:研华数据采集卡PCI1752更新输出及输出状态回读; PCI1754:研华数据采集卡PCI1754更新输入信号;
FPAG UART Verilog
- FPGA实现URAT,实现异步串口收发控制(FPGA implements URAT to realize asynchronous serial port and transceiver control)
wsise-hosd
- 自己编写的一个串口类,支持同步和异步,功能比较强大,已经运用在很多程序中()