Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Streaming data to RS485 using a MD485


amenoni Nov 29, 2017 12:19 PM

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!


amenoni Nov 29, 2017 01:01 PM

I was able to solve it, the right port it's ComSDC7 not ComME

Log in or register to post/reply in the forum.