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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

736件の閲覧回数
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.
ラベル(1)
0 件の賞賛
返信
2 返答(返信)

717件の閲覧回数
lpcware
NXP Employee
NXP Employee
bump
0 件の賞賛
返信

717件の閲覧回数
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 件の賞賛
返信