Send custom command to JIMI JC450.

Essama month ago

Dears,
I have tried to send a custom command for the JC450 camera, which use Huabao protocol. But i get the following error:

Odd number of characters. - DecoderException (... < DataConverter:29 < BaseProtocol:111 < DeviceSession:73 < ...)

The custom command i have tried to send = SERVER#

Man thanks in advance

Anton Tananaeva month ago

Huabao is a binary protocol, so the command has to be in hex format.

Essama month ago

Many Thanks Anton,

I convert the SERVER# to hex, which is 01010011010001010101001001010110010001010101001000100011, then send command via custom command. Is that right?

No error now, but also no response from device .

Best Regards

Essama month ago

I am sorry to = 53455256455223
Also no response

Anton Tananaeva month ago

That's almost definitely not the right format. Check the protocol documentation.