??? 05/06/05 15:41 Read: times |
#93077 - What about CAN? Responding to: ???'s previous message |
I haven't used CAN (controller area network) yet, but I'm dying to. It's a lot like RS-485 in some ways (twisted pair), but the CAN controllers take care of the lower protocol levels so you just send the bytes without having to concern yourself so much with error detection/correction/retries, etc. MicroChip make an SPI CAN controller and there are lots of others too. Some 8-bit micros have CAN (Motorola/Freescale), including 8051:
http://www.keil.com/dd/parm_search.asp I would seriously look at it. Lots of folks are using it for home control (for example, http://www.brightan.com) and industrial control. You can use your own protocol on top of it. Check out some of the Circuit Cellar Ink articles and/or http://www.autoartisans.com/. Anyone have CAN experience and want to comment on its suitability? GB |