Differences of these communications

  • Thread starter Thread starter rama1001
  • Start date Start date
  • Tags Tags
    Communications
AI Thread Summary
Hex communication involves representing data in hexadecimal format, which is a base-16 numbering system. Each hex digit corresponds to four binary bits, making it a compact way to represent binary data. For example, the hex value '4E' translates to the binary byte '01001110'. Byte communication refers to the transmission of data in byte-sized chunks, where a byte typically consists of eight bits. In contrast, string communication involves sending data as a sequence of characters, where each character is represented by its corresponding binary value. For instance, the string representation of '4E' is broken down into its individual characters '4' and 'E', which are represented in binary as '00110100' and '01000101', respectively.Understanding these distinctions is crucial for applications requiring precise data communication, especially in contexts like master-slave configurations where hex communication may be necessary for efficiency and accuracy.
rama1001
Messages
130
Reaction score
1
Hi,
this may be the stupid question for you but its important for me to understand difference between these. I am making an application which requires hex communication between master and slave but the problem is with me that i keep on doing string coomunication eventhough my instructor said too many times. The only reason for that is lack of grasping the differnce between them. May be, i am communicating with hex string but i need to know the differnce between string communication and byte communication as well as hex communication.
Can anyone explain me.. please..
 
Computer science news on Phys.org
Hex value: 4E

Byte bits: 01001110

String bits: 00110100 01000101
'4' 'E'
 
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...
Sorry if 'Profile Badge' is not the correct term. I have an MS 365 subscription and I've noticed on my Word documents the small circle with my initials in it is sometimes different in colour document to document (it's the circle at the top right of the doc, that, when you hover over it it tells you you're signed in; if you click on it you get a bit more info). Last night I had four docs with a red circle, one with blue. When I closed the blue and opened it again it was red. Today I have 3...

Similar threads

Replies
6
Views
3K
Replies
5
Views
2K
Replies
1
Views
1K
Replies
2
Views
2K
Replies
8
Views
3K
Back
Top