I need to build a tcp frame with raw binary data, but all examples and tutorials I\'ve found talking about bytes always involve conversion from a string, and that\'s not wha
frame = b'\xa2\x01\x02\x03\x04'
wasn't mentionned till now...