Skip to main content



      Home
Home » Eclipse Projects » Kura » I2C read command hangs
I2C read command hangs [message #1772205] Wed, 06 September 2017 11:09
Eclipse UserFriend
Hi!

When I am using pi4j in Kura device.read hangs, but when I am using it without Kura executing same commands in jar all works fine.

I2CBus bus = I2CFactory.getInstance(I2CBus.BUS_1);
I2CDevice device = bus.getDevice(0x76);
byte[] b1 = new byte[24];
device.read(0x88, b1, 0, 24); -- this command hangs thread and does nothing

Thank you in advance for your help,
Best regards
Previous Topic:OPCUA Driver for kura 3.0.0
Next Topic:Kura With BacNet
Goto Forum:
  


Current Time: Sat Jul 12 16:25:22 EDT 2025

Powered by FUDForum. Page generated in 0.05970 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top