Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Finding Communication Ports
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Finding Communication Ports
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01289388
Message ID:
01289388
Vues:
55
Is there anything available to find which Comm Ports are available or being used?

Currently I use this DEVCON.EXE with this code, but it does not work in Vista.



Set Memowidth To 200

! devcon findall =ports > ports.txt
Create Table Data\ports (portlist m(20))

Append Blank
Append Memo portlist From ports.txt Overw
Modify Memo portlist Noedit && Display memo field again

This.Parent.txtcomm_Port.SetFocus()
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform