简体   繁体   English

USB数据包和数据缓冲区捕获

[英]USB packet and data buffer capture

I need a software or application with API support to capture USB packet and data buffer. 我需要具有API支持的软件或应用程序来捕获USB数据包和数据缓冲区。 I would like to analyse the captured data using LabVIEW. 我想使用LabVIEW分析捕获的数据。

  1. Suggest applications for usb packet and data capture with API support, so that I can access them using LabVIEW. 建议使用API​​支持的USB数据包和数据捕获应用程序,以便我可以使用LabVIEW访问它们。

Or 要么

  1. Alternate methods to capture and analyse usb data using LabVIEW 使用LabVIEW捕获和分析USB数据的替代方法

I had tried a approach using logman.exe . 我已经尝试过使用logman.exe的方法。 But that doesn't log all the USB packets. 但这并不会记录所有USB数据包。 Has anyone tried logman to capture the usb packets? 有没有人尝试过Logman捕获USB数据包?

you can consider using VISA functions. 您可以考虑使用VISA功能。 A few examples are shipped with Labview (open example finder and look for USB). Labview附带了一些示例(打开示例查找器并寻找USB)。

Here is a starting point giving instructions about how to give VISA access to the device. 这是一个起点,提供了有关如何使VISA访问设备的说明。

You need find out some windows dll's and use it in labview. 您需要找出一些Windows dll并在labview中使用它。 the examples provided for NI USB devices. NI USB设备提供的示例。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM