Page 1 of 1

how gsm modem communicate with PHP language

PostPosted: Wed Oct 19, 2011 11:45 pm
by lolo
i have purchase gsm modem for my project.anyone know how to communicate it with PHP for web.

Re: how gsm modem communicate with PHP language

PostPosted: Thu Oct 20, 2011 6:44 am
by shahrul
Maybe can interface serial port with VB then connecting VB with php.
or
directly do php code to interfacing with serial port.

I never done yet, I just 'google' about this before.

Re: how gsm modem communicate with PHP language

PostPosted: Thu Oct 20, 2011 12:33 pm
by lolo
i worry about the language that i'm using right now because right now i'm using PHP and i always have a second though about the language that suitable for my project.

Re: how gsm modem communicate with PHP language

PostPosted: Sun Oct 23, 2011 9:43 pm
by ober
As highlight by shahrul, you need to make sure that php can interface with serial port, because GSM modem uses COM Port (Serial Port) to send and received data.