serial port

Questions and discussion about running MicroPython on a micro:bit board.
Target audience: MicroPython users with a micro:bit.
Post Reply
PandaTheOne
Posts: 5
Joined: Wed Jun 21, 2017 6:23 pm

serial port

Post by PandaTheOne » Wed Jul 19, 2017 7:34 pm

hey guys!

I have a new question for you! I thought I had a good idea to use bluetooth with the micro:bit. Really simple! I just have to buy a transceiver bluetooth and communicate by UART! So then I have a problem. My transceiver use UART to communicate with other device. I though that micro:bit uses the same but it seems that it use the micro usb for serial transmission.
So my question is : Do you know if I buy a transceiver UART to micro USB if the transmission will works?

thanks a lot for your help!

User avatar
deshipu
Posts: 1388
Joined: Thu May 28, 2015 5:54 pm

Re: serial port

Post by deshipu » Thu Jul 20, 2017 7:16 am

You can re-configure the UART to use it on any of the other pins, but then you won't be able to use the REPL console through the USB.

PandaTheOne
Posts: 5
Joined: Wed Jun 21, 2017 6:23 pm

Re: serial port

Post by PandaTheOne » Thu Jul 20, 2017 8:26 pm

Thanks! I didn't see that I just have to name the pin I want to use!

Post Reply