View Full Version : 56k?
militumxpisti
04-29-2007, 12:34 PM
Anyone know of a way to get a dial up connection through the IR port. There are no network settings in the prefs so I'm wondering if there is a standalone app that could do it.
Matt
Razoff
04-29-2007, 04:12 PM
http://wristpda.da.ru/system/WristPPP.zip
If you mean an cell phone Internet connection.
militumxpisti
04-30-2007, 04:30 PM
Thanks for the quick respond. I mean with a dial up modem. Like the Pison travel modem through the IR.
It's a standard palm os connection under network but on the wrist pda the network is absent from the prefs menu.
Matt
Razoff
05-02-2007, 01:54 AM
It's a standard palm os connection under network but on the wrist pda the network is absent from the prefs menu.
Matt
If you get those files and install them, network will appear in prefs menu.
militumxpisti
05-03-2007, 04:48 PM
Thanks for your reply again.
I installed the files but under connection all I got is IR or Cradle/Cable to PC or Handheld, there is no IR to modem. Do you know what file would control this?
Matt
Razoff
05-04-2007, 01:44 AM
Thanks for your reply again.
there is no IR to modem. Do you know what file would control this?
Matt
If you want an Internet (or any other TCP/IP connection), you don't need modem files.
You can use "IR to a PC/Handheld" connection to work with modem (see readme.eng). Hint: you need to adjust start script (Prefs - Network - Details - Script) like this:
Send: ATZ
Send CR:
Wait For: OK
Send: ATDT22332233 (your phone number
must be here)
Send CR:
Wait For: CONNECT
Send CR:
Wait For: ogin:
Send user_name
Send CR:
Wait For: assword:
Send user_password
Send CR:
End:
If you want anything else, it can be discussed.
militumxpisti
05-04-2007, 05:24 PM
Wow, thanks so much for all your help.
I tried the script and I can hear the modem dialing but it just freezes. I was not sure if I entered the script in the right format. This is how I entered it.
Send: ATZ
Send CR:
Wait For: OK
Send: ATDT**********<----(my ISP's number)
Send CR:
Wait For: CONNECT
Send CR:
Wait For: LOGIN <----(you had "ogin:")
Send User ID: <----(it matched Send user_name)
Send CR:
Wait For: PASSWORD <----(you had "assword:")
Send Password <----(same reason as Send user_name)
Send CR:
End:
Thanks for all your help!
Matt
Razoff
05-05-2007, 02:23 AM
I tried the script and I can hear the modem dialing but it just freezes. I was not sure if I entered the script in the right format. This is how I entered it.
>Send: ATZ
Really you must place here RIGHT init string for your modem. It can be "AT&F&C1&D2&S0" or something like this, it depends of modem model. "ATZ" sets default settings. I don't know if they are match for you.
>Wait For: LOGIN <----(you had "ogin:")
I don't know exact prompt of your provider, it can be "Login:" or "login:"; "ogin:" matchs both. You must place here right prompt or it's part.
>Send User ID: <----(it matched Send user_name)
I hope it. But real login is preferred.
>Wait For: PASSWORD <----(you had "assword:")
Like "ogin:".
>Send Password <----(same reason as Send user_name)
Like username.
>Thanks for all your help!
No matter.
P.S. You can test all those strings manually with terminal software like this:
http://palmtx.da.ru/network/Online.zip
P.P.S. You must check TCP/IP settings (IP address, DNS etc.) according to your provider.
vBulletin v3.0.3, Copyright ©2000-2012, Jelsoft Enterprises Ltd.