Posted: 28 Nov 2017, 21:15
Hello!
So I am trying to wrap my head around this at the moment.
I have incoming messages. Most of these messages are hex, with about 5 bits per message max for standard messages.
The problem I am having is separating each of the characters in the stream.
I believe I could just bring these in as Array, but I don't think there is any integer to ASCII conversions within the fastscripting.
If there was I think this would be easier to do.
So the path at the moment I am looking at is text input...however I don't know how I would separate each character to process?
Messages at times I would expect to asynchronously come in and together so when I bring in the message would be a full byte not in consistent fashion.
Any suggestions or ideas with Fastscript on how I could bring/shift each character into a variable easily as they come in?
Or is there a method to take the Array input and do some sort of ASCII conversion?
-s
So I am trying to wrap my head around this at the moment.
I have incoming messages. Most of these messages are hex, with about 5 bits per message max for standard messages.
The problem I am having is separating each of the characters in the stream.
I believe I could just bring these in as Array, but I don't think there is any integer to ASCII conversions within the fastscripting.
If there was I think this would be easier to do.
So the path at the moment I am looking at is text input...however I don't know how I would separate each character to process?
Messages at times I would expect to asynchronously come in and together so when I bring in the message would be a full byte not in consistent fashion.
Any suggestions or ideas with Fastscript on how I could bring/shift each character into a variable easily as they come in?
Or is there a method to take the Array input and do some sort of ASCII conversion?
-s