Guest
#1445378
Hi I am working with a BB3210 and he requires 16Bit seriel data input "plain" just the data no start stop or parity bit. My issue now is how to handle this in a clever way with a uC (proposed one is a PIC18) I came up with 3 basic solutions 1)use a uC output to generate the Serial code and send the data via bit shift bit for bit use 2 other uC out for the CS and CLK unfortunately I like to use this for 16 channels so I need 8x 2310 2)write via 8 bit databus from the uC a shift register then clock the lsb bit to the 2310 and bit shift the complete data. 3)use the available SPI or UART where as far as I can know always one start stop or parity bit is generated I am not so deep inside the PIC serial communication maybe there is also any other clever idea to use a shift register with some logic Any beter solutions are welcome
