Using AT commands I have proved it is possible to use the AT/Modem interface in QMI mode to start a CSD (circuit switched data) call and send/receive data. Unfortunately while this call is active, this prevents any other AT commands from being sent on the interface and therefore blocks the application I am writing from accessing it (am using a combination of QMI commands and AT commands to control the modem.)
Is this a fixed behaviour in QMI and therefore is simultaneous CSD and AT commands only possible in DirectIP mode?
Yes I agree, think we will go down the road of removing AT command for controlling device and use QMI instead. Save the AT/modem interface for CSD data transfer.