Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending commands to COM ports.
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01197081
Message ID:
01197106
Views:
18
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform