I am having intermittent problems interfacing to a MAX3485 (RS485) chip. I have an Arduino communicating half-duplex with a proprietary device via RS485. I tied the enabling pins 2 and 3 on the MAX3485 together and have the Arduino toggle the enable pin LOW for RX and HIGH for TX. When I had this all on my wokbench everything worked fine but once I set up in "real life" the RS485 is not receiving. My scope shows that I can set the RS485 enable pin HIGH just fine (I read 3.3 vdc on my scope) but pulling the enable pin LOW is only bringing it down to about 1.6 vdc relative to ground. The datasheet for the MAX3485 shows the high and low thresholds as 2v and 0.8v respectively so I assuke my 1.6v looks like it is a floating value. Since the Arduino can set the pin high just fine I figure there is no problem with the Arduino. I can't figure out why it all worked so well on my workbench. Can I just add a 10-20k pull-down to ground on the pin?? Will that mess up things when I need to set it HIGH for transmit?
thanks in advance for any advice
Jerry