So, I read through your entire doc during my lunch break at work.
Great work! I'm very impressed! Great idea's. Also, documentation like
yours is the best thing you can do for any project.

I have one observation, although I did not have time to look over your
entire code so I don't know how it works yet.

I see you made up your own protocol for talking back and forth between
wireless devices. It would be nice if the protocol part of your code
was separate from the device. Maybe it already is, as I said, I didn't
read your code closely yet. Anyways, there are many reasons I say
this:

1. I could use the RF12B device only, without the nice protocol you
have written. Sometimes data transfers don't need crc, packets, etc.
Or, I may just want to save resources.
2. I could use SLIP packets or TCP/IP over the RF12B device
3. I could use your protocol on some other RF device, or a unstable
wire if I don't have a RF12B.

Matt.

On Mar 14, 12:04 pm, Henk van Broekhuyzen
<[email protected]> wrote:
> Hello all,
> This is my first post to this jallib forum.
> After being untroduced to PIC's and JAL via the book of Bert van Dam,
> Joep Suijs directed me to the Jallib sites.
> Because I benefit a lot of this, I am happy to contribute.
>
> I have prepared a zip file (1.5 MB) with driver files and a test-
> application that supports a lot of experiments. Hardware and doc of
> the test application is discribed in an included  .doc file.
>
> Joep mailed me once: "If you want to contribute, you can post it on
> the forum, and someone will check it."
>
> Only: I see no means to append that zip file to this post. Please mail
> me how!.
>
> Henk van Broekhuyzen.
>
> p.s. Dutch readers may get to know me via my sitewww.henkzelf.nl
> (long time not maintained, to busy with JAL)

-- 
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jallib?hl=en.

Reply via email to