Well, we're getting there. In playback mode (low CPU use) I get up to ~2000 packets received OK for 1 error (pretty cool!) , in recording mode I get ~10 good packets per error (less cool )....The pieces will start to fall in place soon.
Any progress?Have you tried switching off the LCD screen before running tests? It has been discovered (by chance) that execution of "read keyboard" routine runs at exact 10ms interval only when LCD display is switched off. When it is switched on, execution interval varies. It seems that LCD screen routines have relatively high priority and they might interfere with your program as well?!?
So, in Record mode, how do we check the USB faster than every 10 msec ?Do you know if there is a single command that will fire the shutter directly ?David
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick Dim x(2) As Byte x(0) = 0 x(1) = Command x(2) = 255 - x(1) Serial.Write(x, 0, 1) Serial.Write(x, 1, 1) Serial.Write(x, 2, 1) End Sub
There's a command somewhere for firing the shutter directly.
Do you know such function? Anybody else knows how to trigger "shoot_full" function directly??
Started by Barney Fife Creative Uses of CHDK
Started by professional_amateur Creative Uses of CHDK
Started by BenCam Hotwire! Hardware Mods, Accessories and Insights
Started by rhameed Script Writing
Started by GB Hello, I'm a NEWBIE - HELP!! (Newbies assistance, User Guides and thank you notes)