nemikor-solutions / blue-owl-core

Technical Official device integration for OWLCMS
ISC License
5 stars 0 forks source link

spurious messages when USB port already used #24

Closed jflamy closed 5 months ago

jflamy commented 6 months ago

If another program is already using a serial port (e.g., owlcms-firmata), version 1.1 correctly detects that the port is used, In the following screen shot, COM9 is already used. COM5 is the blue-owl device. Cannot tell if the firmware timeout messages pertain to COM9 or COM5, but both devices work.

image

scottgonzalez commented 6 months ago

Unfortunately these logs come from Johnny-Five and can't be disabled. However, future versions of the Blue Owl app will be packaged in a way that does not display the full terminal logs and only displays the Blue Owl logs, so these messages will not be displayed (there will be a true native application that does not run a script in the terminal and does not open a web browser).

blue-owl-core will continue to display these logs in the terminal, at least as long as is remains built on top of Johnny-Five. I would like to eventually build this directly on top of firmata.js.

scottgonzalez commented 5 months ago

Closing as the issue in Blue Owl is resolved. blue-owl-core will continue to display these messages.