The default format print/ln uses is decimal, so that's the output I would expect. I think what you want is to use write(), which doesn't parse the data, but sends it in it's raw format.
The default format print/ln uses is decimal, so that's the output I would expect. I think what you want is to use write(), which doesn't parse the data, but sends it in it's raw format.