Serial Port setting

Hi,

Is there a way to change the settings of the serial port with more options?
I want to build a module that needs the following setting:

exec(‚stty -F ’ . $port . ’ cs8 9600 ignbrk -brkint -icrnl -imaxbel -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echoke noflsh -ixon -crtscts min 1 time 1‘);

Thanx

That is not possible. There are no more „hidden“ parameters available.

paresy

Thanx for you answer.

Any other options possible?