I’ve got a linux device with only 3 wires: Send, Receive and Ground
I’ve been using The older Multitech MTCBA GPRS modems for years, but am moving to the MTC-H5 (B01) series and cannot get my ppp connection to work anymore.
It fails at the ATD*99***1#, which returns NO CARRIER
BUT, the CD light comes on for a few seconds before this occurs.
I then hooked up to a windows box, and issuing the same ATD*99***1# returns CONNECT immediately.
I then used a 3 wire cable on the windows box, same command, and “NO CARRIER”…
On the modem I’ve turned off flow control using:
AT+IFC=0,0
AND command flow Control Off:
AT#CFLO=0
But I think the modem is doing something with the CTS/RTS lines upon connection and on my linux device without these lines it fails.
Any suggestions?