pc connects ev3 via wifi using C#
Opened this issue · 0 comments
today2012 commented
I try to use VS2015 to control the ev3 and I just followed this tutorial https://github.com/BrianPeek/legoev3/wiki
but when I run the codes in the vs 2015, there is an error in" await brick.ConnectAsync(); " and it says that ev3 refused to connect.
How to solve this problem?