Gus Salavatore Calabrese wrote: > I want to become a developer. Before I got me feet > into the fire, I wanted to know a couple things. > AGSC > > 1) The Developer kit ( http://www.insteon.net/becomedev.html ) > says it has two versions. As I understand it, there is a > serial version > and a USB version. The USB version is a USB to serial port converter > I believe. Is this true ? No, the USB differs slightly. To send a get version command on the serial you send 0x02 0x48. On the USB it's 0x02 0x02 0x48, the first 0x02 is the number of bytes being sent. That are a lot of other little details you need to know. Once you work around them you can write a routine to deal with it. > 2) Are all of the modules controlled and accessed ( data in and > out ) by serial asynch commands ? With the USB & Serial port version they can be asynch (as I understand it). That would be like X10, to take proper advantage of the protocol you should wait for ACK, NAK or lack (lack of response). > 3) The PROTOtyping Module says i has a real time clock, one GPIO and I don't have the HDK yet (I'll order that in a few months, when I get time). -- Linux Home Automation Neil Cherry ncherry@linuxha.com http://www.linuxha.com/ Main site http://linuxha.blogspot.com/ My HA Blog http://home.comcast.net/~ncherry/ Backup site -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist