Home→Forums→MonoBrick Communication Library→Control more than one EV3→Reply To: Control more than one EV3
March 18, 2014 at 11:13
#4058
Anders Søborg
Keymaster
Hi
I’m using your firmware and it seems that there are no UDP broadcasts.
It is correct the MonoBrick firmware does not support UDP broadcast. But you should be aware that the MonoBrick communication library only support the standard firmware.
Is there an easy way to connect with a brick running the monobrick firmware?
Simpley have a program running on the EV3 that listens and accepts a TCP/IP connection. Then from the PC connect to the EV3 using a TCP/IP socket. Search the web there are dozens of examples on how to do this in c#
Anders
- This reply was modified 10 years, 9 months ago by Anders Søborg.
Follow