Hi experts!
I use vb6, Mscomm, I am reading the data from the telephone pabx. (below code)
I am able to read the data with vb6 exe on a win 98 pc.
If i run the same on XP or win 2003, i get data in ascii.
Need help
Rgrds
G
With MSComm1
.Settings = "1200,N,7,1"
.CommPort = 1
.PortOpen = True
.RThreshold = 1
.DTREnable = True
.RTSEnable = True
end with
Start Free Trial