We are thinking to design an application that could program PicoCom4 automatically for our production purposes.
So I need to merge the steps from DCUTERM and the USB loader together. would you please let me know how can I transfer *.bin file to PicoCom by our owned software?
Transfering the .bin file to PicoCom4
-
-
There is no api available to do this. But you could call USBLoader and within your application. USBLoader offers undocmented features that can be used for that purpose.
USBloader will start NBI downlod automatically as soon as PicoCOM4 is available. -
Hi,
I'm using NETDCU10 and I've just tried the cmd you described. Actually an error type "ERROR OPEN FILE" occurs when I use this command.
-
Hi,
I have currently tested it but could not detect any problem. USBloade is opened with auto-button on and given nbi file already is selected.
Will USBLoader get started generally, also when calling with no parameter?
Please verify the given filename. Maybe you need to use some embraces ("). -
Hi,
I've been able to solve my problem. Actually the USB-Loader Program does not recognize relative paths properly. As soon as I redefined the files paths to absolute ones, it seemed to work.
Thank you for your help.