Page MenuHomePhabricator

Port Scanning for NDI Tracking devices
Closed, ResolvedPublic

Description

A widget/class should be able to scan a list of ports/serial devices for NDI tracking devices and report all ports at which a device is connected. It should also report the type of NDI tracking device that is connected.

Event Timeline

neuhaus added a subscriber: neuhaus.

[SVN revision 20281]
ENH (#3013): add TestConnection() method to check if a NDI tracking device responds at the current port/device.

[SVN revision 20284]
ENH (#3013): allow scanning of COM1..COM9

SerialCommunication class should provide a list of serial port names that are exist on the computer. This needs to be implemented for windows, Unix and MacOS systems.