Search found 1 match
- 06 Dec 2012, 18:30
- Forum: Mindstorms Software
- Topic: where does "LCP.messageWrite" write to ?
- Replies: 1
- Views: 3676
where does "LCP.messageWrite" write to ?
Hi - I am brand new to leJOS and NXT brick. I am running pretty simple programs on NXT using leJOS, and have a small problem with this code : === LCPBTResponder lcpThread = new LCPBTResponder(); lcpThread.setDaemon(true); lcpThread.start(); LCP.messageWrite(0, "Waiting for ENTER to be pressed&q...