- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have to send a message to my mobile phone using FPGA.So I am trying to interface GSM module with FPGA (DE 1) board.But i don't know how to write AT command in verilog code.
Thanks in advance BiswajitLink Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The basic interface is a UART which can either be instantiated as a nios peripheral or, perhaps, you can write your own. There is stacks of information on the AT command set on the internet telling what characters make up different commands.
Perhaps you can be a bit more specific with your question and then, maybe, we can help. Cheers, Alex- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- The basic interface is a UART which can either be instantiated as a nios peripheral or, perhaps, you can write your own. There is stacks of information on the AT command set on the internet telling what characters make up different commands. Perhaps you can be a bit more specific with your question and then, maybe, we can help. Cheers, Alex --- Quote End --- Suppose the AT command is "ATI" . So do i have to sent "A" ,"T" & "I" through UART to the gsm module?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Add carriage return for line end.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page