Hi Gordon, i'm working with the MCP3208 which has a samplerate of 100 kS/s. I started with your wiringPiSPI library (really good work, thanks for that !). I want do read 3 Channels direct in a row, so i putted this in my C - Code: wiringPiSPIDataRW(0,data0,3); wiringPiSPIDataRW(0,data1,3); wiringPiS...