ShiftOutEx 8-bit sends
Posted: 25 July 2008, 9:59 AM
The System Library Reference suggests that the value in ShiftOutEx can be Int8/16. Int8 seems not to work, however. I can get the correct bits sent only with a shifted Int16, i.e.
Am I misinterpreting something?
Tom
Code: Select all
Call ShiftOutEx(DataPin, ClkPin, 8, CUInt(255) * 256, &h04, 210)
Tom