Re:load
lungStruck
—
2015-09-04T00:25:22Z —
#1
I'm an application developer by day and I'm currently doing some work with serial port programming. I needed a serial device to test with, so I took my Re:load Pro to work. I developed a small application using C#.Net that can control and monitor a Re:load Pro and thought I'd share it.
Some information and source code is here: http://www.lungstruck.com/projects/reload-controller/
It's not perfect, but it's functional!
Kean
—
2015-09-05T09:28:11Z —
#2
Great work. Apart from an exception on startup due to it trying to open a non-existant serial port (COM15) it works fine. I'd been meaning to write something similar, but it kept dropping low on the todo list.