| View previous topic :: View next topic |
| Author |
Message |
pd_it_guy EVDO Newbie
Joined: 29 Sep 2008 Posts: 7
|
Posted: Thu Oct 15, 2009 11:56 am Post subject: EV-DO connect script |
|
|
Could someone please tell me what the appropriate command line wording would be to make a Sprint EV-DO usb card go to connect mode. It would basically be the same as a right-click CONNECT on the device if you saw it in your network connections window, or, pushing the "GO" button on the connection manager. This is for a batch file where we need to turn the card off and on for a special purpose.
Thanks so much! |
|
| Back to top |
|
 |
im_electronic EVDO Junkie
Joined: 27 Aug 2009 Posts: 193 Location: Covina, CA
|
Posted: Thu Oct 15, 2009 4:05 pm Post subject: |
|
|
I would suggest looking through the linux information, it has the connect commands and other CLI requirements for the modem. good luck, post your results here, as I'm sure others are interested as I in knowing how this works.
| Code: | | you can use the code tags to post it up |
|
|
| Back to top |
|
 |
pd_it_guy EVDO Newbie
Joined: 29 Sep 2008 Posts: 7
|
Posted: Fri Oct 16, 2009 9:46 am Post subject: |
|
|
Thanks so much for the reply. I will check in with that forum for any ideas.
It may be more a Windows thing than Linux, as we are are trying to emulate a right click, connect (of the Sprint Data Link device) in the Windows Settings/Network Connections area. And whatever we do has to run in a Command Line DOS window. I searched through the card's folder in Program Files and don't see any executables that seem to perform that function as a single action- it's all run by the Data Link Manager.
I will post back any progress. |
|
| Back to top |
|
 |
Michael Site Admin
Joined: 13 Jan 2005 Posts: 5314 Location: Cary, IL
|
|
| Back to top |
|
 |
im_electronic EVDO Junkie
Joined: 27 Aug 2009 Posts: 193 Location: Covina, CA
|
Posted: Fri Oct 16, 2009 12:23 pm Post subject: |
|
|
what modem do you have and what version of the OS?
EDIT
look at dial up networking batch files
also, in the advanced preferences of the sprint utility there are a few checkboxes to hit that will make the USB modem appear to the system more like a old modem than a 3G device, I'm not on a windows box ATM, so I don't remember what it's called.
welcome to the Dept. of Redundancy Department |
|
| Back to top |
|
 |
pd_it_guy EVDO Newbie
Joined: 29 Sep 2008 Posts: 7
|
Posted: Fri Oct 16, 2009 5:45 pm Post subject: |
|
|
Thanks all for your time and responses.
The EV-DO device is a Novatel U760 used within the Sprint Data Link System. As such, it has slightly different drivers to sent it to a private encrypted data network (realm) as opposed to the public Internet.
The OS is Windows XP Pro SP3
The command is not sent out the COM port to the modem device per se; rather, it is one that can be issued at the command line in a DOS window. Like net stop and net start do for Windows services. Thus:
C:\(some command that makes the data link card connect and disconnect) |
|
| Back to top |
|
 |
im_electronic EVDO Junkie
Joined: 27 Aug 2009 Posts: 193 Location: Covina, CA
|
Posted: Fri Oct 16, 2009 6:15 pm Post subject: |
|
|
| Spint's site for your level of service wrote: | | Sprint SmartView software. Uses a customized version of Sprint SmartView and certified Sprint Mobile Broadband Cards to facilitate fast, secure connections. |
how different is it form the public SSV?
I would say your paying the extra already, sprint should be able to spend some time with you on this, when I get home I'll look into it on my windows box, as I had done something similar in the past, but didn't need to get into the CLI/batch files. (I was using a laptop with XP as a router with ICS and some customizations for NABX, as I'm a kite buggier)
though from recollection, windows XP deals with a 3g connection the same as a dial up modem in most all of it's workings, and a serial interface isn't an issue. _________________ PortoBatMBR1000 |
|
| Back to top |
|
 |
pd_it_guy EVDO Newbie
Joined: 29 Sep 2008 Posts: 7
|
Posted: Sat Oct 17, 2009 9:43 am Post subject: |
|
|
To your questions:
Already been to Sprint. They have no answers. It is true, that there is an option to force a connection automatically on start, but that is not the issue. We need to connect/ disconnect at specific times.
The Sprint Data Link Network is used for secure and encrypted broadband mobile applications like police and fire data terminals. It is very similar to the public option, except the data traffic is routed to a specific IP under control of the agency/ entity and then to their own networks. And usually uses an IP connection manager. The card connects and disconnects the same. |
|
| Back to top |
|
 |
pd_it_guy EVDO Newbie
Joined: 29 Sep 2008 Posts: 7
|
Posted: Wed Oct 21, 2009 11:06 am Post subject: |
|
|
SUCCESS AT LAST!!!!!!!
Thank you, im_electronic. You had it right.
The command is: rasdial [name of service], thus:
C:\rasdial "Sprint Data Link"
Thank you all who helped on this.
pd_it_guy. |
|
| Back to top |
|
 |
ed 3Gstore Employee
Joined: 21 Jan 2009 Posts: 34
|
Posted: Wed Oct 21, 2009 4:20 pm Post subject: |
|
|
And for those of you wondering how to disconnect the same connection I present youy with this information:
The rasdial command disconnects a network connection by using the following syntax:
rasdial [connectionname] /disconnect _________________ BITF, PITM |
|
| Back to top |
|
 |
|