Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7923787
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T17:25:42+00:00 2026-06-03T17:25:42+00:00

Update: This may not be Pairing. This may just need to have a service

  • 0

Update: This may not be “Pairing”. This may just need to have a service started and bound to a port. However, this code is not storing it either. I need the device to be stored even after the application is closed.

I am building a program specifically suited for Zebra RW 420’s on a Windows Mobile 6 Handheld device. The application needs to allow a mobile device to pair with the printer on COM1. I believe I am very close to getting it, but I can’t get the pair request to work.

I am able to communicate with the printer and even print by directly connecting and printing, but I can’t get the mobile device to actually pair with it. I’ve tried a variation of pins to include null, "1", "0000", and "1234". No matter what, the method always returns false. Any suggestions or ideas why this might be failing? I can pair the device just find in the WM6 Bluetooth menu, but not in my application.

It might be important to note that the little light bulb icon on the printer comes on when the program says it is attempting to pair, but after about 5 to 10 seconds, it fails.

BluetoothSecurity.PairRequest(device, "1"))

Additional Information:

I’ve successfully paired with my Android phone using this code.

I then logged in and set a PIN on the Zebra printer. However, this code still fails to pair with the printer even when I know the pin is correct / set in the printer.


From https://km.zebra.com/kb/index?page=answeropen&type=open&searchid=1336682809706&answerid=16777216&iqaction=5&url=https%3A%2F%2Fkm.zebra.com%2Fkb%2Findex%3Fpage%3Dcontent%26id%3DSO8031%26actp%3Dsearch%26viewlocale%3Den_US&highlightinfo=6292341,26,43#

Zebra Bluetooth enabled mobile printers are ‘slave’ devices only. The printers will pair with any ‘master’ device that tries to make a valid connection. Since only a master device can initiate a connection, the printer does not store pairing data, that function is always done on the master device. The printer can only be connected to one master device at a time, but any number of master devices that have stored pairing information for the printer would be able to initiate a connection to the printer without having to rediscover it.

I’m guessing that this means the InTheHand.Net BluetoothSecurity.PairRequest might not work for this type of pairing?


In the Bluetooth section of the WM handheld, under the “Devices” tab, I can add the device. I need to essentially do that. I need to register the device in that list and then set it to use COM 1 in the “COM Ports” section. The application I am using doesn’t actually print. It’s sole purpose is to prepare the printer for other applications.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T17:25:43+00:00Added an answer on June 3, 2026 at 5:25 pm

    The quote from Zebra make it sounds as pairing is actually not required at all. Are you printing from your app? If so just connect to the SPP service and send the text.

    BluetoothAddress addr = ...
    Guid serviceClass;
    serviceClass = BluetoothService.SerialPort;
    var ep = new BluetoothEndPoint(addr, serviceClass);
    var cli = new BluetoothClient();
    cli.Connect(ep);
    Stream peerStream = cli.GetStream();
    peerStream.Write ...
    

    (From General Bluetooth Data Connections)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I update this regular expression to find and replace not just /news/
This may apply to other mobile operating environments than just Symbian... However, the issue
This may be one of the most answered question. However, I could not find
Update: This may be something that just isn't doable. See this TLDR: How do
Update: This does work, I was being stupid :( i have the following extension
Update: This issue was not properly explored. The real issue lies within render :json
I am trying to get this in MATLAB, however I am not successful !
This may not be suitable here, please feel free to move, shout or abuse
I know this may be impossible but... I just got an app approved, and
Update: This is, as I was told, no principle Python related problem, but seems

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.