Revision d2fb3b1b
Added by Hamish Coleman over 16 years ago
- ID d2fb3b1b76695841d7c0eff9813dfe7460bf2423
portenum.c | ||
---|---|---|
/*
|
||
* enumerate windows serial ports
|
||
|
||
Resources:
|
||
|
||
http://www.lookrs232.com/com_port_programming/api_enumports.htm
|
||
http://forum.sysinternals.com/forum_posts.asp?TID=4544
|
||
http://www.naughter.com/enumser.html
|
||
http://msdn.microsoft.com/en-us/library/ms793116.aspx
|
||
http://msdn.microsoft.com/en-us/library/bb663174.aspx
|
||
|
||
|
||
*/
|
||
|
||
#include <windows.h>
|
||
#include <stdio.h>
|
||
#include <setupapi.h>
|
Also available in: Unified diff
Dunno