Hi,

I need help for doing this task. I know it will be simple but I am not able
to do it.

output_message_packet=
fe01b84100000000000000002756fe02fe01b94100000000000000006239fe02fe01ba410000000000000000ad88fe02fe01bb410000000000000000e8e7fe02fe01bc41000000000000000012fbfe02fe01bd4100000000000000005794fe02

I want to split this into separate message packets like this:
fe01b84100000000000000002756fe02
fe01b94100000000000000006239fe02
fe01ba410000000000000000ad88fe02
fe01bb410000000000000000e8e7fe02
fe01bc41000000000000000012fbfe02
fe01bd4100000000000000005794fe02

After this I want to split this into bytes:
fe 01 b8 41 00 00 00 00 00 00 00 00 27 56 fe 02

Please help me with code for how to do this.

Thanks in advance.

Regards,
Shweta
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to