import hid

bigs = hid.device()
bigs.open(vendor_id=0x35bd, product_id=0x0101)
bigs.send_feature_report(bytes([0, ord('B')]))