Hi! I am using the BG77 module and after some file operations (open/read/close) I have received this CME error “The file is operated”. There is no documentation available for this error in the App Notes or AT command manuals.
Does anyone have any information available?
This usually means that you are trying to perform an operation on a file that has already been operated on by another program or process, but the operation cannot be completed because the file is in use.
Ok, thank you! And, is there any way to close any active operation? My current problem is that after this error the file does not respond to anything (open, close, delete, etc). Even after several minutes.
If the module is stuck in a state where it’s not responding to file operations, you might need to reset the module. This can be done by either using the AT+CFUN=1,1 command.
Ok, thank you Mikey!