.NET Components for Mobility

Browse by Tags

  • Re: Connecting to printer

    Hi Andy, I developed an applicaiton on the WM5 which allows you to bond a printer using a barcode (which was just a mac address). I will have an article on this issue soon, however, until then I can provide you the steps I used to get this working. I actually hacked the API a little bit and modified...
    Posted to Bluetooth (Forum) by Nicholas Nicoloudis on 04-07-2008
  • Save a Com Port

    Hi, I've paired my PDA device with a bluetooth printer combo adapter. This is my code: Dim btnet2 As New InTheHand.Windows.Forms.SelectBluetoothDeviceDialog Dim btInfo As InTheHand.Net.Sockets.BluetoothDeviceInfo btInfo = btnet2.SelectedDevice Dim btClient As New InTheHand.Net.Sockets.BluetoothClient...
    Posted to Bluetooth (Forum) by Antares on 01-11-2008
  • Re: Sharing my bluetooth printer connection and serial profile

    Thanks for the response, so I configured a port this way: BluetoothEndPoint btMonEndPt = new BluetoothEndPoint (ba, BluetoothService .SerialPort, CHANNEL); BluetoothSerialPort btSerialPort = BluetoothSerialPort .CreateClient( "COM6" , btMonEndPt); System.IO.Ports. SerialPort spSerialPort =...
    Posted to Bluetooth (Forum) by Nicholas Nicoloudis on 11-29-2007
Page 1 of 1 (3 items)
Copyright © 2001-2008 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.