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 9249105
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T10:06:33+00:00 2026-06-18T10:06:33+00:00

I have a device that returns data as a Hex value, for example 00

  • 0

I have a device that returns data as a Hex value, for example 00 00 00 56 00 00 01 00. I place this into an NSString. I am only interested in converting the 3rd and 4th segment to a double. ie only 00 56.

On sites such as http://www.binaryhexconverter.com/hex-to-decimal-converter it works and returns me the value I want.

When I try to use NSScanner it doesn’t like that it is only a segment of a Hex code.

NSScanner *scanner = [[NSScanner alloc] initWithString:numberAsHex];

double value = 0.0;

BOOL result = [scanner scanHexDouble:&value];

NSLog(@"Value %@", [NSNumber numberWithDouble:value]);
NSLog(@"Result %c", result);

I have also tried to use strtol() as well but no luck.

Could anyone help?

  • 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-18T10:06:34+00:00Added an answer on June 18, 2026 at 10:06 am

    That string for NSScanner should be like this.
    Here is a sample code (It works.)

    NSScanner *scanner = [[NSScanner alloc] initWithString:@"0x0056"];
    double value = 0;
    BOOL result = [scanner scanHexDouble:&value];
    
    NSLog(@"Value %@", [NSNumber numberWithDouble:value]);
    NSLog(@"Result %c", result);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have to make a device driver that returns a random number between 1
I have a device that sends data to COM port. And I'd like to
I have an external device that spits out UDP packets of binary data and
I created the list that have device detected, and I want to send data
I have a gps device that records data e.g. datetime, latitude, longitude I have
I have data that is persisted on the device that needs to sync with
We have a device that uses Exchange web services to download mail and calendar
HI, I have a device that exposes a telnet interface which you can log
I have an I2C device that wants two inputs: a denominator and a numerator.
I have a measure device that creates samples in the following format: V GL020(1)=20110117161703

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.