Windows 10: BYTES in 'C'

Discus and support BYTES in 'C' in Windows 10 Software and Apps to solve the problem; Hi, I'm using a PIC that READs a GBS module. I'm having difficulty 'talking' to the GPS, and being helped by the Ublox forum. They have given me an... Discussion in 'Windows 10 Software and Apps' started by Camerart, Mar 28, 2022.

  1. Camerart Win User

    BYTES in 'C'


    Hi,
    I'm using a PIC that READs a GBS module.

    I'm having difficulty 'talking' to the GPS, and being helped by the Ublox forum. They have given me an example STRING ARRAY of BYTES to send to the GPS: Chr(b5h) + Chr(62h) + Chr(01h) + Chr(07h) + Chr(00h) + Chr(00h) + Chr(08h) + Chr(19h) + CrLf [This is how my system sends ARRAYs]
    So far I haven't succeded.
    They use 'C' and I would like to know if 'C' would use C.S.V.s to send BYTEs like this?
    Cheers, Camerart
     
    Camerart, Mar 28, 2022
    #1
  2. cnr.chada Win User

    Encrypt 24 byte array into 8 byte array in c#

    Hi,

    I have an 24 byte array and would like to convert into 8 byte hash code in c# .

    I would really appreciate for your help

    Thanks,
    chinna
     
    cnr.chada, Mar 28, 2022
    #2
  3. Encrypt 24 byte array into 8 byte array in c#

    SHA1 and MD5 are hashes. They are lossy. TripleDES and Rijndael (Rijndael is more secure) encrypt data. To make an 24 byte array only 8 bytes without losing any data, you need compression algorithms like the ZIP deflate method. How many bytes you get out of compression algorithms depends on how dense the input 24 byte arrays are.


    So basically...
    "encrypt" = TripleDES/Rijndael
    "24 byte array ... into 8 byte array" = compression/deflate algorithms
     
    FordGT90Concept, Mar 28, 2022
    #3
  4. trt740 Win User

    BYTES in 'C'

    Post your source for the best Stepping for Amd 64's and Optys

    Post your Stepping and o/c for Amd 64's Am2 /939 and Optys

    can anyone point me in the direction of a good site which lists stepping codes for which cpu's over clock the best
     
    trt740, Mar 28, 2022
    #4
Thema:

BYTES in 'C'

Loading...
  1. BYTES in 'C' - Similar Threads - BYTES 'C'

  2. HELP! WIN 11 thousands of 0 byte files on hard drive, OneDrive and external drives

    in Windows 10 Software and Apps
    HELP! WIN 11 thousands of 0 byte files on hard drive, OneDrive and external drives: My Primary PC and a large bottle of water decided to have a play date. I had used OneDrive to back up my files and found thousands of 0 byte files instead of the actual files. I had some of my files on external drives, so I can recover those. what the heck can I do to recover...
  3. HELP! WIN 11 thousands of 0 byte files on hard drive, OneDrive and external drives

    in Windows 10 Gaming
    HELP! WIN 11 thousands of 0 byte files on hard drive, OneDrive and external drives: My Primary PC and a large bottle of water decided to have a play date. I had used OneDrive to back up my files and found thousands of 0 byte files instead of the actual files. I had some of my files on external drives, so I can recover those. what the heck can I do to recover...
  4. "0 bytes" free on C drive, and no admin abilities.

    in Windows 10 BSOD Crashes and Debugging
    "0 bytes" free on C drive, and no admin abilities.: My PC made a zooming/buzzing sound, so I removed the pane and made sure none of the fans weren't touching any cables. Once I started my PC back up, I noticed these problems. Now I'm unsure if this is a hardware or software problem.According to System Storage my C drive is...
  5. "0 bytes" free on C drive, and no admin abilities.

    in Windows 10 Gaming
    "0 bytes" free on C drive, and no admin abilities.: My PC made a zooming/buzzing sound, so I removed the pane and made sure none of the fans weren't touching any cables. Once I started my PC back up, I noticed these problems. Now I'm unsure if this is a hardware or software problem.According to System Storage my C drive is...
  6. "0 bytes" free on C drive, and no admin abilities.

    in Windows 10 Software and Apps
    "0 bytes" free on C drive, and no admin abilities.: My PC made a zooming/buzzing sound, so I removed the pane and made sure none of the fans weren't touching any cables. Once I started my PC back up, I noticed these problems. Now I'm unsure if this is a hardware or software problem.According to System Storage my C drive is...
  7. local disc c showing 0 byte free of 111gb

    in Windows 10 Gaming
    local disc c showing 0 byte free of 111gb: CAN SOMEONE HELP ME??i have 2 different drives and c is just lowing with no reason ilay https://answers.microsoft.com/en-us/windows/forum/all/local-disc-c-showing-0-byte-free-of-111gb/7aa30d39-c79b-4cfb-bee5-c7f2cb54723a
  8. local disc c showing 0 byte free of 111gb

    in Windows 10 Software and Apps
    local disc c showing 0 byte free of 111gb: CAN SOMEONE HELP ME??i have 2 different drives and c is just lowing with no reason ilay https://answers.microsoft.com/en-us/windows/forum/all/local-disc-c-showing-0-byte-free-of-111gb/7aa30d39-c79b-4cfb-bee5-c7f2cb54723a
  9. Odd filename at root c:\<12-byte hexadecimal filename> contains a 40-byte hex string

    in Windows 10 Network and Sharing
    Odd filename at root c:\<12-byte hexadecimal filename> contains a 40-byte hex string: improving the information from the subject:There is a file at C:\ with a 12-Byte hex string as a name. It has no dot-extension.The contents of the file are another hex string which is 40 bytes in length.All the alpha characters are upper case.I would include the strings here,...
  10. I am trying to write pdf bytes through c# in edge browser, it creates a pdf but the pdf...

    in Windows 10 Customization
    I am trying to write pdf bytes through c# in edge browser, it creates a pdf but the pdf...: Words are getting overlapped whenever I am trying to view a pdf through edge browser. Pdf file is getting generated through pdf bytes using c#. The pdf loses all its formatting in the browser. Please let me know how can I format it to make it work correctly. This is how it...