RS232C to 64 bit I/O unit

classic digital circuits without CPU, MCU, such as TTL, CMOS, RTL and DTL
Post Reply
User avatar
Zacharias
Posts: 3
Joined: Sat Aug 05, 2023 8:48 am

RS232C to 64 bit I/O unit

Post by Zacharias »

looking how to connect for a 64-bit digital input / output unit to serial port RS232C. Ideally w/o MCU :D
User avatar
epson
Posts: 5
Joined: Thu Jul 27, 2023 8:11 pm

Re: RS232C to 64 bit I/O unit

Post by epson »

I'm afraid it's not possible without an MCU. In theory you could use parallel input shift registers to send, add start and stop bits to the data bits and shift the contents. But for 64-bit data, that's too many registers. MCU is more flexible.
Post Reply