Hi,
I am getting 8 bytes from serial port, it is fix value of byte count 8. Its working well, my problem I want separate certain bytes to another.
In the capture picture, you can see the posittion 3A4E FE00 00FE 0000. I would like to separate the each byte on this way 3A4E FE 0000 FE 0000. At first 2bytes later 1byte, 2bytes, 1byte and 2bytes. I added one program example to see what i am using. Maybe is 'Type Cast'.
If it is impossible to get, i would like have all like 1byte separated. Since is easy later fit to 16bits or 8 bits, multiplicate it by the high byte.
I would like anyone tell me if is possible get that i want or any advise to get it.
Thanks everybody for any help!.
Regards.