Hi,
I am using Msp430f5438 and Sn65hvd11 for rs485 connectivity.
Now as we all know i will have to control data flow pins, so i have tied my one GPIO pin to both DE and RE of SN65hvd11d.
As one of suggestions from forums i used UCBUSY to check if all data has been sent or not after this i toggle the RS485 control pin.
Now my question is that it works fine in some cases when i use two ports of same controller and if on one side i have rs485 to 232 converter and at other side i have TTL to usb converter.
But if i use wireless connectivity at one side and rs485 to 232 converter at other side it doesn't work good.
So can anybody please guide how i can do this connectivity using control pin.Are there any other ways to do that in MSP430?
Regards.