New interpreter error: FIFO_FULL #7361
Unanswered
espruino-discuss
asked this question in
Other Boards
Replies: 1 comment
-
Posted at 2020-03-27 by @gfwilliams If possible the best way is to use flow control. You can either you can use XON/OFF software flow control when setting up the Serial device, or you can do hardware flow control too - you then just need to set the modem up to use it Posted at 2020-03-27 by @gfwilliams ... either that or use a lower baud rate |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2020-03-27 by user109783
I ran code in STM32F4DISCOVERY board.
I use Event on for listening the 4G Sim。If the Http Response is a little datas, it work well. But If the Response is relatively much more data, this error will happen.
In the code, the variable line will receive data as much as the http return.
How do I avoid this error?
The main code like this:
Beta Was this translation helpful? Give feedback.
All reactions