<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://comfilewiki.co.kr/en/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://comfilewiki.co.kr/en/feed.php">
        <title>COMFILE Technology&#039;s Documentation Library - cubloc:hwrite</title>
        <description></description>
        <link>https://comfilewiki.co.kr/en/</link>
        <image rdf:resource="https://comfilewiki.co.kr/en/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-04-30T20:52:23+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://comfilewiki.co.kr/en/doku.php?id=cubloc:hwrite:index&amp;rev=1771601855&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://comfilewiki.co.kr/en/lib/exe/fetch.php?media=wiki:logo.png">
        <title>COMFILE Technology's Documentation Library</title>
        <link>https://comfilewiki.co.kr/en/</link>
        <url>https://comfilewiki.co.kr/en/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://comfilewiki.co.kr/en/doku.php?id=cubloc:hwrite:index&amp;rev=1771601855&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-20T15:37:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>index</title>
        <link>https://comfilewiki.co.kr/en/doku.php?id=cubloc:hwrite:index&amp;rev=1771601855&amp;do=diff</link>
        <description>HWrite

HWrite address, data, byteLength
 address  Heap address   data  byteLength   number of bytes to write  
This function supports only CB405 and CB405RT modules.

Store length number of bytes of variable to the heap address, address.


Dim A As Integer
Dim B As Integer
A = 100
HWrite 0,A,2            &#039; Write integer A to address 0.
B = HRead(0,2)          &#039; Read from address 0 and store in B.</description>
    </item>
</rdf:RDF>
