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

reading from sbuf

This is for all of us who were facing problem of reading from sbuf.....keil does not show the value getting transferred from sbuf to variable but the code works when implemented on hardware....We were able to communicate between two 8052 sucessfully....JUST TAKE COMMON GROUND FOR BOTH THE 8052s

Parents
  • "2) no tabulation = it is not code, but unreadable scribbles"

    You should maybe rephrase this as "no identation". But aproblem here is that source code indented with tab characters will often look garbled when posted - but that is the result of the incompatibility between the web forum and tabbed source code.

    Because of this, posted code may look like unreadable scribbles, but be beautifully indented at home.

    20-30 years ago, the spaces wasted valuable storage capacity on diskettes. Today, neither storage size or text processing speed of the compilers are reasons for using tab characters. But it is well-known that trying to edit code with different tab settings in the editor will quickly result in very ugly and hard-to-read source code.

Reply
  • "2) no tabulation = it is not code, but unreadable scribbles"

    You should maybe rephrase this as "no identation". But aproblem here is that source code indented with tab characters will often look garbled when posted - but that is the result of the incompatibility between the web forum and tabbed source code.

    Because of this, posted code may look like unreadable scribbles, but be beautifully indented at home.

    20-30 years ago, the spaces wasted valuable storage capacity on diskettes. Today, neither storage size or text processing speed of the compilers are reasons for using tab characters. But it is well-known that trying to edit code with different tab settings in the editor will quickly result in very ugly and hard-to-read source code.

Children
No data