depends on how you're opening the com port -- you do know I'm only passing the port number to your COM object... I know that if using the
windows api, you can use "COM1" to "COM4" and then anything above COM4 has to be opened with "\\.\COM5" for instance. If the code you're using takes a "string" for the port to open, you probably need to do that, if the code you use to open the port only takes a number, then you probably don't have to worry about it.
I do suggest changing the port to a lower number in device manager as well -- this will keep you away from problems.
Bookmarks