04-10-2025 02:17 PM - edited 04-10-2025 02:48 PM
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.
04-14-2025 07:37 AM
PXIe-8245 uses Intel Ethernet Controllers.
You can either use the Socket API, or WinPcap library.
04-14-2025 07:51 AM
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?