| | Difficulty with WRITE COMMAND over BT Pavel Petrovic
|
| | Hi, I am attempting to download a .rxe program file to NXT from some programming environment that allows communicating over serial port. So I connect to NXT (with 1.04 firmware) from the WinXPSP2 box with BT USB dongle, and use the commands (...) (18 years ago, 26-Apr-07, to lugnet.robotics.nxt)
|
| | |
| | | | Re: Difficulty with WRITE COMMAND over BT John Hansen
|
| | | | (...) 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, (...) (18 years ago, 27-Apr-07, to lugnet.robotics.nxt)
|
| | | | |
| | | | | | Re: Difficulty with WRITE COMMAND over BT Pavel Petrovic
|
| | | | (...) 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 (...) (18 years ago, 28-Apr-07, to lugnet.robotics.nxt)
|
| | | | |