Openwrt Usb Serial Ftdi

Openwrt Usb Serial Ftdi 9,8/10 2624 votes

Sep 4, 2005 - git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1848. Tristate 'kmod-usb-serial-ftdi - Support for FTDI USB-to-serial converterr'.

Kodi po guiv for sale. I'm trying to save the input from the USB port on an Arduino Yun (running openWRT) to a file so it can be ready from a PHP page hosted on the Yun and accessed via a browser. The idea is the Yun acts as a web interface to the boiler, via the RS485, logging all data, and generating graphs of various temperatures fed from the boiler and saved to file. The data comes from an RS485 feed (from a boiler), via an FTDI cable.

Openwrt Usb Serial Ftdi

Sony camera firmware hacks. The data is fed through every second in the form. DAT,39665,8,0.00,-273.15,-273.15,-273.15,0,0.00,0.60,0.00,0.00,-6.25,0.00,0.00,60.00,60.00,225,-273.15,0.00 STAT,39666,0.00,0,19,924,2,0,0,0,0,2,2,2,0,0 I have had some luck using the following tip. This last article provides the code: #!/bin/bash while read line; do if [ '$line'!= 'EOF' ]; then echo '$line' >> file.txt else break fi done > hsffile.txt done.

I've got the Php to rename the data file every day so file size doesn't get too excessive (and risk sd card write failure), but now I can play around a bit more. Thinking of using php to edit the bash script prior to executing it, so I can have it set file name and have it run a set number of lines as you have shown. Next task is working out how to send a command back out the same port timing it between incoming messages. Current thinking is to use php to kill the script, rewrite it including a send command to immediately follow receive of data, and then reactivate. – Jul 3 '15 at 11:05 •.