vtince Posted February 24, 2011 Report Share Posted February 24, 2011 I have labview read data from a radio and it sends out a test string in hex of <5050 5058 5858 5858 5858>, I want to be able to change the 4th bit to <50>, and keep all the other values the same as it was read from the radio. Quote Link to comment
hooovahh Posted February 24, 2011 Report Share Posted February 24, 2011 String subset to get the first 3 bytes, and to get bytes 5 and beyond. Then string concatenate to combine the first 3, with a constant of 50, and the 5th byte through the rest. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.