MindStorms Page
Japanese Page
CENQC --- NQC for Windows CE Ver0.18
Screen image is here.
Getting Packages
All sources are in CENQCSRC.zip of above packages.
(Microsoft(R) Visual C++ V5.0 and Windows CE Toolkit for VC++(R) 5.0 are required for
build)
NQCE --- NQC console for Windows CE
NQCE is Windows CE port of NQC developped by Dave Baum.
Getting Packages
- Console Package (required)
Installation
- Extract NQCExxx.ZIP, CONSxxx.ZIP and KCxxx.ZIP to a directory of Desktop PC.
- Transfer NQCE.EXE, CONSOLE.EXE, CESHELL.EXE and KCTRL.DLL to "\Windows"
directory on Windows CE device.
Execution
- Execute CEShell.exe, then Console.exe starts
- Enter following command on CEShell ---> set PATH=\Windows
- Enter following command on CEShell ---> NQCE
- NQCE starts and display NQCE help.
- Please read NQC documents for detailed usage about NQCE.
Setup
- For changing communication port from COM1(default) to COM2. Enter the command on CEShell
like this:
set RCX_PORT=COM2:
NOTICE: You MUST specify colon(:) after port name (ex. COM2:)
Back to Home