Holly PWB Batman!!

So... I'm rummaging through my vast depths of all things Parallax. I'm looking for a DS1302 that I think I might have tucked back in there somewhere. Nope.
Alas, I come across this! I'm pretty sure it dates back to about 1997!

Has anybody used one with the propeller? I'm thinking a simple serial object would do the trick. The specs show asynchronous serial at 2400, 4800, and 9600 baud rates. I've attached the original datasheet form Solutions Cubed.
Paul
Alas, I come across this! I'm pretty sure it dates back to about 1997!

Has anybody used one with the propeller? I'm thinking a simple serial object would do the trick. The specs show asynchronous serial at 2400, 4800, and 9600 baud rates. I've attached the original datasheet form Solutions Cubed.
Paul
Comments
Not trying to insult you, just sometimes I myself overlook the simplest things.
Bruce
I'm going to have to call it a night on this one. I've changed it around so many times now.. I'm getting blurry eyed.
2.5V looks like the min value for a logic 1 or high state signal, 0.6V max value for a logic 0 or low state. Perhaps you could directly test it from your PC using the prop plug and say hyperterm @2400 (std with windows) or other serial terminal. May need to figure out how to send the command codes though. But what "I" really want to know, now that we are almost 13 years after the fact is .......
Was it really Y2K compliant????
Assuming that you have the TM pin connected (with appropriate in-line resistor) as an input to the Prop and the FM pin as an output from the Prop have you sent a '55'h to allow the Pocket Watch to auto-sync the baudrate.
According to pg 9 of the datasheet, the Pocket Watch will ignore all data until it receives this '55'h data byte.