hello,
with the
Tlazserial component, you have a form for settings of the serial port. In this form, you can choose your port from a combobox filled with the serial ports of your system (see attachment). You can try the sertest example of the component to see how this works.
in this form To list the serial port in the combobox , the function
GetSerialPortNames of synaser is used like this :
ComComboBox1.Items.CommaText := GetSerialPortNames();
Friendly, J.P