I have the dest MAC address in the format of a string: "689900112233".
This link shows how to specify the mac address as 6 separate groups of 2 hex digits: https://networking-class.readthedocs.io/en/latest/tutorials/raw_ethernet/raw_ethernet.html
How can I transform the string I have into separate hex digits (0x68, 0x99, 0x00, 0x11, 0x22, 0x33)?