Christopher Coté

Results 25 comments of Christopher Coté

Ok, this is basically what I did, although I added word splitting. I haven't put it into the Elixir driver yet, still in my app-space. Perhaps I'll open a PR...

You probably need to call `Nerves.UART.stop(pid)` to shutdown the `GenServer` I ran into this issue yesterday, and that worked for me. It appears `close` doesn't fully release the file handler....

@deadtrickster I was actually going to ping you about this, but now i see you've already opened an issue. Any update on this?

I'm not sure, and haven't been using the library much, but I would love to resolve these issues. Anyway you could provide a PR? I might be beneficial to fix...

Yeah, should be able to get to it this week. DynamicDocument is useful for creating a reference to another model that you don't know the type at compile-time. It can...

I'm wondering if you guys can capture the IP address of the node when it's not working and when it is working. There's a TTL setting for the IP registration,...

@tmecklem could you run the `mix test` in you local dev environment?

I've updated the tests to be a bit more thorough

Ok, to run mDNS locally on OSX you need to kill the default mDNS server running locally. In OS X, you can disable it by opening terminal and typing the...