YAWN
Newbie level 4
time synchronization uart
I'm using dspic30f3014 MCU, mikro c compiler. my problem is i'm trying to connect
cmucam(rx tx) to UART1(tx rx) and then using the
Uart2_Write_Char(Uart1_Read_Char()); code
to transmit the data to UART2 to pc. my problem is when transmit to uart2 the output of the data changes.how to solve this problem? i'm trying no to use the memory storage due to the huge size of the file.
both Uart i'm using the same baudrate and the oscillator crystal is 20Mhz
thank you.
Added after 4 minutes:
additional info between the pc and uart2 I already connect rs 232
I'm using dspic30f3014 MCU, mikro c compiler. my problem is i'm trying to connect
cmucam(rx tx) to UART1(tx rx) and then using the
Uart2_Write_Char(Uart1_Read_Char()); code
to transmit the data to UART2 to pc. my problem is when transmit to uart2 the output of the data changes.how to solve this problem? i'm trying no to use the memory storage due to the huge size of the file.
both Uart i'm using the same baudrate and the oscillator crystal is 20Mhz
thank you.
Added after 4 minutes:
additional info between the pc and uart2 I already connect rs 232