BG95 "NO CARRIER" message

I request data from my website with a POST request in the transparent access mode. Most of the time the data gets fully downloaded without any issues. At the end of the data transmission BG95 modem sends a “NO CARRIER” message. I use this message to determine the end of data transmission. Is it OK to use this message as an indicator for the end of data transmission?

NO CARRIER indicates that the switchover between the data mode and command mode fails, not indicating the end of data transmission.

1 Like

When I send data in the transparent mode how can I determine if the transmission is completed?

There will be an URC prompt when you finish your POST.
image

1 Like