Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cash Drawer
Message
From
27/09/2006 22:53:54
 
 
To
12/09/2006 03:34:28
Yh Yau
Ingenuity Microsystems Sdn Bhd
Kuala Lumpur, Malaysia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01152933
Message ID:
01157739
Views:
19
Hi Yau, try this code :

**nComm=1 or 2 for comport
with thisform.MSCOMM1
.CommPort=nComm
.Settings="9600,n,8,1" && Set the baud rate
.PortOpen=.t. && Open the port
.output="A" && send A Character
.output="A"
.output="A"
.output="A"
.PortOpen=.F.
endwith

Hope this helps.
Shafid
Previous
Reply
Map
View

Click here to load this message in the networking platform