Rs-232

hello!
anyone please help me in writing an RS-232 protocol in embedded C to receive four 8-bits information(1 stop bit each),simultaneously.
you can use any microcontroller.

Replies

  • bill190
    bill190
    Here is for a Pic Microcontroller...
    #-Link-Snipped-#

    I don't understand the "simultaneously" part? Following is a microcontroller called the Parallax Propeller which has 8 processors in one chip, and I suppose you could use their "FullDuplexSerial" object on 4 separate processors/cogs to read all at the same time, but that language would be "spin" and assembly...
    #-Link-Snipped-#

    FullDuplexSerial Object...
    #-Link-Snipped-#

You are reading an archived discussion.

Related Posts

hey frnz!! m pursuing BCA(v-sem) & hav started 4 vb projects,jst let me know sum hatke topics...wud b thnkful 2 u
Friends, With the growing popularity of smart phones, the need of better battery life is also growing. We all want phone batteries that last longer and perform optimally under regular...
Hi Everyone, I am working as stress analysis engineer for refineries in India. I am looking for jobs in US and Canada in the same field. Can anyone help me...
Hi Everyone, I was thinking of something like a heat sensor security stuff? heat sensor on a sentry camera that will take picture when detects heat? any suggestions? Any specific...
When we declare a class in java,why does it automatically extends to object class? please let me know your views.