• Help with float variable and UART transmission
    Hi everyone I'm having trouble reading the right values from the uart using a serial port logger. I'm using the cygnal C8051F124 uc and I send in four bytes a float variable by the UART0 To convert...
  • DATA TRANSMISSION AND RECEPTION
    while the RF transmiter is used to transmit the data from pc to any devices such as LCD display. if possible means please describe that. then how the data is transmit from pc to RF transmitter and as...
  • data transmission and reception
    we are using ASK module RF transmitter & receiver,How to transmit the data from PC to transmitter and receive it?whether modem should be used between transmitter and PC? It is a wireless project titled...
  • Usage of UART0
    I'm having trouble using UART0 correctly. I'm writing a value in SBUF0 and after that I'm putting the new value in SBUF0 into a var. When I look at the value in that var, it's empty. How can I put something...
  • UART0 configuration
    Hi All, I m using UV3 given along with KEIL EPM900. I was trying to simulate UART0. Here is the peice of code is used to configure UART0. PCON &= 0xBF; S0STAT = 0x60; S0CON |= 0x50; S0CON &=...