Page 1 of 1

Posted: 27 Nov 2017, 00:40
by sephult
I was wondering if anyone had much experience with the serial port module?

I am reverse engineering a protocol that I was to convert to Mackie Control Emulation from HH.
I was able to tap the serial port, decode the messages, etc...

When coming into Usine though, I have no terminal-style text interpretation from the serial port...just the array data. I am trying to understand how the array bits correspond to what I am seeing.

I was starting to assume it was ascii...but I am noticing...I have letters lklklklklk as an active handshake or stay-alive....with the array value it's -9,-10,-9,-10 etc....

Things just aren't clickin.

So I was just wondering if anyone knew how to decode this....and use the serial module?
I am also trying to understand (well after I figure out the messaging) how the Tx works.

Here it looks like you can send straight string messages which is what I was expecting on the Rx side too to read. Just curious. so there is no Send button...wondering how this works.

-s

Posted: 27 Nov 2017, 00:59
by sephult
Okay well I think I might have ran into a bug!

I had it set to 115.2K....well I turned it on and off and it was saying 56k even though set to 115???
So I when through and set again and it looks like ASCII might be making sense now...lol
-s