I just started working briefly in C #, and I'm currently using RS-485 to communicate with some other devices, but I can't seem to get other devices to respond. I was wondering if there is a way to write to a specific device using serial communication, since all this is connected via COM port 4. I already know serial.Write (); but, as far as I know, this does not give you the opportunity to choose the address you want to send. Is there anyone who could know the answer to this question?
Best regards Cvr
Thanks for answers. They helped a lot :)
source
share