Hi,
I've got scripts to on/off backlight.
The commands pass with /dev/ttyUSB0 access
Command example:
echo -ne "B255\r" > /dev/ttyUSB0
It runs ok when script is executed directly : backlight ON / OFF ok.
When i call one script from an other script, no change on backlight !
I'm root!
I'm thinking about environment variables ... but ?
Thanks
Daniel.