-->
Page 1 of 1

arduino wifi and c# application

PostPosted: Tue Nov 21, 2017 2:23 pm
by Michele Benedetti
hello to all
i want more than 1 wifi module & arduino communicate with a single computer with c# application
its possible with that? you have an example?
sorry for english
i have attach a paint example
thank you

Re: arduino wifi and c# application

PostPosted: Sat Nov 25, 2017 8:17 pm
by QuickFix
As long as all devices in the end speak the same language (called a "Protocol") there's no issue whatsoever.

I can write applications in Delphi that use DLL's written in Visual C to communicate over WiFi to an ESP with firmware written in C++.