Converting serial port binary hex to serial port ASCII decimal

0

I'd like to convert a binary hexadecimal data string on one serial port to an ASCII decimal string output to another serial port. Is there already an application that does this? If not, would it be easier to build a stand-alone converter (ie. Arduino) or create one for Windows?

Bill

Posted 2015-10-31T19:10:11.320

Reputation: 1

What? What have you tried precisely? – Ramhound – 2015-10-31T19:45:08.877

1"Binary hex" and "binary hexadecimal data string" are redundant; "binary data" will suffice. Linux has several conversion programs (e.g. od); Windows is not as programmer friendly. – sawdust – 2015-10-31T20:35:44.190

No answers