Home→Forums→MonoBrick Communication Library→Error sending brick command→Reply To: Error sending brick command
November 24, 2014 at 20:45
#5003
Oleg Stepanow
Participant
Im on windows 7 64
Nothing worked at all untill I rebuilt hidapi.dll to 64 bit platform. Now it`s as I described…
Got it:
in usb.cs
if(bytesWritten == -1)
hasError = true;
seems I steel have problems with hidapi… but with nxt it works good.
Now im using both nxt and ev3 in one programm with same result. both connect, nxt gets commands, ev3 fails to.
Follow