Posted: Thu Jan 29, 2015 1:58 am
I've just hooked the USB cable to my PC (also supplies power), then run putty (a terminal/ssh program) connecting to the COMx port where the RCP lives, connect at 115200 baud 8N1, and hit ENTER to get a menu. You can change loglevel to tell RCP how much information to spew across the serial link. I also tried to get it working under linux, under virtualbox, but the emulation of linux seems to be too time-consuming for the serial port to work reliably that way.
Code: Select all
RaceCapture/Pro >
===================================================
Welcome to RaceCapture/Pro : Firmware Version 2.7.6
===================================================
Available Commands:
resetConfig : Resets All configuration Data to factory default Usage: resetConfig
testSD : Test Write to SD card. Usage: testSD <lineWrites> <periodicFlush> <quietMode>
startTerminal : Starts a debugging terminal session on the specified port. Usage: startTerminal <port> <baud> [echo 1|0]
viewLog : Prints out logging messages to the terminal as they happen Usage: viewLog
setLogLevel : Sets the log level Usage: setLogLevel <level>
logGpsData : Enables logging of raw GPS data from the GPS Mouse Usage: logGpsData <1|0>
showTasks : Show status of running tasks Usage: showTasks
version : Gets the version numbers Usage: version
showStats : Info on system statistics. Usage: showStats
sysReset : Reset the system Usage: sysReset
lua : Enter the lua script interpreter. Usage: lua
reloadScript : Reloads the current script. Usage: reloadScript
RaceCapture/Pro > setLogLevel 5
result="ok";
RaceCapture/Pro >