So to confirm, I place the elf file in the same directory as socat and run the command in Windows cmd?
So the example command should look like this?
socat.exe -t 99999999 - TCP:<XXX.XXX.XX.XXX>:9021 < ddd_pair_dump_verbose.elf
Including the "<" and ">", correct?
Is it possible to inject the...