How do I recieve the whole datas from a lora device? #1864
Replies: 2 comments
-
Posted at 2020-02-21 by Robin Thr 2020.02.20
Did you mean 'Espruino?' Hi @user109783, Ref L1
it is too difficult to comprehend what is going on here. Lets start with the basics: Post the result of
Please post the sending code.
Which device? (lora) and Espruino Which tutorial is being worked from? Please post link. This will assist us to respond more timely: |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-02-21 by @MaBecker Hi,
If yes, then just concat until char == '.' Edit: check http://www.espruino.com/USART sample |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-02-21 by user109783
I used a lora for sending datas constantly, and I recieved datas in espruion.
I recieve data like this:
but I can't get the whole datas, just one character。
I send 'abcccc',
but console.log always print a,b,c,c,c,c one by one.
How do I get the whole data?
Beta Was this translation helpful? Give feedback.
All reactions