Networking :: How to communicate with HSF modem
I seem to have managed to compile modules to be able to use my Winmodem by using the HSF modem drivers from linuxant.
The modem installs as /dev/ttySHSF0 (/dev/modem) but Microcom (desktop menu net/minicom) only tries to talk to ttyS0 to ttyS3 and I can't figure out how to tell it use ttySHSF0 - does anybody know how to do this?
I installed wvdial which detects my modem but then hangs after trying to talk to ircomm0 and thus does not write a wvconf file so that I can use the modem - again, does anybody know how to fix this?
root@dslbox:~# wvdialconf configname-wvdial
Scanning your serial ports for a modem.
...
Port Scan<*1>: S2 S3 S4 S5 S6 S7
ttySHSF0<*1>: ATQ0 V1 E1 -- OK
ttySHSF0<*1>: ATQ0 V1 E1 Z -- OK
ttySHSF0<*1>: ATQ0 V1 E1 S0=0 -- OK
ttySHSF0<*1>: ATQ0 V1 E1 S0=0 &C1 -- OK
ttySHSF0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 -- OK
ttySHSF0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 -- OK
ttySHSF0<*1>: Modem Identifier: ATI -- 56000
ttySHSF0<*1>: Speed 4800: AT -- OK
ttySHSF0<*1>: Speed 9600: AT -- OK
ttySHSF0<*1>: Speed 19200: AT -- OK
ttySHSF0<*1>: Speed 38400: AT -- OK
ttySHSF0<*1>: Speed 57600: AT -- OK
ttySHSF0<*1>: Speed 115200: AT -- OK
ttySHSF0<*1>: Speed 230400: AT -- OK
ttySHSF0<*1>: Speed 460800: AT -- OK
ttySHSF0<*1>: Max speed is 460800; that should be safe.
ttySHSF0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 -- OK
...
ircomm0<*1>: ATQ0 V1 E1 -- failed at 9600 and 19200 baud.
<ctr-C>
root@dslbox:~#
original here.