Skip to content

Releases: Pixelbo/Pelco_And_Arduino

Some bug fixes

12 Mar 23:16
Compare
Choose a tag to compare

V2.3.0
PelcoBus logs the version in the Serial Console
Lots of bugs fixes thanks to jumjack!

Full Changelog: V2.2.0...V2.3.0

A new version!

31 Jul 10:54
5c4c436
Compare
Choose a tag to compare

So after a lot of changes this library features class for the bus and camera.

There is still a problem about the acknowledge but the camera is moving very well

Some major changes

29 May 15:57
Compare
Choose a tag to compare

Yes it jumped from 1.1 to 2.1 because commits are version to me

You can now have a camera struct:
declare it with PelcoBus::PelcoCam
and change it's setting (address and disable ack)
Also the main class is now for all the Pelco bus so it can run multiple camera

You can also disable acknowledge, useful when you are working with cameras with RS422 and uses 2 pair of cables but you have only 1

Full Changelog: V1.1.0...V2.1.0

Some minors changes

21 Apr 10:16
a96011e
Compare
Choose a tag to compare

More debug options
RX and TX swapped in the declaration of the object
Updated examples
Added a file for the protocols and the errors

First Release!

06 Apr 08:35
Compare
Choose a tag to compare

Fully functioning Pelco D protocol with more to go!

What's Changed

Well everything is working!
If you want explanation, see the hackaday blog!

Full Changelog: https://github.com/Pixelbo/Pelco_And_Arduino/commits/V1.0.0