Code Monkey home page Code Monkey logo

Comments (3)

ustccw avatar ustccw commented on August 25, 2024

You mentioned there is no tcp retransmission, and i assume your STM32L4 is good, the packet loss should happen on the UART transmission.
Could you please enable the uart hardware flow control by adding CTS/RTS line here, and enables it by sending AT+UART_CUR=230400,8,1,0,3

from esp-at.

venkateshdhara avatar venkateshdhara commented on August 25, 2024

@ustccw i have done this experiment by using qcom terminal sending message to hurceles software(tcp server) and receiving echo with 5sec interval still i see packet loss, i have done this experiment before seeing your comment but i did this at 115200 with hardware flow control CTS/RTS

from esp-at.

ustccw avatar ustccw commented on August 25, 2024

@venkateshdhara If you have already enabled hardware flow control and other conditions outside are right, this should be a bug.

Could you please use latest master branch and enable more logs to see what happened:

python build.py menuconfig -> Component config -> Log output -> Default log verbosity -> Debug
python build.py menuconfig -> Component config -> AT -> Enable ESP-AT Debug
python build.py menuconfig -> Component config -> AT -> Enable ESP-AT Debug -> Enable Network Debug
(Disable BT to reduce bin size) python build.py menuconfig -> Component config -> Bluetooth -> Deselect

The AT log port output should give more logs.

from esp-at.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.