m-obi

Results 5 comments of m-obi

I was using tcp.coffee in examples. Now I'm trying with server.coffee. In config.coffee I changed serverPort to 5000. I started ffmpeg with: `ffmpeg -f vfwcap -re -video_size 640x480 -i 0...

A communication always starts by a client (master). The server (slave) just answer (serving a client request).

I will try with OpenFile and DeviceIoControl. Does Intel have any h-Files with the Constants? And which sys-File I have to use? iai2c.sys, iai2ce.sys, iaLPSS2i_I2C.sys or iaLPSSi_I2C.sys? Or I have...

I know the thread. I'm m-obi. But I found the driver for the I2C in the Device Manager. ![unbenannt](https://cloud.githubusercontent.com/assets/20593683/17381485/730ff43e-59cc-11e6-94bd-a870b013f52a.png) So I think, it will work. The ATmega32u4 its just an...

It does change for me. Before he was redefining UA_FLOAT_IEEE754 with 0 after i defined it with 1 in my top-level CMakeLists. We could use ESP_PLATFORM. It's set when the...