Reading device-controlled clocked data
upand_at_them
Posts: 61
I'm interfacing a Stamp to a device that has clocked data. The device controls both the data line and the clock line. I went through the Stamp manual, but I just wanted to know before I write my own routines....There's no Stamp command for this, right?
The ShiftIn command only works when the Stamp controls the clock. And the SerIn command only works for a known transfer rate (baud), which I think is unknown in my case.
Mike
The ShiftIn command only works when the Stamp controls the clock. And the SerIn command only works for a known transfer rate (baud), which I think is unknown in my case.
Mike
Comments
This is basically what I wrote:
v1 = v1 / 2