http://192.168.0.205/control?I_MODE=I2C
http://192.168.0.205/control?g_req_res_form=ascii_hex&i_i2c_write_read=40010003E3
http://192.168.0.205/control?g_req_res_form=ascii_hex&i_i2c_write_read=40010003E5
var url_path 'http://192.168.0.205/
to
var url_path '/';
http://192.168.0.205/file_manager
http://192.168.0.205/user_example_i2c.html
from forkapi.fork import Fork
dev1 = Fork('192.168.0.205')
dev1.I2CEnable()
addr = 0x4
data = b'\xE3
res = dev1.I2CWriteRead(addr,3,data)