Reply To: Error sending brick command

HomeForumsMonoBrick Communication LibraryError sending brick commandReply To: Error sending brick command

#5005
Author Image
Oleg Stepanow
Participant

Aha! You use different connections for NXT and EV3:
connection = new LibUsb<TBrickCommand,TBrickReply>(LegoUsbConstants.VendorId, LegoUsbConstants.NXTProductId, ReadEndpointID.Ep02, WriteEndpointID.Ep01); that for nxt

connection = new HidLib<TBrickCommand,TBrickReply>(LegoUsbConstants.VendorId, LegoUsbConstants.EV3ProductId, true); and that for EV3
So the problem seems to be in HidLib, yes. Sory for bothering you, I will try to fix it someway)

Posted in

Make a donation