Re: [elm-discuss] Convert Char to Int?

2017-01-27 Thread Duane Johnson
On Thu, Jan 26, 2017 at 11:52 PM, Peter Damoc wrote: > What does this mean? KeyCode is an alias to Int so, at least in theory, > you should have the actual Int value of the Char. > What happens if you display this Int value? How does it differ from what > you need? > I was

[elm-discuss] Convert Char to Int?

2017-01-26 Thread Duane Johnson
Big picture: I'm writing a visual display algorithm of a binary ".hex" file that is the result of compiling code on the Arduino platform. I load the file into the browser via HTTP.getString, and then attempt to display the values. Problem: I'm unable to find a way to represent this binary data