Ohh, I never tested it on ESP32C6, but at least on ESP32C3 and ESP32S3 it
was working fine.

Maybe someone from Espressif can help here.

BR,

Alan

On Wed, Jan 15, 2025 at 1:11 PM Felipe Moura Oliveira <moura....@gmail.com>
wrote:

> Hello Alan,
>
> Thank you very much for talk to me about usbconsole. It will solve my
> project requirement.
>
> Unfortunately, at least in the master version, the console is stuck when
> data is sent from pc to esp32c6. I will check it better.
>
> Type [C-a] [C-h] to see available commands
> Terminal ready
> NSH) NuttX-12.
> nsh: nsh>: command not found
> nsh>
> nsh> hNutSell: c
> nsh: hNutSell:: command not found
> nsh> [n
> nsh: [n: command not found
> nsh>
> nsh>
> nsh> ns:nh:c
> nsh: ns:nh:c: command not found
> nsh>
> nsh> [
> nsh: [: missing required argument(s)
> nsh>
> nsh> nsh: nsh>: command ntfound
> nsh: nsh:: command not found
> nsh> nsh> ^[ s>^el(
> nsh: nsh>: command not found
> nsh> l
>
> Em qua., 15 de jan. de 2025 às 11:36, Alan C. Assis <acas...@gmail.com>
> escreveu:
>
> > Hi Felipe,
> >
> > If you are using one of these two UART as serial console (to NSH), then
> you
> > can see it using the USB Serial/JTAG interface:
> >
> >
> >
> https://docs.espressif.com/projects/esp-idf/en/stable/esp32c6/api-guides/usb-serial-jtag-console.html
> >
> > This way you will have two real serials available to your product.
> >
> > BR,
> >
> > Alan
> >
> > On Tue, Jan 14, 2025 at 9:55 PM Felipe Moura Oliveira <
> moura....@gmail.com
> > >
> > wrote:
> >
> > > *Dear All,*
> > >
> > > I hope this message finds you well.
> > >
> > > I am currently working on a project using the ESP32C6 and find myself
> in
> > > need of an additional UART, bringing the total to three UARTs.
> > Initially, I
> > > considered implementing a UART using bit-banging; however, after
> > reviewing
> > > the documentation, I discovered that a low power UART option is
> > available,
> > > which seems to suit my requirements.
> > >
> > > At first glance, adding this UART does not appear to be overly complex.
> > > However, I am encountering an issue related to a missing configuration:
> > >
> > > The UART configurations on the ESP require two parameters that I am
> > having
> > > difficulty understanding:
> > >
> > > .txsig = U1TXD_OUT_IDX,
> > > .rxsig = U1RXD_IN_IDX,
> > >
> > > Could someone please explain what these parameters represent?
> > >
> > > Upon examining the gpio_sigmap.h file that references the ESP32C6, I
> > > noticed that there isn't a similar parameter available for use with
> > > the low power UART. How should I proceed in this case?
> > >
> > > Any guidance or assistance you can provide would be greatly
> appreciated.
> > >
> > > Thank you in advance for your support.
> > >
> > > *Best regards,*
> > >
> > >
> > > --
> > > *Felipe Moura de Oliveira*
> > > *Universidade Federal de Minas Gerais*
> > > Linkedin <https://www.linkedin.com/in/felipe-oliveira-75a651a0>
> > > <https://twitter.com/FelipeMOliveir?lang=pt-br>
> > >
> >
>
>
> --
> *Felipe Moura de Oliveira*
> *Universidade Federal de Minas Gerais*
> Linkedin <https://www.linkedin.com/in/felipe-oliveira-75a651a0>
> <https://twitter.com/FelipeMOliveir?lang=pt-br>
>

Reply via email to