Shop OBEX P1 Docs P2 Docs Learn Events
Serial Ouput in Assembly resources — Parallax Forums

Serial Ouput in Assembly resources

dufflingduffling Posts: 73
edited 2005-04-15 18:30 in General Discussion
Im Sorry if this question has been asked before..

but I wish to study and learn out to code serial output routines in Assembly , mainly for driving serial LCD displays and sending
MIDI data.

if anyone has any begginners code or information i can study i would much app. it

thankyou.
·

Comments

  • BeanBean Posts: 8,129
    edited 2005-04-15 12:10
    The easiest way is to code it in SX/B, then look at the SRC file to see how it compiled.
    Bean.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    "SX-Video Display Module" Available Now.

    www.sxvm.com

    "A problem well defined, is a problem·half solved."
    ·
  • KiwiKiwi Posts: 85
    edited 2005-04-15 12:11
    hello,

    i have used the "ExploringTheSx+Basic.pdf" file on the parallax website.
    I have simulated the code on a piece of paper . Like they do in school.
    Following the code and you will understand it completely. Don't use the complete listing but the subroutines by subroutines together with the ISR routine.It took me some days to understand.
    Also i have used the "VirtPeripMan.pdf" file on the parallax website.

    Good luck
    Kurt
  • dufflingduffling Posts: 73
    edited 2005-04-15 18:15
    great thanks for that .. i have already compiled some SX/B code and studied it .. i understand the idea but was wondering if there was some PDF or other documents floating around that explain .. serial communication in some depth with
    leaning toward Assembly .. even some documents for the PIC would be ok .. so i can really get to understand it completely

    thanks again
  • kb2hapkb2hap Posts: 218
    edited 2005-04-15 18:30
    hey duffing,

    here is a good book for the PIC that goes through quite alot about the PIC with assembly and various forms of serial comms. you will need lots of time to read this one its fairly large

    http://www.jameco.com/webapp/wcs/stores/servlet/ProductDisplay?langId=-1&storeId=10001&catalogId=10001&pa=210497CR&productId=126226

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    DTQ
Sign In or Register to comment.