Hi all,
I would like to know,how to transfer a file
from one GSM modem to another.Are there any AT commands
to handle this.
If not how can this be done.
Thanx in advance!!
Regs,
Peri
hi all...
i just tried the fifo but it dint work out .....
i dont where i am stuck with...it is a 16 deep fifo with 8 bits.
the code is
library ieee;
use ieee.std_logic_1164.all;
use iee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;
entity fifo is
port(reset:in std_logic;
clock:in...
Hi all....
I am new memeber of tek-tips....
I am a beginner in VHDL and was thinking to create a 8 bit wide 16 bytes deep FIFO....and assign read pointer and write pointer and difference pointer.At reset the read and write pointers are zero...and to calculate the difference pointer when the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.