The port has been opened by third-party serial application.
| Visual Basic | Sub OnOpen(pid As Long, Path As String)
|
|---|---|
| Visual C++ (MFC) | void OnOpen(long pid, LPCTSTR Path);
|
pid
PID of the application opened the port.
Path
Full path to the application opened the port.