rar文件

plx-pci6140-aa33pc软件含驱动AOP-108-CN-S.rar 评分:

本文档中文 是 PLX PCI 6140 视频采集卡 的驱动 和视频采集软件 4路 8路 16路 均可使用 plx-pci6140-aa33pc软件含驱动AOP-108-CN-S
2012-07-18 上传 大小:30.00MB
立即下载
zip文件
PLX-DAQ-v2.2.zip_PLX-DAQ v2.11_arduino_it_plx-daq

IT IS A COM PORT READER TOOL

立即下载
rar文件
plx-pci6140驱动程序

plx pci 6140采集卡采用飞利浦saa7100作为芯片的视频采集卡,驱动不好找啊。

立即下载
rar文件
PCI9052RDK-LITE.rar_9052 RDK_PCI 9056RDK-LITE_PLX PCI9052_plx 9

PLX 9052 RDK - LITE FILE

立即下载
zip文件
plx pci6150-bb66pc的视频采集驱动

plx pci6150-bb66pc的视频采集驱动

立即下载
zip文件
PLX-DAQ_串口_excel串口绘图工具_源码.zip

PLX-DAQ_串口_excel串口绘图工具_源码.zip

立即下载
rar文件
PLX_9054_9056_8311_WDM PLX系列PCi芯片驱动源码

PLX_9054_9056_8311_WDM PLX系列PCi芯片驱动源码

立即下载
zip文件
采集卡plx pci6140-aa33pc

QX2006是一套基于计算机数字图像处理技术的新一代视频处理和长时间存储系统。它采用Philips 7130芯片对模拟视频信号进行数字化、实时压缩编码后存储在系统的硬盘中或通过计算机通讯网络传输实现数据共享。该系统可同时处理1-24路视频信号。广泛应用于银行、电力、电信、水利、智能大楼等领域。

立即下载
rar文件
plx pci6150-bb66pc的驱动

plx pci6150-bb66pc的视频采集驱动 它是8路视频频 8个芯片的型号是 fusion 878a 25878-13 d424yiur 0424 taiwan

立即下载
rar文件
plx_pci6150采集卡驱动(新福)

好用 没病毒 亲测 plx_pci6150采集卡驱动(新福)

立即下载
zip文件
PLX-DAQ-v2.11.zip_Datalogging_PLX-DAQ2.2_excel data logger_plx-d

Data logger for excel

立即下载
rar文件
plx+pci6150-bb66pc的视频采集驱动.part2

plx+pci6150-bb66pc的视频采集驱动.part2

立即下载
rar文件
plx-pci6150-bb66pc驱动+监控软件part2

plx-pci6150-bb66pc的视频采集驱动+监控软件

立即下载
rar文件
plx pci6140 aa33pc采集卡驱动

plx pci6140 aa33pc采集卡驱动

立即下载
rar文件
pci.rar_PCI 采集 程序_PCI驱动程序_PLX 驱动_VC PCI 驱动_plx sdk

PCI9054数据采集卡驱动程序,采用VC+PLX_SDK编写,希望对做数据采集的朋友有帮助

立即下载
rar文件
pci6140驱动采集卡是PLX PCI6140-AA33PC型号的,

pci6140驱动采集卡是PLX PCI6140-AA33PC型号的,

立即下载
rar文件
plx 6140-aa370 pc 驱动以及监控系统

plx 6140 aa370驱动,以及监控系统

立即下载
zip文件
PLX PCI卡 linux驱动

PCI8系列 PCI9系列 PCI9054 linux驱动程序 PLX SDK Samples ================================================================ ABOUT This document provides a brief description of the samples included in the PLX SDK. Please refer to the source code in each sample & the PLX SDK User's Manual for additional details. The PLX samples are intended to demonstrate use of the PLX API. The samples are not intended for debug or real world applications, although they can be extended to complex applications. They should be treated as a reference for writing custom software that utilizes the PLX API. Not all samples work with all PLX devices. The PLX API supports numerous PLX chip families in PCI/PCIe, including 6000-series PCI-to-PCI bridges, 9000-series PCI-to-Local bus bridges, & 8000-series PCI/PCIe bridges & switches. Some samples are provided only for specific chip families. SAMPLES - ApiTest Simple application that calls various PLX APIs for a selected device & verifies return codes & parameters. The API calls made depend upon the type of device selected. - DSlave Demonstrates how to read/write from a PLX 9000 PCI BAR space using the PLX API/driver to perform the data transer. This operation is often referred to as "Direct Slave". - DSlave_BypassApi Similar to the 'DSlave' sample, except this sample uses the PLX API only to map a PCI BAR space directly to the application's virtual space. The application can then directly access the space via simple memory dereferencing, bypassing the PLX API/driver & resulting in greater performance, especially for small transfers. The application is responsible for initializing the BAR space, such as setup of translation/remap registers. - LocalToPciInt [9000-series & 8311] Demonstrates how to wait for a generic Local-to-PCI interrupt using the PLX Notification API. - NT_DmaTest [8000-series switches with DMA & NT support] Demonstrates using the DMA engine in a PLX 8000 switch to transfer data through a PLX 8000 NT port. - NT_DmaTest [8000-series switches with DMA & NT support] Demonstrates using the DMA engine in a PLX 8000 switch to transfer data through a PLX 8000 NT port. - NT_LinkTest [8000-series switches with NT support] Demonstrates NT communication by sending random sized data buffers through a PLX 8000 NT port. - NT_Sample [8000-series switches with NT support] Demonstrates very basic NT communication by sending keystrokes from one system through a PLX 8000 NT port & displaying them on the other system. - PerfMonitor [8000-series switches with Performance Counter support] Demonstrates use of the PLX Performance API to capture & display performance measurements from the chip. - PlxCm The PLX Command-Line Monitor useful for debugging. Complete source is provided. - PlxDma [9000 & 8000 series devices with DMA support] Demonstrates block & SGL DMA using the PLX DMA API. - PlxDmaPerf [8000-series devices with DMA support] Demonstrates continuous block DMA & calculates performance measurements. - PlxDmaSglNoApi [9000 & 8000-series devices with DMA support] Demonstrates DMA using manual setup of SGL descriptors. This is useful when an application has a list of specific DMA transfers to perform. - PlxEep A PLX command-line utility for reading/writing EEPROMs connected to PLX devices. Useful for production-line type environments. - PlxNotification Demonstrates use of the PLX Notification API to wait for interrupt events. - SampleAppGUI A very simple GUI provided only to demonstrate using the PLX API in a GUI app instead of a console type application. - SerdesEyeTest Code taken from the PLX PDE tool to show how to measure serdes eye data. This code is only sample source for reference purposes & not an actual running application. - Shared Some common functions shared by all sample application to perform tasks such as device selection, error display, etc.

立即下载
热门资源标签
Global site tag (gtag.js) - Google Analytics