Why not just create an address on each of the PICs and attach an address to the packets being sent.
Why not just create an address on each of the PICs and attach an address to the packets being sent.
Ya..how would I do that? Serial would be fine, I just thought the wiring / programming would be easier with parallel. Any suggestions?
You could send a packet containing any number of bytes. For example you could send a 3 byte packet with byte0 being the address of the device you wish to be the recipient, byte1 being the actual command (ex. write or read) and byte2 being the actual data to be transmitted.
i see...sounds good. That would eliminate a lot of work programming an intermediary PIC..plus the individuals could communicate with the computer program easier as well. How would I do the clock / timing between the comp and PICs?
Bookmarks