Results 1 to 3 of 3
I'm new to linux os and here are my question as stated below:
1) What should i consider if i need to fix a USB modem into linux?
2) how ...
- 05-11-2011 #1Just Joined!
- Join Date
- May 2011
- Posts
- 1
USB modem
I'm new to linux os and here are my question as stated below:
1) What should i consider if i need to fix a USB modem into linux?
2) how to install USB external modem into linux?
3) Can Java direct dial up USB modem? if yes, what is the command should i fire to linux in order to dial the usb modem successfully?
Hope to hear from you as soonest possible.
Thanks.
Regards,
Law
- 05-13-2011 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,970
Most standard USB modems should work out-of-the-box with current Linux systems. If you are using it for a PPP connection to the internet, your network manager tool should handle that. If you are using it for a simple dial-up terminal connection to some other system/device, then you would use a terminal emulator such as minicom. In the second case, you would need to set the baud rate, bits, parity, flow-control, etc. The minicom application has a configuration screen to deal with that, and save the settings for later use.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 05-13-2011 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,970
As for Java use, the device should be visible as /dev/ttyUSBX where X is a number starting at 0. Look at /dev before you plug in the modem, and then afterward. You will see which tty it is using. Then, your Java application can open that device and configure/read/write it just as any serial/tty connection.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote