Python Forum
raspberry pico remapping uart ?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
raspberry pico remapping uart ?
#1
hello,

i have a raspberry pico where is 2x a UART on board,.....but i need 3 UART's.
1 - is for the touchscreen (nextion)
2 - is for a home made scanner
3 - for sending data to the PC (laptop).

number 2 & 3 are never working on the same time, the come always after eachother.
so I thought maybe I can remap that:
2 - (home made scanner) on GP 4 & 5
3 - (data to PC) on GP 8 & 9

is ther a way to do this ?
I have already tried:
while True:
	uart = UART (1, baudrate=9600, tx=Pin(4), rx=Pin(5))
	# do some things
	uart.deinit()

	# do some other things

	uart = UART (1, baudrate=9600, tx=Pin(8), rx=Pin(9))
	# do some things
	uart.deinit()
but that was not working.

i read somewhere that somebody thit this to "trow away" de UART en then create a new one.
but he not said: how to "trow away" the UART
maybe somebody now how to do this ?
thanks in advance.
I'm not French, but from the netherlands
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  send bytearray over UART trix 9 1,542 Sep-30-2024, 01:08 PM
Last Post: trix
  UART how to read 300 bytes ? trix 7 1,286 Aug-22-2024, 12:54 PM
Last Post: trix
  hardware timer raspberry pico trix 4 1,191 Jun-27-2024, 09:29 AM
Last Post: Larz60+
  raspberry pico second core ? trix 3 1,042 Jun-24-2024, 04:11 PM
Last Post: trix
  UART write binary code trix 3 1,450 Apr-28-2024, 04:57 PM
Last Post: deanhystad
  UART & I2C slow down a loop trix 4 1,645 Dec-28-2023, 05:14 PM
Last Post: trix
Question Sonar Code in Thonny for Pi Pico iansmiler 1 996 Nov-22-2023, 12:27 PM
Last Post: deanhystad
  How to clean UART string Joni_Engr 4 3,746 Dec-03-2021, 05:58 PM
Last Post: deanhystad
  UART Serial Read & Write to MP3 Player Doesn't Work bill_z 15 8,765 Jul-17-2021, 04:19 PM
Last Post: bill_z
Smile send hexadecimal package variable UART santos20 2 2,776 Oct-30-2020, 11:40 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020