I have connected gsm sim900 to raspberry pi and enabled uart serial port as:
in terminal : $ sudo nano /boot/config.txt then i added enable_uart=1 to the config text.
as the above changes i see this answer :
[error] [serial out : sendSMS] ERROR: port is not open
[info] serial port /dev/ttyAMA0 opened at 9600 baud 8N1
the sendSMS is my serial output name that runs first in the beginning. i don't know what's the problem maybe it has delay or something else but i receive no reply for my at commands. please help me