One thought on “Entering to CMUX mode and enable Remote Sim through Python script”
Hello!
I would like to know if it’s possibly
I want to write a python script which will be loaded to module(GL865 QUAD) singly and then each time during module start up it will be run. Script will sent to module AT commands for entering to CMUX mode:
ATE0V1&K3&D2,
AT+IPR=57600,
AT#CMUXMODE=1,
AT+CMUX=0
Then after entering to CMUX mode script must enable Remote Sim on 2-ond cmux virtual channel(send appropriate command). Finally, after initialization proccess I want to work with cmux VP0 as with AT channel, with cmux VP1 – as with Remote Sim using ASC0 Physical port.
Script must do initialization procedure, set up CMUX and Remote Sim. And my application must work only through CMUX with at channel(VP0) and remote sim(VP1) .
Is it posibly to realize, can you give some tips about realization?
We use cookies to enhance your browsing experience and help us improve our websites. To improve our website, we carefully select third parties that use cookies to allow us to serve specific content and achieve the purposes set out in our cookie policy. For more information on how to make adjustments through your browser to the cookies being used on your device, please click Find Out More link. By closing this banner or continuing to browse our website, you agree to our use of such cookies. FIND OUT MORE
Hello!
I would like to know if it’s possibly
I want to write a python script which will be loaded to module(GL865 QUAD) singly and then each time during module start up it will be run. Script will sent to module AT commands for entering to CMUX mode: