Skip to content

Releases: Pixelbo/Pelco_And_Arduino

Some bug fixes

Choose a tag to compare

@Pixelbo Pixelbo released this 12 Mar 23:16

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!

Choose a tag to compare

@Pixelbo Pixelbo released this 31 Jul 10:54
5c4c436

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

Choose a tag to compare

@Pixelbo Pixelbo released this 29 May 15:57

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

Choose a tag to compare

@Pixelbo Pixelbo released this 21 Apr 10:16
a96011e

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!

Choose a tag to compare

@Pixelbo Pixelbo released this 06 Apr 08:35

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