.NET Components for Mobility

WindowsCE to PC With Bluetooth

Last post 09-01-2009 8:51 AM by alanjmcf. 11 replies.
Page 1 of 1 (12 items)
Sort Posts: Previous Next
  • 08-31-2009 4:47 AM

    • cnrars
    • Top 200 Contributor
    • Joined on 08-29-2009
    • Posts 7

    WindowsCE to PC With Bluetooth

    Hi, 
    I'm using Windows CE. 4.1 (CF 1.1)
    From here, I want to send files to my computer.
    How can I do? Which should I use dll files.

    Can you give examples?

    Thank you
    (Sorry for my bad english.)

  • 08-31-2009 6:20 AM In reply to

    Re: WindowsCE to PC With Bluetooth

    gud day,

     if you are into file transfer it is recommended to use BRECHAM OBEX. You can use 32feet.net IntheHand.dll for bluetooth connections This is some example on how to DISCOVER NEARBY DEVICES using inthehand.

     Regards,

  • 08-31-2009 6:31 AM In reply to

    • cnrars
    • Top 200 Contributor
    • Joined on 08-29-2009
    • Posts 7

    Re: WindowsCE to PC With Bluetooth

    Hi, Thank you for your response, but this WindowsMobile 5.0,

    i am using Pocket PC 2003. Library doesnt support. Pls help me for Pocket PC2003

  • 08-31-2009 7:15 AM In reply to

    Re: WindowsCE to PC With Bluetooth

    the inthehand.dll is available also for pocketpc2003. check out the 2.4 release of 32feet.net,there are samples included in the release. Those samples are build in pocket pc 2003. http://www.codeplex.com/wiki/view.aspx?projectname=32feet.
  • 08-31-2009 7:27 AM In reply to

    • cnrars
    • Top 200 Contributor
    • Joined on 08-29-2009
    • Posts 7

    Re: WindowsCE to PC With Bluetooth

    Hi,

    I am sorry for any inconvenience but

    ==
    http://www.codeplex.com/wiki/view.aspx?projectname=32feet
    ==

    ==
    Bluetooth support requires a device with the Microsoft Bluetooth stack. Requires .NET Compact Framework v2.0 or above and Windows CE.NET 4.2 or above, or .NET Framework v2.0 for desktop Windows XP and Vista.
    ==

    I am using Compact Framework 1

  • 08-31-2009 9:10 PM In reply to

    Re: WindowsCE to PC With Bluetooth

    you juz need to deploy a cab .netcf 2.0 in your device. or if your deploying within the ide of vs it will automatically deploy a .netcf 2.0 in your device. you juz need a .netcf 2.0 that is available in microsoft. have you tried some of the examples given?
  • 09-01-2009 2:11 AM In reply to

    • cnrars
    • Top 200 Contributor
    • Joined on 08-29-2009
    • Posts 7

    Re: WindowsCE to PC With Bluetooth

    hi,
    thank you for your answers. but I can not use cf2. because 500 more than the program will write to the device. all of them that PC2003/CF1.1 Casio IT300-M53E

    We can not change it. Do you have a 1.1 for a sample application?

     

  • 09-01-2009 6:02 AM In reply to

    Re: WindowsCE to PC With Bluetooth

    It would be good if you could install NETCFv2 on your devices...

    Otherwise: We dropped support for NETCFv1 a couple of releases a go.  You can try downloading the library source from CodePlex and try building the NETCFv1 version of the library yourself.  The project file for that is still in the repository, but I no longer build it.

  • 09-01-2009 6:12 AM In reply to

    • cnrars
    • Top 200 Contributor
    • Joined on 08-29-2009
    • Posts 7

    Re: WindowsCE to PC With Bluetooth

    hi,
    Sorry to take time. but does not work CVF1 libraries at CodePlex. Pls help me?
  • 09-01-2009 6:51 AM In reply to

    Re: WindowsCE to PC With Bluetooth

    How not work?

  • 09-01-2009 7:04 AM In reply to

    • cnrars
    • Top 200 Contributor
    • Joined on 08-29-2009
    • Posts 7

    Re: WindowsCE to PC With Bluetooth

    Follows:

    I am using WinCE 4.1 Compact Framework 1.1, Casio IT3000 M5E3,

    Getting error when debug.

    ======
    NullReferenceException
    ======

            private void button1_Click(object sender, EventArgs e)

            {

                BluetoothRadio.PrimaryRadio.Mode = RadioMode.Discoverable;

                bluetoothClient = new BluetoothClient();

                Cursor.Current = Cursors.WaitCursor;

                BluetoothDeviceInfo[ bluetoothDeviceInfo = { };

                bluetoothDeviceInfo = bluetoothClient.DiscoverDevices(10);

                comboBox1.DataSource = bluetoothDeviceInfo;

                comboBox1.DisplayMember = "DeviceName";

                comboBox1.ValueMember = "DeviceAddress";

                comboBox1.Focus();

                Cursor.Current = Cursors.Default;

            }

    //Connect

            private void button2_Click(object sender, EventArgs e)

            {

                if (comboBox1.SelectedValue != null)

                {

                    try

                    {

        

                        bluetoothClient.Connect(new BluetoothEndPoint((BluetoothAddress)comboBox1.SelectedValue,service));

                        MessageBox.Show("Connected");

                    }

                    catch (Exception ex)

                    {

                        MessageBox.Show(ex.Message);

                    }

                }

            }

     

  • 09-01-2009 8:51 AM In reply to

    Re: WindowsCE to PC With Bluetooth

    Looks like Casio doesn't use the Microsoft Bluetooth stack software but instead some other version (Widcomm/Broadcom, Socket, Stonestreet, etc). :-(  Can you find any documentation on that?

Page 1 of 1 (12 items)
Copyright © 2001-2012 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy. OrcsWeb's Windows Cloud Server Hosting