I'm actually using official livebox firmware, and installed the usbserial/pl2303 modules with success
my question is : is it possible to change serial port speed ?
> get speed
# stty -F /tmp/ttyUSB0 speed
9600
> set speed to 19200
# stty -F /tmp/ttyUSB0 19200
> get speed
# stty -F /tmp/ttyUSB0 speed
9600
disapointing ...!
can anybody test on the hah firmware ??