Char To Unsigned: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 August 2025

  • curprev 13:2113:21, 11 August 2025 Visuino talk contribs 1,250 bytes +1,250 Created page with "Image:TArduinoCharToUnsigned.png == Summary == Use this component to convert an incoming signed character to its unsigned equivalent, expanding its range from -128–127 to 0–255. == Description == The **Char To Unsigned** component transforms a signed 8-bit character (char) into its unsigned 8-bit equivalent (unsigned char). This conversion is useful when you need to handle characters as raw byte values, especially when dealing with binary data or interfacing w..."