R
Roberto Messora
I work with a PPC and an automotive device (a sort of a balck box) which has
embedded a GSM/GPRS modem and a GPS receiver. We decide to use a PPC with
only one serial port (we need a low cost solution), the external device is
capable to redirect modem and gps communication on the same serial port
(i'am talking about a serial port on the device). if we connect the two
serial port we can have a communication stream in which we can identificate
parts from modem and parts from gps.
my question is: can i manage the data stream in some way using the modem
part as an internet connection? I mean, if i separate the two streams
programmatically can i use the modem one as a normal internet connection?
Can I simulate programmatically a dedicate serial port (a dedicate modem)?
thanks
Roberto
embedded a GSM/GPRS modem and a GPS receiver. We decide to use a PPC with
only one serial port (we need a low cost solution), the external device is
capable to redirect modem and gps communication on the same serial port
(i'am talking about a serial port on the device). if we connect the two
serial port we can have a communication stream in which we can identificate
parts from modem and parts from gps.
my question is: can i manage the data stream in some way using the modem
part as an internet connection? I mean, if i separate the two streams
programmatically can i use the modem one as a normal internet connection?
Can I simulate programmatically a dedicate serial port (a dedicate modem)?
thanks
Roberto