adafruit / Adafruit_CircuitPython_RockBlock

CircuitPython driver for Rock Seven RockBLOCK Iridium satellite modem
MIT License
4 stars 10 forks source link

I receive my data is half with raspberry pi #27

Open Ertugrulmutlu opened 1 year ago

Ertugrulmutlu commented 1 year ago

When ı send my hex data over the rockblock website and trying to recieve like data_recieve example in adafruit rockblock example (https://github.com/adafruit/Adafruit_CircuitPython_RockBlock/blob/main/examples/rockblock_recv_data.py , url of example) ı got my data is half or empty .

There is some data ı try to send over the website and what ı return WhatsApp Image 2022-11-16 at 10 43 21 as you can see data above is full but below is less than half, it should be like above. I'm sure i did everything fine (message size or smtg.) Is there any solution ?

anand2532 commented 7 months ago

I have also encountered same problem. It seems the problem comes when the MO buffer doest get transferred to RockBlock modem.

anand2532 commented 7 months ago

For this you can create a piece of code with your requirement.

caternuson commented 3 months ago

How many bytes total are being sent?

It's unclear in the screen capture above what is the data trying to be sent and what is the actual data being returned. Can you paste the actual data here as text?