Brian Schmalz
Brian Schmalz
That would be a much bigger change. Currently none of the various SC commands enter the FIFO, and there is nothing on the other end to 'execute' them. Right now,...
Yes, this is in essense how the S3 command will need to work. But internally it will compute all of the parameters to an L3 command, and then call L3...
Absolutely. The simpler the API, the simpler the code and the testing. On Mon, Jun 4, 2018 at 11:30 PM, Windell Oskay wrote: > I'd err on the side of...
The 3D_Moves branch has the very beginnings of 3D support: basically just the framework for three new commands (S3, X3 and L3). No actual functionality there yet. But that was...
Agreed. I believe the EBB firmware part of this issue is complete and working, and at this point it is purely an inkscape-extension task. There may be little value in...
Windell, I don't believe so. However, I believe the latest code (version 2.2.6) has only been tested by a couple folks. The only possible strangeness (unconfirmed) is when dealing with...
I like your suggestion, but we have to make it super, super super simple and foolproof. I don't want to rely upon an active internet connection. I don't want users...
Question: if a user has multiple EBBs plugged into their computer at the time that they run the updater tool, should we update every EBB that we can find? Or...
Well, there was a 'bug' in my code that made it update every EBB that it found (I originally intended it to just update the first one and then quit),...
I found this out when I had 10 different serial port devices on my PC (3 of which were EBBs) and ran the updater to see if it would work...