.NET Components for Mobility

Browse by Tags

  • Connection Actively Refused - SerialPort

    I am able to send a file successfully from a Trimble GeoXT 2005 (Windows Mobile 5) to a Trimble Nomad (Windows Mobile 6) using the Obex Listener. I need to trigger an event on one unit based on a command from the other unit. I a have assumed that I must use the BluetoothService.SerialPort to send a command...
    Posted to Bluetooth (Forum) by robertmclaurine on 11-25-2009
  • Problem with BluetoothSerialPort

    Hi, I want to connect to a remote device with a serial port, but I don't know how to connect it. I explain: in my program I search for all devices BluetoothRadio.PrimaryRadio.Mode = RadioMode.Discoverable; bluetoothClient = new BluetoothClient(); Cursor.Current = Cursors.WaitCursor; bluetoothDeviceInfo...
    Posted to Bluetooth (Forum) by pierre on 10-14-2009
  • Connect without Authentication/Identification

    Hello friends... I need help... I'm from Mexico City, and I'm sorry if my English is not very good... I would like send files via Bluetooth using Brecham OBEX library without Authentication/Identification... I can send files but I want skip the Authentication/Identification, ie, without entering...
    Posted to Bluetooth (Forum) by omarszbz on 08-26-2009
  • [Help] bluetooth communication

    Hi there, I need to create a vitual serial port via code with C#.net compact framework so i can communicate with a bluetooth printer. Can anyone tell me if this is possible with inthehand .dll? If so, can someone give me some tips on how to do that, because i never done something similar. PS: I just...
    Posted to Bluetooth (Forum) by cyberguy on 07-31-2009
  • Sending data from a JME2 phone to PC, via SPP

    Hi, I have been hammering at this problem for a few weeks now and can seem to get anywhere! I usually am able to find a program for one side of the communication channel so I have something that is standardised and so I can test against it, but i cant find anything! The scenario is this, I wish to create...
    Posted to Bluetooth (Forum) by matthewkholley on 04-14-2009
  • SerialPort open IoException

    my program : if (!serialPort1.IsOpen) { serialPort1.Open(); } else { serialPort1.Close(); serialPort1.Open(); } serialPort1.WriteLine("///"); when serialPort1.Open , catch the wrong message 'IoException' and the 'COM8' port does't exist But I am sure that 'COM8'...
    Posted to Bluetooth (Forum) by jacklu on 08-29-2008
  • Create New Incoming Port?

    I am developing an application targetting the .NET CF 2.0 (implementing on WM5 & hopefully WM6), which uses Bluetooth to listen to serial data being output by numerous BT devices. I have a successful version of the application running using the System.IO.Ports.SerialPortcontrol. The incoming BT COM...
    Posted to Bluetooth (Forum) by Scobie on 08-27-2008
  • Can't read serial port

    Hello, I wrote a simple application in C# to try and set up a bluetooth connection and set up a serial port service. I want to find devices around me and ask for their GPS information, this should be available trough their com ports after GPGGA in the string that i'd retreive from the com ports....
    Posted to Bluetooth (Forum) by Avalon on 04-21-2008
Page 1 of 1 (8 items)
Copyright © 2001-2010 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.