| View previous topic :: View next topic |
| Author |
Message |
Hooligan VDS Developer


Joined: 28 Oct 2003 Posts: 480 Location: California
|
Posted: Tue Feb 19, 2008 3:31 pm Post subject: VDSCOM60.DLL |
|
|
I posted this on the forums at dialogscript.com, but I haven't had any response...
I've been trying out the new VDSCOM60.DLL, but I'm having a problem... Using the "terminal" demo, it seems that the commevent event never gets fired, nor can I get the @comm() function to work...
The comm command DOES work, though. I know my hardware is good as I can communicate using other programs.
Any ideas?
Thanks,
Hooligan _________________ Hooligan
Why be normal? |
|
| Back to top |
|
 |
Hooligan VDS Developer


Joined: 28 Oct 2003 Posts: 480 Location: California
|
Posted: Fri Mar 07, 2008 1:54 pm Post subject: |
|
|
Has anybody tried to use this dll at all??? Anybody???
Hooligan... _________________ Hooligan
Why be normal? |
|
| Back to top |
|
 |
vtol Valued Contributor


Joined: 05 Feb 2004 Posts: 656 Location: Eastern Indiana
|
Posted: Fri Mar 07, 2008 10:54 pm Post subject: |
|
|
I am very interested in the VDSCOM60.DLL but am way to busy learning and trying to get my basic things to work right now.
I was planning hopefully to tinker with that DLL next winter if I get some time then.
sorry.. |
|
| Back to top |
|
 |
Aslan Valued Contributor


Joined: 31 May 2001 Posts: 589 Location: Memphis, TN USA
|
|
| Back to top |
|
 |
Hooligan VDS Developer


Joined: 28 Oct 2003 Posts: 480 Location: California
|
Posted: Sun Mar 09, 2008 3:33 pm Post subject: |
|
|
I posted there quite a while before I posted here... No response.
Hooligan _________________ Hooligan
Why be normal? |
|
| Back to top |
|
 |
jwfv Valued Contributor

Joined: 19 Mar 2002 Posts: 422 Location: Beaufort, SC
|
Posted: Wed Jun 04, 2008 9:49 pm Post subject: |
|
|
I am now trying it out but can't get the COMM command to work.
My modem is on COM3. If I use:
| Code: | | comm open, 3, 9600, 8, N, 1 |
nothing happens.
If I use:
| Code: | | comm open, COM3, 9600, 8, N, 1 |
I get an error saying Invalid parameter to command.
Any ideas? _________________ Joe Floyd |
|
| Back to top |
|
 |
Hooligan VDS Developer


Joined: 28 Oct 2003 Posts: 480 Location: California
|
Posted: Thu Jun 05, 2008 1:09 am Post subject: |
|
|
Hi,
The top one should work... Did you check to see if @ok() returns a true?
Hooligan _________________ Hooligan
Why be normal? |
|
| Back to top |
|
 |
jwfv Valued Contributor

Joined: 19 Mar 2002 Posts: 422 Location: Beaufort, SC
|
Posted: Thu Jun 05, 2008 7:53 pm Post subject: |
|
|
I got it working - thanks.
It was mainly a failure on my part to remember which modem commands to use, apparently. (Been a long time since I have dealt with analog modems.)
Also, it seemed to work when I switched to Sendline instead of Send.
But - all is well. Thanks. _________________ Joe Floyd |
|
| Back to top |
|
 |
Hooligan VDS Developer


Joined: 28 Oct 2003 Posts: 480 Location: California
|
Posted: Thu Jun 05, 2008 8:43 pm Post subject: |
|
|
I'm glad to hear it... Were you able to get the @comm() function to work? I have yet to see it work...
Hooligan _________________ Hooligan
Why be normal? |
|
| Back to top |
|
 |
jwfv Valued Contributor

Joined: 19 Mar 2002 Posts: 422 Location: Beaufort, SC
|
Posted: Mon Jun 09, 2008 3:32 pm Post subject: |
|
|
Yes, the @comm function seems to work fine. It sends me back the "OK" from the modem I am communicating with. _________________ Joe Floyd |
|
| Back to top |
|
 |
|