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

About Atmel ANM055

Hi,
Can you Help me about this problem: I want to have a second software uart But written in "C" and modified to work with INT0 or INT1 for detect receiver incoming data..
Maybe this i true way : www.atmel.com/.../doc3ab877f2ec329.pdf , but this code is assembler.
Thanks and The Best Wishes !

Parents
  • Thanks for your answer and suggestion but:
    1.I "must" do it with at89c55wd
    2.I know that this is not big problem to do it(with mix of Keil C and lowlevel assembler), but I haven't good experience with Keil C51 IDE.
    3.I only want to translate i.e diferent baudrate,protocol and make priority levels) .
    If Anybody can and want help me I will post sme code that doesn't work!

    P.S For PIC micro & C (CCS) the true way is only :(#use rs232(baud=9600, XMIT = pin_XX, rcv = pin_XX,stream =name)).

Reply
  • Thanks for your answer and suggestion but:
    1.I "must" do it with at89c55wd
    2.I know that this is not big problem to do it(with mix of Keil C and lowlevel assembler), but I haven't good experience with Keil C51 IDE.
    3.I only want to translate i.e diferent baudrate,protocol and make priority levels) .
    If Anybody can and want help me I will post sme code that doesn't work!

    P.S For PIC micro & C (CCS) the true way is only :(#use rs232(baud=9600, XMIT = pin_XX, rcv = pin_XX,stream =name)).

Children