And to run widcom applications succesfully u need to install widcomms drivers.
You havt to change your default XP bluetooth drivers to Broadcomm drivers
Type: Posts; User: Sandeep_LnT; Keyword(s):
And to run widcom applications succesfully u need to install widcomms drivers.
You havt to change your default XP bluetooth drivers to Broadcomm drivers
Change your service to
static char m_serviceNameForServer[BT_MAX_SERVICE_NAME_LEN + 1] = "Bluetooth Serial Port";
Then start your application "Bluetooth Chat" as a server and then try to...
Hi
has any one succeded to communicate between Symbian device and PC(Windows 2000/XP) over IRDA.
My server runs on PC and Client on Handset.On both sides i developed application for sending and...
Hi
I am also using E61 device
I am trrying to write Irda application
But i am not able to connect as my RSocket.Connect is failing and in RunL i am getting "KErrDisconnected" error...
Hi i am also getting same error......
this is my connect function...
ConnectL()
{
HBufC* text = StringLoader::
LoadLC( R_IRDA_WRITER_CONNECTING_STRING );
iView.SetStatus( *text );...
HI;
I face same issue some time back
I was working on E61(Nokia)....FOr that modify ur PKG file..
In OKG file mention full path of .exe i.e. where its gonne lie in phone
for example
Just reimport MMP and DO Remove all object code..Then build again
If anyone else is using code warrior in ur office ...then take his licence file and paste it in
c/program files/nokia/code warrior
it will work surely
Just check that wether there are any compiled files in group folder...If there are any then go and delete it then try to import mmp....
Hi ...
I am also trying something like that but i am not succeding........My connect call fro my device is not Succesful ...I am wring my connect call here..Can u suggest me whats a wrong in...
Hi I am writing a application in C++...I want to send a string from mt N90 device to my server application (On Windows platform).....I am usuing Billiongton(I guess company name is right) dongle on...
http://support.microsoft.com/kb/841803...go to this URL...U will get all the list of devices
I think Billonton dongle dosnt support Microsoft BLuetooth APIS.....I also phase same problem some days back
I am using sample application form 2nd edition..I portted this application on SYmbian OS 9.1.....Now i install this application on two devices so that one can be used as a client and other can be...
Hi
I am trying for data transfer from Mobile to PC and vice versa using IRDA.I am using "IrTinyTP " protocol for data transfer.......On client side i am using 2nd edition sample program of...