cp2112_demo
cp2112_demo copied to clipboard
Demo code for reading SMBus battery parameters using the Silicon Labs CP2112 board.
Function > status = HidSmbus_GetReadResponse(device, &status0, _buffer, HID_SMBUS_MAX_READ_RESPONSE_SIZE, &numBytesRead); returns HID_SMBUS_INVALID_PARAMETER I'm use amd64 dll from this repo What I'm doing wrong?
if (SMBus_Write(m_hidSmbus, buffer, 0x16, 2 ))
Shows error if reading SBS 1.0 battery Device successfully opened. Device successfully configured. Voltage = 5273 mV Current = 0 mA RSOC = 0 % Remaining Capacity = 0 mAh...
Hi, I would like to know the below is a known issue or a new issue. I have the setup where two SMBus devices are connected. Using the following API...