Hi everybody
I'm trying to create an ascii data stream to a RS485 port using a MD485
I'm sure that the MD485 config is ok because I can access the logger command line thru the 485 port.
But I'm having problems to stream the data from the logger, this isn´t working
SerialOpen(ComME,9600,0,0,100)
SerialOutResult = SerialOut(ComME,"Hello world","",0,0)
SerialClose(ComME)
what am I doing wrong?
I Appreciate the help!
I was able to solve it, the right port it's ComSDC7 not ComME