Oct 15, 2001 #1 fdr Programmer Oct 15, 2001 1 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 Apr 13, 2001 4,475 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?