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...