P
Patricia Smith
Hi,
I need some help in writing Java code in representing carriage returns
in Hex 0D. I've written a program in Java on an Unix system that
passes data to a Stratus machine via TCP/IP socket. The data I send to
the Stratus box needs to have carriage returns in it, which I've
written in Java as "\r", but the Stratus box does not seem to
recognize it. It is expecting a hex 0D instead.
Does anyone know how to code in Java to pass a hex 0D?
Thanks in advance for any advice you can provide.
Pat
I need some help in writing Java code in representing carriage returns
in Hex 0D. I've written a program in Java on an Unix system that
passes data to a Stratus machine via TCP/IP socket. The data I send to
the Stratus box needs to have carriage returns in it, which I've
written in Java as "\r", but the Stratus box does not seem to
recognize it. It is expecting a hex 0D instead.
Does anyone know how to code in Java to pass a hex 0D?
Thanks in advance for any advice you can provide.
Pat