Can the script in LPCScrypt able to program more than 1 simultaneously

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Can the script in LPCScrypt able to program more than 1 simultaneously

731 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by r43125 on Tue May 24 01:57:02 MST 2016
With reference to Chapter 6 Appendix, It mentioned that multiple serial port, does it meant that we could write script in the LPCscrypt to be able to program more than 1 boards simultaneously or one at the time. Customer would like to program more than one more at one time, can it work for LPC4350.

Thanks.

Regards,
Audrey


6.1 Multiple serial ports
When LPCScrypt firware is booted, it will enumerate on the host as a USB serial (VCOM)
port. In normal operation LPCScrypt (host) will be able to detect and use the correct
serial port automatically. However this automatic detection cannot identify the port to use
if multiple USB serial ports are found. The solution is to manually identify the correct serial
port and specify it to LPCScrypt using the -d switch.
Labels (1)
0 Kudos
Reply
2 Replies

712 Views
lpcware
NXP Employee
NXP Employee
bump
0 Kudos
Reply

712 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Tue May 24 08:13:13 MST 2016
From a single host 'PC' you could have more than one board connected and program them via LPCScrypt.

As described you can refer to the individual connection using the -d <comport> switch.  e.g.:

bin\lpcscrypt -d comport1 command
bin\lpcscrypt -d comport2 command


Some notes:

[list]
  [*]A single invocation of LPCScrypt on the host can only communicate with a single board at a time.
  [*]The LPCScrypt boot process will only operate if a single LPC device (with vid/pid of 0x1FC9/0x000C) is visible over USB i.e. you cannot connect two LPC devices and boot them both sequentially.
[/list]

Yours,

LPCXpresso-support
0 Kudos
Reply