Want to differentiate Two LPCXpresso54120 Bridge devices.

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

Want to differentiate Two LPCXpresso54120 Bridge devices.

Jump to solution
1,446 Views
Harshal_Kaswala
Contributor I

We have LPCXpresso54102 LQFP64 Rev A board. we use this board as USB to I2C bridge. We use LIBUSBSIO python library for I2C operation of Bridge.

Now, We have these 2 bridges connected with the PC and we want to differentiate the device.

sio = LIBUSBSIO(loglevel=logging.DEBUG)
numports = sio.GetNumPorts()

sio.Open(0)

here sio.GetNumPorts() give no of connected sio device. for the Opening port we just give no of a device(In my case 0 or 1).so, how can we identify which board is comport is open?

There is any way to find which device is open.
Please suggest to me some ideas related to my usage?

0 Kudos
Reply
1 Solution
1,403 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi

Multiple LPC controller targets can be attached to the host. The current version of the library doesn’t
provide a mechanism to uniquely identify individual targets except with an index number (starting from
zero) assigned during enumeration.

For more, please see attached manual

Jun Zhang

View solution in original post

0 Kudos
Reply
1 Reply
1,404 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi

Multiple LPC controller targets can be attached to the host. The current version of the library doesn’t
provide a mechanism to uniquely identify individual targets except with an index number (starting from
zero) assigned during enumeration.

For more, please see attached manual

Jun Zhang

0 Kudos
Reply