| | Communication between NQC and VisualBasic Thomas Zapf-Schramm
|
| | I would like to experiment with communication between two autonomous robots. Unfortunately I can't afford a second RCX. So I would like to this thing with the RCX and my PC. Is there a way to write a NQC program that interacts with a Visual Basic (...) (24 years ago, 30-Nov-00, to lugnet.robotics.rcx.nqc)
|
| | |
| | | | Re: Communication between NQC and VisualBasic Richard Sutherland
|
| | | | It seems that you want to run an RCX emulator on the PC side that can use the PC IR Tower as if it was the internal transmitter in the RCX brick. Thus you could run NQC generated bytecode in your robot, and NCQ generated bytecode on your PC. I know (...) (24 years ago, 30-Nov-00, to lugnet.robotics.rcx.nqc)
|
| | | | |
| | | | | | Re: Communication between NQC and VisualBasic Dave Baum
|
| | | | | In article <G4uLMp.1tL@lugnet.com>, "Richard Sutherland" <richard@webbox.com> wrote: here...it would just be putting another level of abstraction between the (...) IR Messages are implemented, although in the simulated environment they result in (...) (24 years ago, 1-Dec-00, to lugnet.robotics.rcx.nqc)
|
| | | | | |
| | | | Re: Communication between NQC and VisualBasic Dave Baum
|
| | | | (...) Unfortunately, Spirit.ocx doesn't support sending messages. However, the packet protocol is pretty simple so as long as you can access the serial port directly you should be able to build message packets. See the following web pages for more (...) (24 years ago, 1-Dec-00, to lugnet.robotics.rcx.nqc)
|
| | | | |
| | | | Re: Communication between NQC and VisualBasic Jeff Leung
|
| | | | (URL) is my scanner source code made by NQC and Visual Basic In this case, i used StartTask(), StopTask(), SetVar(), Poll(), etc. from the LEGO's control. (24 years ago, 3-Dec-00, to lugnet.robotics.rcx.nqc)
|
| | | | |