I'm Python newbie and would like to convert ASCII string into a series of 16-bit values that would put ascii codes of two consecutive characters into MSB and LSB byte of 16 bit value and repeat this for whole string...
I've searched for similar solution but couldn't find any. I'm pretty sure that this is pretty easy task for more experienced Python programmer...