Tether the Cingular LG CU500 as a Modem to Mac OS X via Bluetooth

This below is from the boards at MacNN
——————————————————
I have been successfully using an Intel MacBook Pro with a Cingular LG CU500 (using bluetooth) and a Cingular data connect plan to connect to the internet. I followed Cingular’s directions from their support web site, but it required typing a modem init string every time I connected. The directions involved using the null modem 115200 script, so I simply modified that script, added the commands that I was typing every time to connect, changed to connect rate in the script and saved it as “LC CU500”. It worked and a few speed tests have given me download speeds of 418-579kbps and upload of 135-141kbps (in the Dallas, TX area). Here is my modified modem script (save as a text file named LG CU500 in folder /Library/Modem Scripts):

! LG CU500 MODEM SCRIPT
!
!

@ORIGINATE
@ANSWER
serreset 1843200, 0, 8, 1
write “at+cgdcont=1,\34IP\34,\34isp.cingular\34\13”
write “atdt*99#\13”
@HANGUP
exit 0

and here are the directions to setup the LG CU500 with Mac OS X:

Setting up the handset
On the handset, press the Menu button.
Scroll to Settings and press OK.
Scroll to Bluetooth and press OK.
Scroll to Bluetooth On/Off and press OK.
Scroll to On and press Set.
Scroll to Bluetooth Settings and press OK.
Scroll to My visibility and press OK.
Scroll to Show and press Set.
Return to the Settings menu, scroll to Connection and press OK.
Scroll to Dial Up Networking and press OK.
Scroll to Bluetooth and press Set.

Setting up the connection
On the Mac, click on the Apple menu, and then click on System Preferences.
Click on the Bluetooth icon.
Click on the Settings tab.
Ensure the Bluetooth Power is On.
Ensure that Discoverable is checked.
Click on the Devices tab, and then click on Set Up New Device.
Once the Bluetooth Setup Assistant window opens, click on Continue.
Tick to select Mobile Phone, and click on Continue.
Once the search is complete, click once on the name for the handset and then click on Continue.
On the phone, type the 6 digit passkey displayed on the Mac and press ok.
On the Mac, check Access the Internet with your phone’s data connection and then click on Continue.
Click on Continue again.
Click on Quit.
Return to the System Preferences screen, and click on Network.
From the Location drop down menu, click on New Location.
Type CNG GPRS for the new location name, and then click on OK.
From the Show drop down menu, click to select Bluetooth.
From the Configure IPv4 drop down menu, click to select Using PPP.
Click on the PPP tab.
In the Account Name field, type ISP@CINGULARGPRS.COM
In the Password field, type CINGULAR1
Type *99# for the Telephone Number.
Click on PPP Options.
Uncheck Send PPP Echo Packets.
Check Use TCP header compression.
( Cingular’s instructions read “Check Connect using a terminal window, and click on OK.” but if you use my modem script, ‘Connect using a terminal window’ should be unchecked )
Click on the Bluetooth Modem tab.
From the Modem drop down menu, click to select LG CU500
( Cingular’s instructions use Null Modem 115200 )
Uncheck Enable error correction and compression in modem.
Uncheck Wait for dial tone before dialing.
Click on Apply Now.
Click on System Preferences, and then click on Quit System Preferences

Making the connection
From here, Cingular’s instruction didn’t quite work, but using my modem script, you can just open internet connect, select bluetooth, and click connect, and you should get connected, but here is cingular’s instructions:
On the mac, click on the Phone/Modem icon, and click to select Bluetooth.
Click on the Phone/Modem icon, and click on Connect.
Once the Terminal window opens, type
at+cgdcont=1,”IP”,”isp.cingular”, and press the return/enter key.
Once OK appears, type atdt*99# and press the return/enter key.
Once CONNECT appears, then click on Continue.
You will now be connected to the Cingular GPRS service

Good Luck!

Tether the Cingular LG CU500 as a Modem to Mac OS X via USB

Bravo Google, Once Again