OS/2, eCS & ArcaOS - Technical > Networking

USB Modem

<< < (7/7)

Neil Waldhauer:
Under PPP settings, there are options for fast and slow. Fast actually makes things worse, I can no longer connect reliably. Slow, on the other hand, results in a good connection. I was able to surf the web, but with the patience of a typical web page loading in 10 minutes.

The IBM dialer probably lacks the versatility of Injoy dialer, but on a better phone line, perhaps it would work.

The next question is how to switch from a failing Ethernet connection to the dialer? I expect to have to remove everything to do with Ethernet networking before activating the dialer. Is that right?


--- Code: ---net stop messenger /y
net stop req /y
dhcpmon -t
ifconfig lan0 down
ifconfig lan0 delete
route -fh
arp -f

--- End code ---

Greg Pringle:
I have used TalkThru for modem use and it works well. All the normal configuration controls. I have scripts for PPP use. Also, once there is a working modem, I have used java with the added com support from IBM for modem control. That allowed me to write things like pager connections which requires being able to send any binary character. I am not sure on the license status of TalkThru but I purchased copies back in the 90's.

I used java for automated data connections. The java was able to change the default route temporarily to the modem, away from the ethernet, and then change back when the job was done.

Neil Waldhauer:
I've never encountered TalkThru. Can you supply any information?

Navigation

[0] Message Index

[*] Previous page

Go to full version