kublet / community

Build for Kublet!
https://thekublet.com
Apache License 2.0
8 stars 15 forks source link

Serial Monitor #5

Open lordscarlet opened 1 month ago

lordscarlet commented 1 month ago

How do you get the kublet to show up in Serial Monitor? So far, it doesn't show for me.

I am running Windows 11

..\..\krate.exe monitor                                                                           

--- Available ports:
--- Enter port index or full name:

image

image

audreylim commented 1 month ago

Are you using our provided micro-USB cable? Unfortunately the cable is a power cable, not a data enabled cable, so for monitoring you will have to use a separate one. It should show up as a COM3/COM4 port.

We plan to provide a data cable in the future.

lordscarlet commented 1 month ago

I have tried several cables. I do not know if any of them are data enabled cables.

On Fri, Jul 19, 2024 at 9:44 PM Audrey @.***> wrote:

Are you using our provided micro-USB cable? Unfortunately the cable is a power cable, not a data enabled cable, so for monitoring you will have to use a separate one. It should show up as a COM3/COM4 port.

We plan to provide a data cable in the future.

— Reply to this email directly, view it on GitHub https://github.com/kublet/community/issues/5#issuecomment-2240827018, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAEMH6YFTYR3VNWPCJQC73ZNG6JVAVCNFSM6AAAAABLFD75ROVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBQHAZDOMBRHA . You are receiving this because you authored the thread.Message ID: @.***>

audreylim commented 1 month ago

Hmm, the data cables are usually thicker than the power cable. You should see a port show up in your device manager if it is a data enabled cable. The ones you tried might all be power cables :(

comports

audreylim commented 1 month ago

Another user had an issue with the COM ports, and got it working by installing the CP120x drivers: https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/establish-serial-connection.html#connect-esp32-to-pc , https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers?tab=downloads. You should still see the CP210x port show up though, whether or not you have the drivers.

Feel free to join our Discord - https://discord.gg/hpxFXchr, others could help too.