sensslen / LibLanc

Arduino Library to communicate to Lanc enabled Cameras
MIT License
16 stars 2 forks source link

Wiring Diagram? #4

Closed mattv8 closed 2 years ago

mattv8 commented 2 years ago

There are many examples of wiring diagrams for an Arduino to Sony LANC, usually 2.5mm jack, the one in particular I'm thinking of looks something like the following: image Would the above wiring diagram work for your library to send zoom in/out commands? Can you recommend a wiring diagram for a zoom in/out use-case?

sensslen commented 2 years ago

The library implements the lanc protocol and this does not depend on any particular wiring. For the diagram you show: it seems plausible.

mattv8 commented 2 years ago

Understood, thank you!