Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending commands to COM ports.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01197081
Message ID:
01197106
Vues:
16
Hi William:

Using .NET Classes:
LOCAL oPort
oPort = CLRCreateObject("system::IO::Ports::SerialPort","com4")
oPort.Open()
IF oPort.IsOpen
	oPort.Write("ATD 58688481")
	DEBUG
	SET STEP ON  
	oPort.Close()
ENDIF
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform