On 28 September 2010 21:50, steveg <[email protected]> wrote: > > Quickest way I have found is to enumerate the device files in /dev > extracting all 'ttyxx' (comports) and 'ttyU' (usb ports). This gives a list > of 'probables'. Then try to connect (using SynaSer for example) to verify > actual usable ports in the list
I think you can narrow that down to only the following: Serial (COM) ports: /dev/ttyS* USB ports: /dev/ttyU* -- Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net:8080/fpgui/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
