Hi everybody;
I have been trying to set up an RS485 network using dsPIC30F as Master and three PIC 16F as Slaves. I am stuck at the configuration of the master and slaves. Shall I make it 9-bit data format (Set Address Detect Bit) or just 8-bit data format. I have looked at the code posted by Jan in my example code but there is no mention to the 9_bit data format and I couldn't find the Primary Node code which is starting the communication. Is it compulsory to use TX9D/RX9D or we can use the normal 8_bit as address is written in software. Does somebody have a good config routine for UART for RS485 Master or Slave or the code for the Primary Node (Master) ?
Thanks in advance.