FTDI I/O instance

Hi,

is it possible to receive data from FTDI I/O instance into PHP script? I found only FTDI_SendText for sending data.

Thanks,

Andy

Yes! You will need to create a RegisterVariable Instance, which will allow you to redirect any data to your PHP scripts. You may also want to add a Cutter Instance for simple synchronization. Please do not store binary data in String variables. Use the proper functions of the RegisterVariable Instance: http://www.ip-symcon.de/service/dokumentation/modulreferenz/registervariable/regvar-setbuffer/

paresy

It works, thanks for fast response.

Andy