Subject: Re: [Boost-users] asio and usb ports?
From: Jeff Gray (jeffg_at_[hidden])
Date: 2008-10-16 04:13:11


Graham Reitz wrote:
> Is the asio::serial_port library able to work with usb ports/devices?

Does for me - in fact, that's all I'm using.

My understanding is that the differences between a "real" serial port
and a USB one are handled by the OS and don't become an issue in the
application.

Regards,
Jeff