Is there nowadays an AT command that would send all output on ASC1 to ASC0? My idea here is to do simple Python debugging and tracing with only two wires connected between my PC and the GL865, i.e. RXD and TXD.
I know one can redirect ASC1 port to ASC0 by a few lines of Python code, and I am using this "trick" all the time.
But to get possible error messages prior to the Script actually starting, this kind of rerouting will not help. Any ideas?
Hi Tom,
Check "Telit Virtual Serial Device Application Note"; the only way way to get trace in ASC0 is piping through CMUX, you would need to use/implement it in your host.
Thanks Cosmin,
for your answer. Perhaps you could send me the mentioned doc "Telit Virtual Serial Device Application Note", as it does not seem to appear on Telit’s public pages.
And my CMUX sw seems pretty old also, maybe you could drop me the latest sw, thanks!
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
Is there nowadays an AT command that would send all output on ASC1 to ASC0? My idea here is to do simple Python debugging and tracing with only two wires connected between my PC and the GL865, i.e. RXD and TXD.
I know one can redirect ASC1 port to ASC0 by a few lines of Python code, and I am using this "trick" all the time.
But to get possible error messages prior to the Script actually starting, this kind of rerouting will not help. Any ideas?
Hi Tom,
Check "Telit Virtual Serial Device Application Note"; the only way way to get trace in ASC0 is piping through CMUX, you would need to use/implement it in your host.
Thanks Cosmin,
for your answer. Perhaps you could send me the mentioned doc "Telit Virtual Serial Device Application Note", as it does not seem to appear on Telit’s public pages.
And my CMUX sw seems pretty old also, maybe you could drop me the latest sw, thanks!