Page 1 of 1

App Developer

Posted: Mon Mar 15, 2021 11:37 pm
by wayne_millard
Hi,

Im having a problem sending HEX values out of the network comms componet. would love to see a example of how to do this.

Thanks,
Wayne M :oops:

Re: App Developer

Posted: Tue Mar 16, 2021 7:47 am
by mnfisher
Not an answer (sorry) - but having been playing with this, sending data from Windows..

Hopefully a useful tip though:
Linux has xxd which converts file to hex.

There is a port to Windows at https://sourceforge.net/projects/xxd-for-windows/ - which makes creating hex data a snap!

Windows power shell also has some tools (gc, format-hex) that can be used.

Where are you having trouble? Sending or receiving end?

Martin

Re: App Developer

Posted: Tue Mar 16, 2021 8:07 am
by wayne_millard
Hi Martin,

I would like to see network comms sending and receiving Hex data i have attached what im trying to do now.

Thanks,
Wayne M