Has anyone ever had any luck in getting control flow to work on a basic stamp? The Basic Stamp supports RTS/CTS, but I'm not sure how to use it. I'm interfacing the serial on my PC via a python library called pySerial.
This is what I have on my Basic Stamp. I'm using NON-INVERTED (whatever that means):
SERIN 16\0, etc...
So basically I'm assum "All basic stamps has a line receiver on its SIN pin (Rpin = 16)." p.277 of
So then I tried SERIN 16\16, using the same pin for the flow control, but this doesn't really make sense and doesn't seem to work either.
Please, has anyone successfully used flow control with their basic stamp? How did you do it?
thanks! juliabean