Ok, so that makes it compile but all I get is garbage out. The data is not compatible to that command so I still need to convert the data.
Anyone have any ideas?
Ok, so that makes it compile but all I get is garbage out. The data is not compatible to that command so I still need to convert the data.
Anyone have any ideas?
Well, provided you've got baudrate, voltage levels and polarity all correct it looks like what's missing is the DEC modifier in serout command. Without the dEC modifier you're sending the data "as is" and not as ASCII text that you can read on a terminal./Henrik.Code:serout serpin,N9600,[DEC (temperature/100)]
Bookmarks