En/na Mark Morgan Lloyd ha escrit: > Thanks Henry, got that. One of the things I'm due to be asked about is > recoding some RS232 monitoring stuff, and I was wondering whether there > was any magic I was missing.
You shouldn't need libusb for that, the usb<->serial converter should work right out of the box (most of them do nowadays) but instead of using /dev/ttyS* it will (most probably depending on udev rules) be assigned to /dev/ttyUSB*. I use synaser (http://www.ararat.cz/synapse) to program serial communications in a cross platform (at least win/linux) way. Bye -- Luca Olivetti Wetron Automatización S.A. http://www.wetron.es/ Tel. +34 93 5883004 Fax +34 93 5883007 _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
