Home AMX Forum AMXForums Archive Threads AMX Hardware
Options

Need help with RS 485 and Dado Door

sijandisijandi Junior Member
Is anyone familiar with the Dado Door product? Their installation manual says that they only use two pins for RS485 communication, "RJ45 pins: A=1, B=2, 3-8 unused." Am I right that this isn't typical? I'm wondering which would be the corresponding pins on an NI-4100 serial port.

Also, here is my usual Data Event handler for initializing serial ports, should I do it differently for this product? (Yes, the baud etc. are from their programming manual.)
DATA_EVENT [dvDADO_DOOR] //INITIALIZE RS232 PORT FOR DADO DOOR
{   ONLINE:
    {SEND_COMMAND DATA.DEVICE,'SET BAUD 9600,N,8,1 485 ENABLE'
     SEND_COMMAND DATA.DEVICE,'HSOFF'
    }
}

Comments

Leave a Comment

BoldItalicStrikethroughOrdered listUnordered list
Emoji
Image
Align leftAlign centerAlign rightToggle HTML viewToggle full pageToggle lights
Drop image/file