Jump to content

Ascii Mac to Ascii Windows


Recommended Posts

Hi

I need to create program on Mac to communicate to serial device. This device use extended ascii code (0-255). I know that the first 128 characters are same between Ascii Mac and Windows. But different for next 128 characters.

Do know how convert them to be compatible between Ascii Mac and Windows?

(Mac OSX and Labview 2009SP1)

Regards

Eric

Link to comment

The ASCII characters themselves are the same (eg: 0xF0 on a Windows PC is the same on a Mac), but it's the local representation that's different. I think you should be able to keep evereything in hex representation, so you don't have to deal with the issue?

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.