I have one more question. When doing Custom script, Is there a command that does the "Command (DQ0)+Read0" or "Command (DQ0) + Write" in one command. It is to slow to do this with: Start(); Write(8, 0x10 ); // Write Reg1 10 :enable DAC Read0(16, 1); Stop(); I would like to have one command for this, or set it in a buffer to send many command's. I need to do a quick "chip select" in between each command? The communication with USB latency is to slow. Regards, Ola