• Receive gps with 80c31
    hello, how can i receive gps transmission with the serial port and analyze the date and time and store it in the program memory (c language) ? the gps is communicatin with the following port...
  • Receive gps with 80c31
    hello, how can i receive gps transmission with the serial port and analyze the date and time and store it in the program memory (c language) ? the gps is communicatin with the following port...
  • LPC2368 RTC initialization problem
    Hi All, I am trying to read RTC data in interrupt routine and display the data on PC through RS232. I always get interrupt every 16.40ms, and RTC data (hour, min and sec) is 0 (no increment). ...
  • LPC2368 RTC initialization problem
    Hi All, I am trying to read RTC data in interrupt routine and display the data on PC through RS232. I always get interrupt every 16.40ms, and RTC data (hour, min and sec) is 0 (no increment). ...
  • rtc with 8051
    my asm code for rtc interface with 8051 is as follows: org 0 MOV A,#38H ACALL CMND ACALL DELAY MOV A,#0EH ACALL CMND ACALL DELAY MOV A,#01H ACALL CMND ACALL DELAY MOV A,#80H ACALL CMND ACALL...