You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
int AvalonPacket::bytesToPacket(byte *bytes, int bytesSize, byte *packet)
the data in bits are same as in packet.
it should add 4 x 0x4A in bits but it doesn't. see the diagram below.
int AvalonPacket::bytesToPacket(byte *bytes, int bytesSize, byte *packet)

the data in bits are same as in packet.
it should add 4 x 0x4A in bits but it doesn't. see the diagram below.