• Serial Data
    Hi All, How can i write a RS232 serial receive program that receices binary data and creates a unsigned long data from each 4-bytes received? Any help would be appreciated. Azra
  • serial data
    i have written a program to send a series of byte (40 byte) one by one through serial port. and i want the receive and store in the 8051 one by one. How can i find some example to do that?
  • about send data by serial port
    How can I send float number(such 3.14 or2.36..etc.) to serial port? can I define variable as float and send such as.. float dat void main() dat = 3.14; SBUF =dat; ...
  • about send data by serial port
    <p> can I send Decimal number to serial port? How can I define? I had ever defined as dat = 20; SBUF = dat; But my hyperterminal display is empty. Isn't correct?. Can you send some source...
  • about send data by serial port
    I try to write program about Serial interface but it invalid. Can you recommend I abiut this?. Are my source code correct?. this program I try to send "0" #include <reg51.h> sbit PLLCON = 0xD7; ...