I need to use the RS232 port to control the 3 interface connections of an SPI interfaced device. RS232 does not provide a clock signal and SPI requires one.
My thinking is that if I control RTS DTR as data and load the clock might?? be provided by sending a continuous, say, RY out on the RS232 Tx.
I can foresee a problem with the start stop bits but this might be overcome by selecting the R or Y characters to fit.
I can use a MAX232 to convert the voltage levels.
For specifics, I am interfacing the MAX7219 LED matrix driver and do not have the facilities to program a PIC controller to do the job, so it must come down to a serial port and some software. All my findings on the internet use a controller.
Does anybody have any experience or suggestions please?
My thinking is that if I control RTS DTR as data and load the clock might?? be provided by sending a continuous, say, RY out on the RS232 Tx.
I can foresee a problem with the start stop bits but this might be overcome by selecting the R or Y characters to fit.
I can use a MAX232 to convert the voltage levels.
For specifics, I am interfacing the MAX7219 LED matrix driver and do not have the facilities to program a PIC controller to do the job, so it must come down to a serial port and some software. All my findings on the internet use a controller.
Does anybody have any experience or suggestions please?