R
Robert Bouillon
I need to access 3 devices via UART from one microcontroller, but I
never need to access more than one at the same time.
Rather than finding a diesel uC with 3 UARTS, I was thinking of
latching one UART output as necessary. For example, If I needed to
access device 1 I would latch the tx/rx for device 1 and write to the
UART. If I needed to write to device 2, I'd disable latch 1 and enable
latch 2, then write. I'd be connecting at speeds of no greater than
19200 bps. I'm operating @ 5v.
I've never latched a serial connection. I want to make sure my latch
has a good response time and will operate effectively at 19200 bps. Is
there something specific I should look for? Should I just go with a uC
or uP better suited for my needs?
Thanks
never need to access more than one at the same time.
Rather than finding a diesel uC with 3 UARTS, I was thinking of
latching one UART output as necessary. For example, If I needed to
access device 1 I would latch the tx/rx for device 1 and write to the
UART. If I needed to write to device 2, I'd disable latch 1 and enable
latch 2, then write. I'd be connecting at speeds of no greater than
19200 bps. I'm operating @ 5v.
I've never latched a serial connection. I want to make sure my latch
has a good response time and will operate effectively at 19200 bps. Is
there something specific I should look for? Should I just go with a uC
or uP better suited for my needs?
Thanks