In message ID <e378b191.36d21084@...> on 2/22/99, Bill wrote: :>>The USB system is _designed_ to be "transparent" to the applications :>>programmer... :> :>With that said, then all the software we have written using the serial :>ports need not be changed, correct? If so, then that's good to hear. : :If you're talking to a modem through the CommToolbox, or to a printer :through the printer drivers, no changes. : :If you're talking "directly" to the serial port with OPEN commands, :whatever USB device you're using that converts USB to serial should have :a driver that intercepts those commands, and your code should still work. Actually, FB's OPEN "C" commands will generally NOT work with serial ports that are attached to the USB bus. CommToolbox is the way to go. My serial port code works fine with USB-based serial ports. (http://members.aol.com/gregneagle/futurebasic/) But if your USB device is not a serial or ADB workalike, you'll need a custom driver or custome code to talk to it and FB may be out of luck. - sent via BulkRate (http://members.aol.com/gregneagle/bulkrate/)