T O P I C R E V I E W |
Red-58 |
Posted - 02/17/2010 : 14:17:43 Hello World,
The first GQ-4X purchased has already left my hands and the second one has not yet arrived.
Unfortunately the users are having difficulty adjusting to the GQ-4X. It is different than the burner that died. My hunch is that the burn file has once again been corrupted. The non-technical production users just need a single type of device burned with one of 4 different burn files. I am working from memory and the manual until the second GQ-4X arrives.
The scripting features in GQUSBPrgRe5.0 could provide part of the solution.
Can the script to be run be called from the command line?
If so then a set of batch file on a CD with the burn file could reduce the production burning to “click this icon”.
Any thoughts, suggestions, or examples are welcome.
R. Harkins
|
4 L A T E S T R E P L I E S (Newest First) |
ZLM |
Posted - 03/23/2010 : 19:32:41 Re 5.01 is released. See download page http://www.mcumall.com/comersus/store/mcumall_download.asp" |
mperry_esi |
Posted - 03/23/2010 : 11:18:50 I need to run a script from the command line as well. This link is broken and I don't see a version 5.01 Beta on the download page. May I *please* get a version that runs a script from the command line?
quote: Originally posted by ZLM
Red-58,
try 5.01Beta: http://www.mcumall.com/download/TrueUSBWillem/GQUSBPrgRe5.01Beta.exe
This one should accept the command line start-up in windows CMD window with script command parameter.
*Example:
"C:\Program Files\GQ USB Programmer>usbprg GQScript\demo1.gqs"
This line will run the demo1.gqs script once the software started with out any error.
*The command line parameter will accept all GQScript commands.
Example: "C:\Program Files\GQ USB Programmer>usbprg EXIT APP" This line will exit the software just after start up the software.
Image Insert:
11.7 KB
|
ZLM |
Posted - 02/18/2010 : 00:53:08 Red-58,
try 5.01Beta: http://www.mcumall.com/download/TrueUSBWillem/GQUSBPrgRe5.01Beta.exe
This one should accept the command line start-up in windows CMD window with script command parameter.
*Example:
"C:\Program Files\GQ USB Programmer>usbprg GQScript\demo1.gqs"
This line will run the demo1.gqs script once the software started with out any error.
*The command line parameter will accept all GQScript commands.
Example: "C:\Program Files\GQ USB Programmer>usbprg EXIT APP" This line will exit the software just after start up the software.
Image Insert:
11.7 KB |
Bad_Ad84 |
Posted - 02/18/2010 : 00:01:42 check the GQscript folder, it has examples of script.
you could then write 4 script named whatever.. (1-4 maybe or something more suitable) that will select the type of chip, load the file from disk and write/verify. |