On Mon, Sep 09, 2002 at 09:40:35AM -0700, Abinash Yadav wrote: > Thanks for Serial PCI cards, suggestion, i will look > in to that. > > > Please see one of the many Linux serial port > > programming HOWTOs. A > > _very_ good one written by Vern Hoxie is at: > > ftp://scicom.alphacdc.com/pub/linux > > In other words, if i want to use Keyspan USA-49W (USB > to Serial Converter) same functions (which i used to > set serial port) can be used for USB->Serial Converter > Ports too, right ?
Yes, usb-serial devices look to userspace programs exactly[1] as a normal serial port. thanks, greg k-h [1] - well most of the devices do, some of them do not have all of the serial ioctls implemented, so some userspace programs do not work well with them, like setserial. ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
