PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

Software drivers for PXIe-8245

I'm looking for recommendations for software drivers or LabVIEW code compatible to use to be able to interface with a PXIe-8245 Ethernet card that will allow me to send and receive ethernet messages/frames (interfacing with embedded systems) and have as much control over the transmission process to experiment with sending error-injected frames.

 

0 Kudos
Message 1 of 3
(65 Views)

PXIe-8245 uses Intel Ethernet Controllers.

You can either use the Socket API, or WinPcap library.

-------------------------------------------------------
Applications Engineer | TME Systems
https://tmesystems.net/
0 Kudos
Message 2 of 3
(27 Views)

Hello CodingCat,

    I suspect you may need to handle the ethernet frames using TCP functions. The highest level of control should be obtained by the lowest-level of functions, I believe that means TCP.

    I browsed Basic TCP/IP Communication in LabVIEW - NI and in the article, there are screenshots detailing the use of TCP functions. Did I understand your question correctly? Can you add more details?

0 Kudos
Message 3 of 3
(25 Views)