64 bit Unsigned MAC Address To Text: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
 Created page with "Image:TArduinoMAC64ToText.png  == Summary == The **64-bit Unsigned MAC Address To Text** component converts a 64-bit unsigned integer MAC address into a human-readable text format.   This allows network identifiers to be displayed or logged as standard hexadecimal MAC strings.  == Description == MAC addresses are commonly represented as 12-digit hexadecimal numbers separated by colons or hyphens.   This component takes a 64-bit numeric input and outputs the equivalen..."  | 
			
(No difference) 
 | 
Latest revision as of 23:55, 13 September 2025
Summary
The **64-bit Unsigned MAC Address To Text** component converts a 64-bit unsigned integer MAC address into a human-readable text format. This allows network identifiers to be displayed or logged as standard hexadecimal MAC strings.
Description
MAC addresses are commonly represented as 12-digit hexadecimal numbers separated by colons or hyphens. This component takes a 64-bit numeric input and outputs the equivalent text string, making it useful for network device identification, logging, and debugging.
Diagram:
Properties
- Enabled (boolean) – Enables or disables the component.
 
Pins
Input Pins
- in – 64-bit unsigned MAC address input.
 
Output Pins
- out (text) – Formatted MAC address string.
 
Categories
- File:TArduinoConversionCategory.png Category Conversion – Data conversion components.
 - File:TArduinoUtilityCategory.png Category Utility – Utility and formatting tools.
 
