cbaugher

Results 37 comments of cbaugher

It is an important question, what is the predicted lifespan of the language/framework that IOSender is based on? To my knowledge Avalonia is not owned or controlled by MS, so...

Moving IOSender to another language/architecture would be a major undertaking. Whether or not it would be worth it; I have no idea. I agree it seems unlikely that C#/.net/WPF will...

> Bottom up is, IMO, the correct approach. The core project is UI-less and is the foundation. To create a basic working app only a few controls has to be...

> Bottom up is, IMO, the correct approach. The core project is UI-less and is the foundation. To create a basic working app only a few controls has to be...

> Since this project is the one I have used dip into the MVVM pattern it may be considered not "pure" since there are still local code behind in some...

> - there are in fact two different serial port libraries supported already. I'm still plugging away at Avalonia, mostly on the UI side, but am now running into some...

I'm trying to compile with USEELTIMA defined, but it can't find a reference for "SPortLib". Is there an external package to install?

I'm not sure what's going on. It opens the port but only fires the DataRecieved event once, and then never again. The data received is correct so the port settings...

For the curious... I did figure out what was going on with the serial comms. The first problem was that the poller was in the wrong state, because some lines...

Alright! Despite still being mostly inept at WPF/Avalonia I've managed to hack something together that connects to a controller and runs a simple program. It looks terrible and there are...