I have an existing LabView program which communicates with an NI RS-485 serial card, but would like to change the communication protocol so the program communicates with a USB interface. I'm expecting to use a RS-485 to USB converter module outside the PC so the device I'm communicating with doesn't need to change, but have greater portability since a laptop and not all PCs have a RS-485 PCI card. I'm just trying to get an initial feel for the level of effort involved in accomplishing this task. Any feedback would be appreciate. Primarily of interest is knowing whether or not I would need to modify the LabView source code to accomplish this task, or can it be accomplished by some other means (i.e. changing some global settings on my PC).