In my case there are 2 nodes on RS485 trying to send/receive data . If the transmit enable/disable is handled in HW as in my case, then in the driver code, can I treat the 485 bus just like RS232 Tx/Rx
Yes except if you have software-controlled nodes, before transmitting, the next node might have to wait for the previously transmitting software-controlled node to disable its transmitter.
Jan