On Sat, Sep 22, 2007 at 04:37:11PM +0200, Dag Leine wrote:
| Hi,
|
| I'm trying to use the SAMSUNG SHG-L760 over usb as modem.
| OpenBSD recognise it as umodem0 (dmesg attached) and assigns ucom0.
|
| First of all I want to have a 'AT OK' sequence. I've tryed echo and cat
| as well as a small perl script sending 'AT\r\n' to /dev/cuaU0 and read
| from it. While sending seams to work, there is no answer from the cell
| phone.
|
| Please can anyone give me a hint how to get the communication workin?
| (The cell phone is ok, under Windows I can talk to it with an teminal
| client an com4)

>From your dmesg :
| ucom0 at umodem0

You could try cu. If you're in group dialer do : `cu -l cuaU0` and
type 'ATZ' and press enter.

Perhaps you need to play with the speed of the serial device, since cu
defaults to 9600. This is the -s option.

Good luck.

Paul 'WEiRD' de Weerd

--
>++++++++[<++++++++++>-]<+++++++.>+++[<------>-]<.>+++[<+
+++++++++++>-]<.>++[<------------>-]<+.--------------.[-]
                 http://www.weirdnet.nl/

[demime 1.01d removed an attachment of type application/pgp-signature]

Reply via email to