We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As i know - dyness (B4850) has the same protocol as Pylon
In my case - DIP - 0100 Serial port speed - 9600bps
BUT >>> p.scan_for_batteries(1,2) {1: 'ëD$\x8dëD$\x8dëD$\x8dëD$\x8d'}
>>> p.scan_for_batteries(1,2) {1: 'ëD$\x8dëD$\x8dëD$\x8dëD$\x8d'}
>>> p.get_module_serial_number() Container(CommandValue=2, ModuleSerialNumber=b'\xc3\xabD$\xc2\x8d\xc3\xabD$\xc2\x8d\xc3\xabD$\xc2\x8d\xc3\xabD$\xc2\x8d')
and p.get_values() not wiorking work only p.get_values_single(0x2)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As i know - dyness (B4850) has the same protocol as Pylon
In my case -
DIP - 0100
Serial port speed - 9600bps
BUT
>>> p.scan_for_batteries(1,2) {1: 'ëD$\x8dëD$\x8dëD$\x8dëD$\x8d'}
>>> p.get_module_serial_number() Container(CommandValue=2, ModuleSerialNumber=b'\xc3\xabD$\xc2\x8d\xc3\xabD$\xc2\x8d\xc3\xabD$\xc2\x8d\xc3\xabD$\xc2\x8d')
and
p.get_values() not wiorking
work only
p.get_values_single(0x2)
The text was updated successfully, but these errors were encountered: