Home AMX User Forum AMXForums Archive Threads AMX Hardware

Axcent3 Pro Dial In Modem Problem

Hi-

We control an Axcent3 pro by dialing into a modem that has a serial connection into one of the rear slots (not to be comfused with RS232 port). We are one of 7 media groups that use this Axcent3)

We're using a no-name modem that works, but needs to be replaced. I brought in a US Robotics modem, similar to the modems other groups are using to control. Using the same dip settings, I can't get commands to go through to the controller.

Any idea why?

Thanks - Hank

Comments

  • DarksideDarkside Posts: 345
    This used to be a bit of a black art, as not all Hayes compatible modems are compatible.

    You need to mod a whole bunch of registers using the AT command most likely to fix this issue.

    &K0 // hardware flow control off (I think - can't remember!!)
    &D0 //DTR off
    &C0 // ignores the state of the carrier - VERY useful through PABX where carrier signalling can be suspect
    S0=2 //auto answer after 2 rings

    &W0 // store all data in profile 0
    &Y0 // run profile 0 on startup

    This is from memory - hope it helps
Sign In or Register to comment.