bitbox02-firmware icon indicating copy to clipboard operation
bitbox02-firmware copied to clipboard

Support for multiple bitboxes plugged in at the same time

Open ritzdorf opened this issue 5 years ago • 1 comments

It seems that electrum supports multiple bitboxes plugged in at the same time. Is this also possible through the python library?

Currently, this message suggests that it is not supported:

https://github.com/digitalbitbox/bitbox02-firmware/blob/1c59ef191a626d463fd3833bdfa0290f95498edf/py/send_message.py#L944-L945

ritzdorf avatar Oct 05 '20 15:10 ritzdorf

It is possible. send_message is just a demo sandbox that uses the bitbox02 library to run through some demos on a device.

See for example get_any_bitbox02s() to get a list of all connected bitboxes. Note that a device is invisible to the host until after the orientation screen.

benma avatar Oct 05 '20 19:10 benma