<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=Hex</id>
	<title>Hex - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=Hex"/>
	<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=Hex&amp;action=history"/>
	<updated>2026-06-05T02:10:21Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://w.electrodragon.com/w/index.php?title=Hex&amp;diff=32473&amp;oldid=prev</id>
		<title>Chao at 08:19, 30 December 2021</title>
		<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=Hex&amp;diff=32473&amp;oldid=prev"/>
		<updated>2021-12-30T08:19:38Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Powershell&lt;br /&gt;
* Display hexadecimal in powershell - https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/format-hex?view=powershell-7.1&lt;br /&gt;
Command line&lt;br /&gt;
* https://stackoverflow.com/questions/6791798/convert-string-to-hexadecimal-on-command-line/6791875&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Data ==&lt;br /&gt;
 char str2 [] = {0xF2, 0x5A, 0x02, 0xE0, 0xB8, 0x07, 0x34, 0x2D, 0x00, 0x3E, 0x67, 0x07, 0x22, 0xDC, 0x4D, 0xED, 0x38, 0xDF, 0xEC, 0x33, 0x61, 0x00, 0x00, 0x7D};&lt;br /&gt;
print&lt;br /&gt;
 for (int i = 0; i &amp;lt; sizeof (str2); i++) {&lt;br /&gt;
    Serial.print(str2[i]);&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
== Hex Write ==&lt;br /&gt;
* Use mySerial.write instead of mySerial.print, avoid lost of 0x00&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[category: Data]]&lt;/div&gt;</summary>
		<author><name>Chao</name></author>
	</entry>
</feed>