Quote:
Originally Posted by Mitch
Thank you, I'll try this. I thought every command needed to be ended with a carriage return? No?
|
From what I understand, no, not if the camera is in poll mode. You send at least 4 characters: two for the command, one for the number of arguments, and one for each argument. That's why there are 2 "1"s being sent. One of them is an argument count, and the other is the actual argument. In poll mode no carriage returns are sent.