Discuss PC Developer and Web Developer projects and features here.
-
mnfisher
- Valued Contributor
- Posts: 2178
- Joined: Wed Dec 09, 2020 9:37 pm
- Has thanked: 177 times
- Been thanked: 1021 times
Post
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