DogFlu66
Member
If you maintain the same length and format, the data should always be in the same position, making it straightforward to extract them using the appropriate functions. This consistency in data structure greatly simplifies the process of parsing and retrieving specific pieces of information. By standardizing the data format, you can employ more efficient algorithms to handle and manipulate the data. This approach not only enhances reliability in data handling but also optimizes performance, as the functions can be tailored to operate on a predictable data model.Hola,
Hoy estaba viendo las señales de radio usando una terminal, donde aparecían mensajes como este: [ ROBI,111,1,11,W ] entonces toma el primer grupo 111, esto es obviamente 3xBYTE 1 y 1 y 1, pero representa un PALABRA, entonces 2x BYTES 00000000 y 01101111.
Los 2xBYTES se convierten en dígitos, se transmiten/reciben, se diseccionan y se presentan para que pueda leerlos.
Si los enviara como 00000000 y 01101111 no podría comprobarlos, pero sería mucho más eficiente.
Así que tengo que intentar dar este paso, aunque sea incómodo, y tendré que encontrar una forma de comprobarlo.
C.
But it is very important to be sure that the data frame has no errors.