Hi,
As my feeble attempt at giving something back to the open source community, here is some extremely crude and simple code to illustrate how to talk with the SRV-1 using Windows and C++. This is a really early version. The next version runs on Windows and Linux using FLTK for the display.
This version prompts for the commands to send to the ZigBee SRV-1. If an "I" is sent, the image file will be saved to C:\. If "quit" is received, the serial port is closed and the program terminates. There is no code to check if the command entered is valid or not.
I posted this to my website at:
http://www.sthconsulting.com/files/test.zip I hope someone finds it useful.
Shawn