Open typemismatch opened 9 years ago
I can't say this has ever been tested on OS X so I'm not sure where to begin with troubleshooting. Are you using network communication or something else?
I was trying to get it working over BlueTooth - really odd because it seems to want to work but it seems after the initial packet is sent it doesn't accept anymore. No big deal, it's a far out case :)
A bit of a far out case, yes. :) Maybe mess around with the WriteBufferSize property on SerialPort?
@typemismatch I just got my brick (v1.07H) set up on OS X 10.11 (Late 2013 rMBP 15"), Mono 4.0.5, and everything seems to be working ok (well, other than it occasionally doesn't want to connect to the brick, but if it connects, it works).
hey @FabioCZ good to know, I'll send you a pm and see what else I might have missed, thanks.
Hey, have you fixed the problem? We´ve ported this sdk to a native swift implementation for iOS but also have problems with the bluetooth connection. It seems, if direct commands are send one by one, the bluetooth stops working or the robot has some strange behavior. Our solution at the moment, is to wait a few milliseconds till we send the next command.
I have firmware 1.07H - I'm running the Desktop code on OS X.
I have the blue tooth pairing working and on the EV3 the iPhone/iPod/iPad is off.
When I send a command it goes through the first time, EV3 moves + plays sound. If I try again I get random behavior. Sometime it will move again, sometimes it moves a different motor (same code). Most times after it has moved around a bit, it ignores all future commands and requires a reboot.
I modified the tester to Disconnect after each run, batch seemed to work a little better.
Any thoughts? thanks