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

RLARM Source code

I have purchased RL-ARM but I cant find the source code for TCPNet.
Does it not come with the source code?

Thanks

Parents
  • Franc,

    In regards to the TELNET server. I believe TELNET was originally character based. I believe The addition of line based mode was actually a later option to improve the protocols efficiency when the character mode was not needed.

    See
    RFC318 - Telnet Protocols
    RFC1184 - Telnet Linemode Option

    So i think it should be able to work more like a UART?

Reply
  • Franc,

    In regards to the TELNET server. I believe TELNET was originally character based. I believe The addition of line based mode was actually a later option to improve the protocols efficiency when the character mode was not needed.

    See
    RFC318 - Telnet Protocols
    RFC1184 - Telnet Linemode Option

    So i think it should be able to work more like a UART?

Children