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
so I think it has to do some thing with barcode and unit code
but there is also the: ((msgCmdId<<8)&0x0000FF00)
HUAWEI_R48XX_MSG_INFO_ID 0x50
HUAWEI_R48XX_MSG_CONFIG_ID 0x81
HUAWEI_R48XX_MSG_QUERY_ID 0x82
What that do I do not know yet, end are not always implemented.
HUAWEI_R48XX_PROTOCOL_ID 0x21
but they do this with it (0x21<<23)&0x1F800000= (0x21<<23)&0x10800000
so that's our starting address
((msgAddr<<16)&0x007F0000) this is the address of the device (for us always 0) but there can be more on one can bus
Hi would this project be helpful for you to port over some extra functionality. https://github.com/huyugit/om-miner/tree/master/sm-miner-slave/src/psu
The text was updated successfully, but these errors were encountered: