Hi All,

I need to send a 128bit word to control some external equipment.

the equipment requires the 128bit word clocked into it, then a seperate pin is pulsed to 'store' that word, and repeated forever (as the 128bit word changes).

Looking thru the shiftout command, i see it is limited to 8bit (or 16 bit words) that it will send out.

If i shiftout my 128bit word as 16x (8bit)bytes (=128 bits in total) will that do anything weird to my 128bit word? such as adding pauses or delays etc?
(or i could send 8x (16bit words) too).

Of course there may be a better way to achieve this? anyone?

thanx in advance,
Marty.