What is right for RS232 transmission?


Closed Thread
Results 1 to 6 of 6
  1. #1
    Join Date
    Jun 2007
    Location
    Germany
    Posts
    44

    Default What is right for RS232 transmission?

    Now i have a question about the RS232 Interface.
    I found some sites where is the transmission speed for 9600Baud = 9600 Bytes/sec and other tells 9600BIT/sec.
    What is now right??
    I need to know to calculate my storing time for an external EEprom.

    Thanks

    Robson

  2. #2
    Join Date
    Sep 2005
    Location
    Campbell, CA
    Posts
    1,107


    Did you find this post helpful? Yes | No

    Default

    It is 9600 BITS per second.
    Charles Linquist

  3. #3
    Join Date
    Jun 2007
    Location
    Germany
    Posts
    44


    Did you find this post helpful? Yes | No

    Default

    ok thanks.
    If i´m right then is it possible to receive 1200Bytes/sec or must i add the start & stopbit & parity bit = 873 Bytes/sec ?

  4. #4
    Join Date
    Oct 2004
    Location
    Italy
    Posts
    695


    Did you find this post helpful? Yes | No

    Default

    Hi,

    The most used configuration for serial communication is 8-N-1.

    Data bits: 8
    Parity: None
    Stop bits: 1

    This will produce a frame with 10 bits.

    Frame:
    < 1 start bit >< 8 data bits >< 1 stop bit >

    So in order to send one byte with the above configuration you will need 10 bits.
    Therefore at 9600 baud you can send 960 bytes per second.

    9600 / 10 = 960 bytes per second.

    Best regards,

    Luciano


  5. #5
    Join Date
    Jun 2007
    Location
    Germany
    Posts
    44


    Did you find this post helpful? Yes | No

    Default

    Thanks Luciano. Nice stuff. This section is really new for me and i want to understand it.
    I want to explore now the RS232.
    I have ordered some FRAM´s and i´m looking for receiving data from RS232 input and simultaneously store to an external eeprom.
    Which osc speed is recommended for receiving with 9600Baud and storing the data to eeprom?
    Is it necessary to store like pagewriting ?
    Maybe someone can give me advice.
    Thanks

    Robson

  6. #6
    Join Date
    Jun 2007
    Location
    Germany
    Posts
    44


    Did you find this post helpful? Yes | No

    Default

    I´m using the EasyPIC4 Development Board and there is a RS232 on Board.
    Is it only necessary to wire the computer COM1 or COM2 to the RS232 Interface of my board with a 0-modem cable?
    And how to send commands from the computer? Hyperterminal or something else?
    Onboard of my board is a MAX232CPN with a 9pin DSUB connector.

Similar Threads

  1. PIC16F877A pwm use for IR transmission
    By mcbeasleyjr in forum General
    Replies: 0
    Last Post: - 11th July 2009, 18:51
  2. Replies: 1
    Last Post: - 19th February 2009, 13:35
  3. Replies: 0
    Last Post: - 13th February 2009, 03:34
  4. 9 Bit Transmission
    By Pesticida in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 5th August 2007, 12:27
  5. Using PIC12F675 for rf Transmission
    By jblackann in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 18th August 2004, 07:10

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts