17.17 Accessing Serial Devices

The Windows connector provides serial device mapping, which enables users to access external serial devices connected to a Sun Ray Client or an Oracle Virtual Desktop Client running on a Windows client computer. When initiating the Windows connecter, you need to configure the device mapping through the -r comport: option of the uttsc command.

Here is an example of mapping a serial device mounted on $UTDEVROOT/dev/term/a to the device name SER_A.

uttsc -r comport:SER_A=$UTDEVROOT/dev/term/a ip_addr

For details on how to determine where serial devices are mounted for a desktop client, see Section 15.4, “Accessing Serial Devices and USB Printers”.

Note

USB-to-serial adapters are not accessible through the generated device nodes. You must use USB redirection in a Windows session to access a serial device connected through a USB-to-serial adapter.

Once the serial device is mapped, there are various ways to verify that the serial device is available as mapped, such as SER_A in the previous example. See Table 17.11, “Windows Commands to Verify Available Serial Devices” for the list of some recommended commands and the notes that follow.

Table 17.11 Windows Commands to Verify Available Serial Devices

Windows Versionchgport /q

net use

mode

PuTTY

Windows XP

Yes, see notes

No

No

Yes

Windows Server 2003 R2

Yes

No

No

Yes

Windows 7, Windows 8, Windows Server 2008 R2, Windows Server 2012

Yes

No

Yes

Yes


Here are some notes for Table 17.11, “Windows Commands to Verify Available Serial Devices”.