Question is related to all Python modules, but a friand of mine wants to de-import SER module to have possibility to send AT-commands from external controller via ASC0 from time to time.
I don’t think is possible; maybe a solution is to have the software listener in module serial implement a "bridge" logic between SER and MOD at some certain data in serial stream or GPIO signal.
In fact, looking for "python delete module" or the same will bring up some discussions, like here or here however I don’t know if it works in module and how reliable is.
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
Question is related to all Python modules, but a friand of mine wants to de-import SER module to have possibility to send AT-commands from external controller via ASC0 from time to time.
I don’t think is possible; maybe a solution is to have the software listener in module serial implement a "bridge" logic between SER and MOD at some certain data in serial stream or GPIO signal.
In fact, looking for "python delete module" or the same will bring up some discussions, like here or here however I don’t know if it works in module and how reliable is.