Author Topic: GSM Connect  (Read 2272 times)

Offline novice

  • Jr. Member
  • **
  • Posts: 70
  • Karma: 0
GSM Connect
« on: October 27, 2008, 04:20:17 AM »
Good day

Hi

i am trying to connect 2 phone using GSM Modem but i receive a general failure. i am using Bluetooth
should i also need to indicate that it is bluetooth in transport?
in GSM1 it connect , but in GSM2 i receive general failure.
did i do it the wrong way?

here is a sample code:
BFGSMModemClientX GSM1 = new BFGSMModemClientX();
BFGSMModemClientX GSM2 = new BFGSMModemClientX();

address1 = is a BluetoothDeviceAddress e.g (00:00:00:00:00:01) - phone1
address2 = is a BluetoothDeviceAddress e.g (00:00:00:00:00:02) - pnone2
try
{
GSM1.BluetoothTransport.Address = address1;
GSM1.Open();
}
catch()
{
}
try
{             
GSM2.BluetoothTransport.Address = address2;
GSM2.Open();
}
catch()
{
}


thanks

Offline novice

  • Jr. Member
  • **
  • Posts: 70
  • Karma: 0
Re: GSM Connect
« Reply #1 on: October 27, 2008, 04:22:18 AM »
Additional is GSM Modem already available in WCL  :)

thanks

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
Re: GSM Connect
« Reply #2 on: October 27, 2008, 10:03:12 AM »
What is the phones you tryed to connect to?

No, WCL does not support it yet.
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager

Offline novice

  • Jr. Member
  • **
  • Posts: 70
  • Karma: 0
Re: GSM Connect
« Reply #3 on: October 28, 2008, 02:56:37 AM »
Good day
Hi

The model which I had problems with is Nokia 7610 and it has been worked before. The first is Nokia N95.

GSM1 is connecting to Nokia N95
GSM2 is connecting to Nokia 7610 - (receiving general failure)

Thanks

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
Re: GSM Connect
« Reply #4 on: October 28, 2008, 04:44:42 AM »
Do not connect it one by one. BlueSoleil does not like it.
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager

Offline novice

  • Jr. Member
  • **
  • Posts: 70
  • Karma: 0
Re: GSM Connect
« Reply #5 on: October 28, 2008, 08:56:42 AM »
good day

hi

ahhh. how am i going to connect 2 phone at the same time.
can you gave me some pointers on connecting two phone at the same time.
is that possible?

thanks


Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
Re: GSM Connect
« Reply #6 on: October 28, 2008, 09:36:31 AM »
try to connect it with 5-10 sec delay. BlueSoleil is the worst stack i know.
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager

Offline novice

  • Jr. Member
  • **
  • Posts: 70
  • Karma: 0
Re: GSM Connect
« Reply #7 on: October 28, 2008, 10:13:59 AM »
ok thanks i will try it..
question what is the difference between BFGSMModemClientX and BFClientX

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
Re: GSM Connect
« Reply #8 on: October 28, 2008, 11:54:38 AM »
BFClient is just a base component implements only sending and receiving data. BFGSM adds some functinal for SMS and phone book management
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager