[Sdcc-user] additional UART on AT89C52...

2007-08-15 Thread Ken Jackson
I don't think you are sending a full start bit. (I haven't worked with any 8051 in a long time, so I'm not even looking at the hardware specifics.) This is my crack at rewriting the ISR. Instead of using 'rotate' to rotate the st_char an increasing number of bits each time, just keep a partially

[Sdcc-user] -mpic16 ignores given filename suffix ?

2007-08-15 Thread Alexander Neundorf
Hi, I try to use sdcc 2.7.0 like this: sdcc main.c -mpic16 -o hello.ihx but I get a hello.hex instead of a hello.ihx. Is there a reason for that ? Bye Alex - This SF.net email is sponsored by: Splunk Inc. Still grepping thro

[Sdcc-user] additional UART on AT89C52...

2007-08-15 Thread Ulhas Vaidya
hi, I am trying to implement a second UART on 89C52 by looking at atmel application note no. ANM 055. On a simulator I see the P3.4 (corresponding to TxD) changing properly but nothing gets received by a computer. The connections are fine. I am appending the code below wherein character 'A' is int