Is this correct? Dim Porta as String Dim Baud as Number Porta = "COM1" Baud = 38400 GPS.New1 GPS.Open(Porta, Baud) ?? Why do I get a IOException when running Open on my WinCE 5.0 PNA Device? Thanks!