diff --git a/fr.py b/fr.py index 82cc1164c..cad0f11e1 100644 --- a/fr.py +++ b/fr.py @@ -7,7 +7,7 @@ async def main() -> None: - url = TargetURI("flexray://?slot_id=0x42") + url = TargetURI("flexray://?slot_id=59") tp = await RawFlexrayTransport.connect(url, None) data = await tp.read(timeout=5) print(data)