Feeds
답변 있음
Simulink, MS Visual Studio and Lego NXT
And there is another question: how to send single or double number to robot? Just BitConverter.GetBytes() is not enough.
Simulink, MS Visual Studio and Lego NXT
And there is another question: how to send single or double number to robot? Just BitConverter.GetBytes() is not enough.
13년 초과 전 | 0
답변 있음
Simulink, MS Visual Studio and Lego NXT
OMG! Correct is [0x02 0x00 0x01 (uint8)number] For mailbox #1 3d byte should be 0x01, not 0x00. It is not obvious!
Simulink, MS Visual Studio and Lego NXT
OMG! Correct is [0x02 0x00 0x01 (uint8)number] For mailbox #1 3d byte should be 0x01, not 0x00. It is not obvious!
13년 초과 전 | 0
답변 있음
Simulink, MS Visual Studio and Lego NXT
I send [0x06 0x00 0x00 0x09 0x00 0x02 (uint8)number 0x00] but output from Receive via Bluetooth(R) Connection is always: Data=0,...
Simulink, MS Visual Studio and Lego NXT
I send [0x06 0x00 0x00 0x09 0x00 0x02 (uint8)number 0x00] but output from Receive via Bluetooth(R) Connection is always: Data=0,...
13년 초과 전 | 0
질문
Simulink, MS Visual Studio and Lego NXT
I have a Simulink model for controlling Lego robot. I have c# project in MSVS which receives robot's coordinates from web camer...
거의 14년 전 | 답변 수: 4 | 0
