K
kjqua
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.parity
serialPort.parity = cmbParity.SelectedItem
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.parity
serialPort.parity = cmbParity.SelectedItem
how can i do ?
thanks
Marco