General question regarding UART

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
dariox
Posts: 8
Joined: Sat Dec 22, 2018 12:29 pm

General question regarding UART

Post by dariox » Sat Dec 22, 2018 12:40 pm

I have a ESP8266 12E I would like to connect to a SIMCOM7000E modem over serial connectivity (RX / TX). Here in the forum I read, that the serial interface is already occupied by the REPL. Is there even a way to connect the modem over serial to the ESP8266? I've already achieved the same with Arduino.

Many Thanks!

kevinkk525
Posts: 969
Joined: Sat Feb 03, 2018 7:02 pm

Re: General question regarding UART

Post by kevinkk525 » Sat Dec 22, 2018 1:22 pm

The search is your friend my friend:
viewtopic.php?f=16&t=5359&p=30891&hilit ... art#p30891
Kevin Köck
Micropython Smarthome Firmware (with Home-Assistant integration): https://github.com/kevinkk525/pysmartnode

dariox
Posts: 8
Joined: Sat Dec 22, 2018 12:29 pm

Re: General question regarding UART

Post by dariox » Sun Dec 23, 2018 3:52 pm

Thanks for linking the post. I couldn't get it working yet, I posted some additional questions in the linked post.

Post Reply