搜索资源列表
driver_for_TL16C750_under_uClinux_+_44b0
- 此程序为串口芯片tl16c750在uClinux + s3c44b0环境下的驱动程序.tl16c750R FIFO设置为64BYTES, 除此之外,此程序还能缓存20条已经收到的串口数据.即存储数据量为20*64=1280BYTES的串口数据,而不用担心未及时读串口时发生数据的丢失现象.此外,附此驱动的测试程序,以及编译后的映像文件.-procedure for the serial port chip tl16c750 uClinux s3c44b0 environment of floodi
program
- 工ARM_LINUX的几个源代码,fork,pipe,fifo,及共享内存的实验源程序
FX2SlaveFIFO
- CY7C68013 FX2 Slave FIFO.rar
libftdi-0.16.tar
- libftdi - A library (using libusb) to talk to FTDI s UART/FIFO chips including the popular bitbang mode. Main developers: Intra2net AG <opensource@intra2net.com>-libftdi - A library (using libusb) to talk to FTDI s UART/FIFO chips i
2440project
- 改压缩包包括了ARM9中的 所有裸机部分程序,有GPIO,UART,FIFO,DMA,NOR FLASH,NAND FLASH,LCD等,这些程序都在FriendlyARM的Mini2440开发板上进行了验证-GPIO,UART,FIFO,DMA,NOR FLASH,NAND FLASH,LCD
fifo
- 封装管道操作接口, 包含管道创建、读操作、写操作等。 -Package fifo operation interface, Including reading and writing etc..
smart_parking_lot-master
- 参加全国嵌入式大赛时候写的代码,里面的网络通讯(SOCKET),进程间通讯(FIFO),多进程...都是可以参考下的-When embedded in the national contest to write the code, which the network communications (SOCKET), interprocess communications (FIFO), multi-process ... all be under References
FIFO
- 基于ARM实现FIFO通讯协议,可移植性好,调试通过-ARM-based communication protocol to achieve FIFO, portability, debugging through
exp1_pipe
- 几个linux下创建管道的例子,可以用来理解管道的原理。包括无名管道,FIFO(An example of creating a pipe under Linux can be used to understand the principles of the pipeline)