Frank Hunleth

Results 255 comments of Frank Hunleth

Since I intended `find_pids/0` as a debug tool, I think that it can be changed or extended as needed to make life easier when debugging. I was just about to...

At first I thought it was a little weird to write an empty string, but I suppose that if you have a framer that allows it, then it would be...

Hmm. It has been so long since I've used Windows regularly that I'm really not sure with doing some digging. There might be hints in Node Serialport - https://github.com/serialport/node-serialport/blob/master/packages/bindings/src/serialport_win.cpp#L782 or...

Thanks for the report! I've never tried `nerves_uart` in WSL. This is good to know that there's a gap. I'll add it to my list of things to look at....

I'm sorry, I'm not sure since I haven't used 921600bps on Windows. My first try would be to lower the baud rate to 112500 to see if that works. It...

Thanks for the detailed bug report. Do you know whether this is related to the 50 millisecond timeout? Also, could you turn on debug prints in the C code to...

I'm trying to reproduce, but can't. I'm typing `tab`, `tab` as quickly as I can after running `NervesUartBug.bug`: ```elixir $ iex -S mix Erlang/OTP 20 [erts-9.1] [source] [64-bit] [smp:8:8] [ds:8:8:10]...

My use of Circuits UART isn't performance critical and I know that Circuits.UART performance could be improved. However, I wasn't expecting issues on an MBP at 57600. Just so I...

Does the firmware work with any other software on your Mac? For example, does it work with Picocom? It's sounding like it's not a Circuits.UART issue, but a general issue...

I personally like this change a lot. In hindsight, I really wish that I had not put the call to `IO.iodata_to_binary(data)` in there. My intention is to merge, but I...