RE: Read response from console

2023-12-21 Thread Gustavo Soares
drivers' option must be enabled but there is no sign of its dependecy. Making 'popen()/pclose() Functions' optio... github.com De: Alan C. Assis Enviado: quarta-feira, 20 de dezembro de 2023 22:50 Para: dev@nuttx.apache.org Assunto: Re: Read resp

Re: Read response from console

2023-12-20 Thread Alan C. Assis
; > Thank you! > -- > *De:* Nathan Hartman > *Enviado:* quarta-feira, 20 de dezembro de 2023 16:40 > *Para:* dev@nuttx.apache.org > *Assunto:* Re: Read response from console > > So, in Kconfig, Example/popen should "depends on" FIFO and nam

Re: Read response from console

2023-12-20 Thread Gregory Nutt
configuration be applied besides enabling the popen()/pclose() functions? *De:* Alan C. Assis *Enviado:* quarta-feira, 20 de dezembro de 2023 08:15 *Para:* dev@nuttx.apache.org

RE: Read response from console

2023-12-20 Thread Gustavo Soares
2023 16:40 Para: dev@nuttx.apache.org Assunto: Re: Read response from console So, in Kconfig, Example/popen should "depends on" FIFO and named pipe drivers? On Wed, Dec 20, 2023 at 2:08 PM Alan C. Assis mailto:acas...@gmail.com>> wrote: That is because you forgot to enable:

Re: Read response from console

2023-12-20 Thread Nathan Hartman
seems to be in the apps/system/popen. >> Should any other configuration be applied besides enabling the >> popen()/pclose() functions? >> >> -- >> *De:* Alan C. Assis >> *Enviado:* quarta-feira, 20 de dezembro de 2023 08:15 >> *Para:*

Re: Read response from console

2023-12-20 Thread Alan C. Assis
uarta-feira, 20 de dezembro de 2023 08:15 > *Para:* dev@nuttx.apache.org > *Assunto:* Re: Read response from console > > Hi Gustavo, > > Do you mean apps/examples/popen is not working? > > I remember using popen() in the past to get the result of other program > out

RE: Read response from console

2023-12-20 Thread Gustavo Soares
Enviado: quarta-feira, 20 de dezembro de 2023 08:15 Para: dev@nuttx.apache.org Assunto: Re: Read response from console Hi Gustavo, Do you mean apps/examples/popen is not working? I remember using popen() in the past to get the result of other program output. Best Regards, Alan On Mon, Dec

Re: Read response from console

2023-12-20 Thread Alan C. Assis
Hi Gustavo, Do you mean apps/examples/popen is not working? I remember using popen() in the past to get the result of other program output. Best Regards, Alan On Mon, Dec 18, 2023 at 3:39 PM Gustavo Soares < gustavo.felipesoa...@hotmail.com> wrote: > Hello everyone! > > I have some i2c devic

Read response from console

2023-12-18 Thread Gustavo Soares
Hello everyone! I have some i2c devices connected to my ESP32 and I can get their values by using the i2c get command from NuttX. Now I need my app to extract the value from the response, so I enabled the popen() and pclose() functions but it still not possible to use them, is there any other