[Estou tentando encontrar os comandos AT corretos para falar com um modem Trendnet TFM-561U em 17.04 e não estou tendo sorte. Se eu pegar o padrão em efax-gtk
, então é isso que eu recebo no arquivo de log:
efax-0.9a: 14:54:09 opened /dev/ttyACM0
efax-0.9a: 14:54:09 Warning: unexpected response "CONNECT"
efax-0.9a: 14:54:15 sync: dropping DTR
efax-0.9a: 14:54:17 Error: modem command (Z&FE&D2S7=120&C0) failed
efax-0.9a: 14:54:17 failed page /home/john/temp/faxfile.pdf.001
efax-0.9a: 14:54:23 Error: modem command (ATZ) failed
efax-0.9a: 14:54:23 finished - invalid modem response
Eu adoraria conhecer os comandos AT apropriados para esse modem, mas não consigo encontrá-lo em lugar nenhum.
Estou tentando executar (ou seja, enviar um fax) usando efax-gtk
. Eu conecto o modem USB Trendnet TFM-561U no meu sistema de posicionamento 17.04. Esse modem saiu de um sistema operacional do Windows 7. Eu li o Efax-gtk usando o modem Trendnet TFM-561U .
$ sudo modprobe usbserial vendor=0x0572 product=0x1329
[ 332.455588] usb 1-2: new full-speed USB device number 5 using xhci_hcd
[ 335.025066] usb 1-2: New USB device found, idVendor=0572, idProduct=1329
[ 335.025070] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 335.025072] usb 1-2: Product: USB Modem
[ 335.025075] usb 1-2: Manufacturer: Conexant
[ 335.025076] usb 1-2: SerialNumber: 24680246
[ 335.572080] cdc_acm 1-2:1.0: ttyACM0: USB ACM device
[ 335.572244] usbcore: registered new interface driver cdc_acm
[ 335.572244] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 644.375732] usbcore: registered new interface driver usbserial
[ 644.375740] usbcore: registered new interface driver usbserial_generic
[ 644.375745] usbserial: USB Serial support registered for generic
$ ls -l /dev/ttyACM0
crw-rw---- 1 root dialout 166, 0 Sep 3 17:52 /dev/ttyACM0
Eu sou membro do grupo dialout
.