Raw ethernet

Hi everyone,

I am wondering if there is any other way for IRC5 to communicate with a PC other than TCP/IP.

I need to send/receive data to the computer and the program I am currently using does not allow TCP/IP communcation.

Nevertheless it allows raw ethernet communication.

Any hints on this?

Thanks in advance

Socket communication is probably what you are after?

See this post https://forums.robotstudio.com/discussion/comment/26035/#Comment_26035 for an example of the code, or search the forum for “socket”.

Sorry for the late reply. Thank you graempaulin, but that socket connection you’re suggesting is based on the TCP/IP protocol.
Thank you anyway