Hi all,
I am newbie in c# and i have a question.
I try to work with serial port.
and i will like to configure the serial port by a form
I add in a ComboBox.parity some items like:
None
Odd
Even
Mark
Space
then i will like to pass the item value to serialPort.pari ty
serialPort.pari ty = cmbParity.Selec tedItem
how can i do ?
thanks
Marco
I am newbie in c# and i have a question.
I try to work with serial port.
and i will like to configure the serial port by a form
I add in a ComboBox.parity some items like:
None
Odd
Even
Mark
Space
then i will like to pass the item value to serialPort.pari ty
serialPort.pari ty = cmbParity.Selec tedItem
how can i do ?
thanks
Marco
Comment