I want to send a 12 bit number to a DAC, but as it is an old DAC, it has been designed to work with an 8 bit bus. Therefore, I need to send the 12 bits as 2 separate 8 bit pieces, MSB followed by LSB. I know how to split the 12 bit number, but I'm not sure as to how to send the specific 8 bits. The usual GPIB SEND is useless, as it won't send the pure binary data (as far as I am aware). Does anyone have any ideas? I'm using a g4 mac running LabView 5.1 (GPIB interface).