搜索资源列表
16c554a
- st16c554芯片驱动,此芯片与tl16c554a芯片兼容。-st16c554 chip-driven, this chip compatible with tl16c554a chip.
ST16C554-linux26
- 本代码是ST16C554在Linux 2.6内核下的驱动代码。 从网上查了好多次,都没有找到,只能自己写了。 供各位开发同仁参考。 注意: 本代码有一个缺陷,就是每次收代码只能够收前16个,其余的会收不到。我找了好长时间,不知道是哪里的问题。请各位调好后,给我发封mail告知,我的email:uclinux@263.net。谢谢。-ST16C554 this code is in Linux kernel 2.6 drivers under the code. Online s
ST16C554-linux2.6.14
- Linux 2.6内核下的16C554驱动程序源代码,工作在68模式下,其中包括驱动程序文档。-the 16C54 driver source code, the 68 model, including the driver documentation.
ST16c554
- 嵌入系统POWERPC+LINUX下ST16C554多串口驱动程序
16c554+M64
- Mega64与ST16c554之间的电路连接图
ST16C554_Description_cn
- st16c554的中文说明,网上下的,很不错
st16c554d.rar
- s3c2410下st16c554应用的源程序(利用总线进行4串口扩展),S3C2410 application under st16c554 source (using 4 serial port expansion bus)
st16554
- ST的异步串口芯片4通道芯片资料,扩展RS232、RS422、485的好方法-ST16C554 chip uart
st16c554_driver
- 我写的st16c554串口扩展芯片的驱动程序,实现的思想是将st16c554的四个扩展串口当做四个st16c550串口来实现。-I wrote st16c554 serial extension driver for the chip to realize the idea is to extend st16c554 four serial ports as four serial ports to achieve st16c550.
st16c554
- 1to4 usb hub μPD720114 ET-0191A 4端口自供电集线器原理图-1to4 usb hub μPD720114 ET-0191A 4-port self-powered hub schematic
st16c554_serial
- 嵌入式linux平台下串口芯片st16c554的驱动,处理器为s3c2410,四路串口共享中断,外接时钟信号-Embedded linux platform serial chip st16c554 driven processor s3c2410, four serial ports share the interrupt, external clock signal
ST16C554-linux26
- 关于st16c554的驱动用于linux2.6下改写。-About st16c554 under the drive for linux2.6 rewritten.
at91rm9200-16c554-linux
- Linux下ST16c554的驱动程序例程,C语言编写。-Linux driver under the ST16c554 routine, C language.
ST16c554
- 一个嵌入式linux环境下的扩展串口驱动程序源代码-An embedded linux environment extended serial driver source code
UART_DRIVER
- LPC2294下的串口驱动,里面包括2294自带的两个串口控制器的驱动,和四片ST16C554的的驱动,全部采用中断方式,本程序用在产品上有两年了,没有出过问题,编程思路本人认为值得参考下-LPC2294 under the serial port driver, which include the 2294 comes with two serial controller driver, and four ST16C554 of the drive, all with interrupt, t
ST16C554_1
- ST16C554串口扩展芯片初始化和读写-ST16C554 Initialization 、 reading and writing
st16c554d
- s3c2410下st16c554应用的源程序(利用总线进行4串口扩展)-S3C2410 application under st16c554 source (using 4 serial port expansion bus)
st554
- 这是st16c554的完整驱动程序源码,包括寄存器读写,数据缓存-this is driver source for chip st16c554.In it ,there are some function about how to operate register,how to mem for data
uart_55x_lite
- 本模块设计仿照ST16C554芯片,特点如下: a) Localbus总线接口; b) 多通道设计,最大通道数为4,实际通道数可配置; c) 两种中断方式,支持电平中断、沿中断;(The module is designed and modeled on ST16C554 chip. A) Localbus bus interface; B) multi-channel design. The maximum number of channels is 4, and the numbe
st16c554 linux驱动程序
- 基于嵌入是linux 编写的st16c554 驱动程序,测试可用