LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Sponsors
  • Mirrors
  • Logos
  • Contact us
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cores > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: raymund at hotmail.com<raymund@h...>
    Date: Wed Jul 14 07:20:06 CEST 2004
    Subject: [oc] SMS controller using FPGA
    Top
    I am designing a system that would interface an FPGA to a nokia 7110
    cellphone through a UART. I am planning to incorporate a feature that
    would allow the FPGA to send SMS messages using AT commands. I am
    at a quandary on how to effectively implement this process. Below is
    and example of an AT command that I would use:

    AT+CMGF=1 (carriage return) -- in ascii bit equivalent
    Since each character would correspond to 1 byte, I would have to 8
    bytes 9 bytes of data to my uart one after the other. My data bus going
    to the UART is 8 bits. My problem is how to transmit this data
    synchronously through a bus that is 8 bits in length. Can anyone provide
    me a simple code that could do that?

     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.