LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading a raw ethernet frame

Im trying to implement a device that needs to comunicate to a pc via a standart UTP cable. I don't want to network it or anything, just use the high speed ethernet interface instead of the serial one because I need the bandwidth. Does LabWindows have some specific function that can capture a raw ethernet frame? If now any refrence to third party librarys would also be apreciated.
0 Kudos
Message 1 of 3
(3,343 Views)

Hi loche255,

What protocol are you using to transfer the data?

Nestor
0 Kudos
Message 2 of 3
(3,302 Views)
Hi,
    I do not have experience with this, but I hope this help to find your way.
   
   1) For capture ethernet frame, check www.winpcap.org which is used by some of ethernet monitor programs.
      (I am not sure, if is posible to send RAW packet)
   2)or  maybe you can do experiment with Windows socket, with protokol set to  SOCK_RAW or IPPROTO_RAW.
   
0 Kudos
Message 3 of 3
(3,287 Views)