Changes

Running Multiple ChipWhisperers

299 bytes added, 15:31, 13 May 2019
no edit summary
The ChipWhisperer hardware/software supports running as many capture boards as you have USB ports. This page documents how to connect to multiple devices, which differs from the usual way of connecting to a ChipWhisperer (both inside and outside of the GUI).
'''NOTE: Connecting to multiple devices is not yet supported on == Multiple Devices in CW5==<syntaxhighlight lang="python">import chipwhisperer as cwscope1 = cw. Either CW3 or CW4 must be used insteadscope(sn="<sn_of_device1>") #ie sn="44203120394d36433230312033323037"scope2 = cw.scope(sn="<sn_of_device2>") </syntaxhighlight> Note that calling <code>cw.scope()</code> without specifying a serial number with multiple ChipWhisperers connected will print the serial numbers of each connected ChipWhisperer.'''
== Multiple Devices in the GUI ==
Approved_users, administrator
366
edits