Hey all - first post on these forums
I’m well experienced with several embedded forms however this is my first project using a Rabbit system - and I have been very very happy with the great documentation and very complete library to get me started.
In attempting to get a serial device (in duplex) to communicate with the 5600W (using development kit + proto board) I’ve hit a bit of a snag. If someone could double check my wiring …
(for use with Serial Port D)
5600W GND -> STAMP GND
5600W PC0 -> STAMP Pin15 (Serial RX)
When this is wired; the 5600W refuses to power up; when plugged into USB it flashes a bit then goes dark (scary).
Before I go dig into using a different board; my first obvious question is: is the 5600W input line 5V tolerant?
2nd question:
does using serDopen( ) automatically flip pins (in this case PC0, PC1) to Output, Input (respectively)?? Does it also flip the clock pins? I was unable to find documentation on that and the serial examples (for 4000) seem to manually flip the RX line to input.
Thanks,
Mitch