Moderator
Posts: 2325 from 2003/2/24
Quote:
Ginger1 wrote:
A quick browse of EBay tells me that USB to RS232 adaptors are available and nice and cheap (so not doing much I imagine other than matching pin-outs).
Actually there is no "matching pin-out" between USB and RS232, these adapters contain som logic (mikrocontroller).
In Prefs->USB->Classes you'll find "serialcp210x.class" and "serialpl2303.class"
which probraly cater the most common variations of these adapters and will act just like serial.device.Every programm that has the option to change device should work this way.
You might also want to check out "cdcacm.class" which supports USB-modems (no neat to go serial in between).