Oct 15, 2001 #1 fdr Programmer Joined Oct 15, 2001 Messages 1 Location BE How can I send AT command to a modem and receive and use the response from a VBScript. Thanks in advance. Fdr
How can I send AT command to a modem and receive and use the response from a VBScript. Thanks in advance. Fdr
Oct 15, 2001 #2 dilettante MIS Joined Apr 13, 2001 Messages 4,475 Location US I'd guess you need to use the MSComm control or something similar from a 3rd party. This comes with VB and I believe late versions of Access. MSComm itself might not be scriptable, so you might have to wrap it with VB or something to create a scriptable object. Maybe others have a better suggestion? Upvote 0 Downvote
I'd guess you need to use the MSComm control or something similar from a 3rd party. This comes with VB and I believe late versions of Access. MSComm itself might not be scriptable, so you might have to wrap it with VB or something to create a scriptable object. Maybe others have a better suggestion?