 | | Control Lab - serial/USB
|
|
The Lego Control Lab (peeron #9751) connects to a PC through a serial cable. Since most laptops don't have a serial port I was wondering if anyone knew how I might connect a Control Lab to a laptop. Would a USB converter work (will RoboLab recognise (...) (19 years ago, 28-Apr-07, to lugnet.robotics)
|
| |
 | | Re: Difficulty with WRITE COMMAND over BT
|
|
(...) Thank you very much for the reply. It is still consistently puzzling. If I write some other file - for example a text file named file.txt, I can write and close, and see it in the list (through findfirst/findnext) successfully. This works both (...) (19 years ago, 28-Apr-07, to lugnet.robotics.nxt)
|
| |
 | | Re: Classroom experiments gone awry
|
|
(...) I'm using terms of my own making. These are terms that seem to work with 10 - 12 year olds. By "dominant" I mean the wheel which measures the duration specified in a turn. Sometimes I use the term "outside wheel". For example, a duration of (...) (19 years ago, 28-Apr-07, to lugnet.robotics.nxt)
|
| |
 | | NXTOffRoad+Extensionboard
|
|
Hi, today I released the NXTOffRoad-Prototype... NXTOffRoad at Work (URL) Build-0 (URL) Build-1 (URL) with MCU (URL) for extensions (MCU-Board for SD-Card, Camera, Motors and additional IO-Ports) (URL) the pictures Bye Christian (19 years ago, 27-Apr-07, to lugnet.robotics)
|
| |
 | | Re: Difficulty with WRITE COMMAND over BT
|
|
(...) It's hard to say what exactly might be going wrong. Here's how I write a file to the NXT: // write in < 64 byte chunks xferred := 0; aStream.Position := 0; // start at the beginning while xferred < size do begin cnt := Min(size - xferred, (...) (19 years ago, 27-Apr-07, to lugnet.robotics.nxt)
|