05-26-2024, 07:24 PM 
		
	
	
		I am currently chatting with a developer on Fiiver to get something made.  It would a C++ Windows app, but having cross platform support would be great.
There are a LOT of features that I need to support. The Blingboard64 and BlingBox™ both use the same USB interface that sets up a COM port. So you would just select the correct COM port and then communicate using a simple packet system to be able to load/save the various settings. There are packets for direct access to do diagnostics, test settings, setup any displays or expansion devices, etc. There is quite a bit of work to support everything.
I prefer a native app as well, but I also have the ability to do everything wirelessly in a browser as a web app. This means no code required at all on the PC/Mac/Linux side, just a lot of code on the keyboard side to do everything, but it certainly could be done this way.
	
	
	
	
There are a LOT of features that I need to support. The Blingboard64 and BlingBox™ both use the same USB interface that sets up a COM port. So you would just select the correct COM port and then communicate using a simple packet system to be able to load/save the various settings. There are packets for direct access to do diagnostics, test settings, setup any displays or expansion devices, etc. There is quite a bit of work to support everything.
I prefer a native app as well, but I also have the ability to do everything wirelessly in a browser as a web app. This means no code required at all on the PC/Mac/Linux side, just a lot of code on the keyboard side to do everything, but it certainly could be done this way.

