This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

read string with sout

Hi,
How can I read a string from sout instead of a character?
best regard

Parents
  • Ok. So you forgot to mention that you were talking about the debugger script language.

    One thing here is that besides the normal memory regions in the processor, you can set up extra memory regions that the script language can use as scratch area - for example to implement send and receive buffers. Then you can accept characters one-by-one and store in yuor buffer memory until you end of the line, in which case you can process the received data and decide what a modem would have done.

Reply
  • Ok. So you forgot to mention that you were talking about the debugger script language.

    One thing here is that besides the normal memory regions in the processor, you can set up extra memory regions that the script language can use as scratch area - for example to implement send and receive buffers. Then you can accept characters one-by-one and store in yuor buffer memory until you end of the line, in which case you can process the received data and decide what a modem would have done.

Children