Truncated match.
PICList
Thread
'Problem EUSART on PIC18F4550'
2008\04\03@021059
by
Mujahidin
|
Does anyone know my problem, i'm use the Tx Rx (EUSART) function with
the code list below
CloseUSART();
OpenUSART (USART_TX_INT_ON &
USART_RX_INT_ON &
USART_ASYNCH_MODE &
USART_EIGHT_BIT &
USART_CONT_RX &
USART_BRGH_HIGH, 25); //good result is 50 on
57600 baudrate, 25 --> 115200
baudUSART (BAUD_IDLE_CLK_LOW &
BAUD_8_BIT_RATE &
BAUD_WAKEUP_OFF &
BAUD_AUTO_OFF);
while (BusyUSART());
WriteUSART ( 0x01 );
while (!DataRdyUSART());
getsUSART (usart_input_buffer,1);
output_buffer[0] = usart_input_buffer[0];
I'm use the above code in old version PIC18F4550 (i'm buying the
PIC18F4550 one year ago), is normal and good function for the TX and RX
pin. But now I'm buying the several new PIC18F4550 (I'm buying the
PIC18F4550 one last day) the RX pin is not function, does anyone can
suggest me what can i do!!! maybe if in this forum the enginer from
microchip is available, can give me a suggestion? Now i'm very confused
with this insident???
Regards,
iddhien
2008\04\03@022101
by
Dario Greggio
Mujahidin@iddhien.com wrote:
> Does anyone know my problem, i'm use the Tx Rx (EUSART) function with
> the code list below
interrupts need de-activating.
see my reply at Forum.
--
Ciao, Dario -- ADPM Synthesis sas -- http://www.adpm.tk
2008\04\03@023911
by
Mujahidin
Dario Greggio wrote:
> spam_OUTMujahidinTakeThisOuT
iddhien.com wrote:
>
>> Does anyone know my problem, i'm use the Tx Rx (EUSART) function with
>> the code list below
>>
>
>
> interrupts need de-activating.
> see my reply at Forum.
>
>
Now i have been de-activating the interrupt, the TX is normal function
but the RX still not function... Can you help me again!!!!
More... (looser matching)
- Last day of these posts
- In 2008
, 2009 only
- Today
- New search...