Serial binding configuration

Hi

I am able to read and write through serial with default hard-coded serial parameters like databits, startbit …etc.Is it possible to change those parameters.

Of course, you can find all the details here: http://docs.openhab.org/addons/bindings/serial1/readme.html

For the serial binding, I believe the port/rate, etc is configured at the item level (not a global/default)

serial="<port>@<baudrate>" 

from this we can give port and baudrate.Then what about paritybit, stop bits and databits