Open lordscarlet opened 4 months ago
You have to have the Kublet plugged in to your computer via USB. Once you do that, you should be able to run krate monitor <port>
I do
On Tue, Jul 23, 2024, 4:05 PM David G. Simmons @.***> wrote:
You have to have the Kublet plugged in to your computer via USB. Once you do that, you should be able to run krate monitor
— Reply to this email directly, view it on GitHub https://github.com/kublet/krate/issues/1#issuecomment-2246213780, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAEMH4BPOYPF5RBUM2OSV3ZN2ZRRAVCNFSM6AAAAABLDR7RI2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBWGIYTGNZYGA . You are receiving this because you authored the thread.Message ID: @.***>
So what command did you run? Your issue said you ran krate monitor
but no port referenced.
If you run it without a port it should list the ports available. It shows none.
On Tue, Jul 23, 2024, 4:21 PM David G. Simmons @.***> wrote:
So what command did you run? Your issue said you ran krate monitor but no port referenced.
— Reply to this email directly, view it on GitHub https://github.com/kublet/krate/issues/1#issuecomment-2246243014, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAEMHYKWP5Z6AOF5LINNULZN23ODAVCNFSM6AAAAABLDR7RI2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBWGI2DGMBRGQ . You are receiving this because you authored the thread.Message ID: @.***>
So have you looked to see if the Kublet has been enumerated on a port? krate
is a pretty simple wrapper around the PlatformIO command pio
so if krate
can't find the port, that means that pio
can't find it.
You can confirm this by running pio device monitor
which should give you the exact same output.
If you're on macOS you can run ls -l /dev/*usb*
to see a list of usb devices. But this output would indicate that there is no device plugged in.
If your device is plugged in, make sure that you are using a USB data cable, and not just a power cable. Not all USB cables are data cables. Note: The cable that comes with the Kublet is not a data cable!
How do you use Monitor?