So this still doesn't quite work as expected though I get past the error I was having.
I have a script, let's call it script.scp.
If I do the following then it works:
> redlinkserv --commandline
>> load "script.scp"
>> run
but if I try to do the same thing with this command
> redlinkserv --connectscript="script.scp"
This fails with errors
Probe table CSV file not found
No probes found
Probe Not Found
This script started as the default kinetisconnect.scp and it's identical up to line 1310 (other than uncommenting the lines that it says to for use outside of IDE).
With redlinkserv in commandline mode I get back the probe info with the probelist command.
Any ideas?
James.