Hi,
I have a pointer to a unknown type with length x. I like to break it down in a byte-array so I can send them. That is pretty hard in a 16 bit system without a byte type.
I tried to use __byte but it is always return 0. So any suggestion for a elegant solution?
Thanks!