Hi.
First of all thank you all in advance for creating CHDK which is excellent and very very useful.
Now i do have a question about the remote control zoom function.
I just installed CHDK to my SX230HS and although the wiki was very helpful in achieving this
i found it hard to understand how the zoom mode remote control works.
I have tested the usb port with a simple switch and it works fine so i went ahead to write
some code for an AVR cpu in order to interface the camera to I2C bus but i don't know
what duration in milliseconds the pulses need to be in order to count as separate pulses and what
the separation in milliseconds must be between the pulses for the zoom control.
For example if i want to shoot a picture in zoom mode the wiki page
http://chdk.wikia.com/wiki/USB_Remotestates that:
The following action happens for the listed pulse counts.
1 press = zoom in
2 press = zoom out,
3 press = full press
4 press = shoot ( sync action = )
5 press = full zoom out
6 press = full zoom in
so i need to create 4 pulses for shooting of ?ms each with a ?ms separation between them.
Also how long do i have to wait in order to give the next command (relaxation time)?
Does "switch type" need to be set to a specific mode?
What is the "Pulse Count input mode " and how is it activated?
Thank you in advance for your time took to read this.
Chris