Here is some input from the tech who used to work with the company:
After re-reading the Arduino posts, I do believe they used Manchester encoding and doing a quick online scan I found sample code for reading Manchester code using edge detection. The code was for a PIC, but Arduino probably also has the edge detection feature.
He followed with these thoughts:
On page 18-7 of the docs I sent you it shows the timing diagram for the drive controls and data. The data is "phase-encoded" at 2.4 kBaud. The data encoding scheme is shown and should be enough to get you going. By measuring the time between transitions, you can decode the data and store it. It should be pretty easy.
So I need to somehow measure the time between the transitions and store it to be able to play it back.
Can anybody point me to some code to get me started or functions I should be using to do this task?
Thanks in advance!
Poly Seq info.pdf (581 KB)