Currently im trying to send packets to load a saved image that is something like 17x18 bitmap image. I was able to project it through the gui so i know its fine.
Trying to do it via Matlab is giving me some issues.
I have to send decimal values of the packets over tcpip in order for it to work, but how exactly do i convert image data which i can import as a character array of the size of its bytes, and input that along with the packet so that it can see this image?
Im converting all the hex to decimal in order for this to work.
Any ideas? Im pretty close and i know its possible since the gui handles it similarly.
Thanks,
Samir