|
|
 | | .NET Micro Framework released!
|
| Microsoft released a micro version of the .NET Framework SDK today! Could we be writing C# code for the NXT, and unlike the Microsoft Robotics Studio, actually have that code run natively on the brick itself? Quick summary article: (URL) download (...) (19 years ago, 14-Feb-07, to lugnet.robotics.nxt, lugnet.robotics, lugnet.technic)
| | |  | | Re: NXC/NBC release news
|
| Hi John! I think there is not an urgent need for a clear-screen flag in a bunch of NXT screen functions. That is, my sources are full of "false," flags :-) TextOut(...,true,...); TextOut(...,false,...); TextOut(...,false,...); LineOut(...,false); (...) (19 years ago, 14-Feb-07, to lugnet.robotics.nxt)
| | |  | | RE: Bluetooth Comm Problem
|
| The NXT-G firmware implementation for mailbox messaging is extremely funky. I don't think your code is working properly for this implementation. You need to be continuously calling "ReadMessage" and only check for "a message was found" error code. (...) (19 years ago, 14-Feb-07, to lugnet.robotics.nxt)
| | |  | | Re: Programming for NXT
|
| (...) Would it help to add a "Last Updated: mm/dd/yyyy" to this page? Thank you Andy (19 years ago, 13-Feb-07, to lugnet.robotics.nxt)
| | |  | | Re: Bluetooth Comm Problem
|
| (...) I was a little confused about how I was supposed to determine when the message had been received. I wasn't sure whether the ReceiveMessage should be called multiple times or not. Here is my code: // Connection = 1, Queue = 0 (...) (19 years ago, 13-Feb-07, to lugnet.robotics.nxt)
| |