<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pl-pl">
<link rel="self" type="application/atom+xml" href="https://forum.atnel.pl/feed.php?f=56&amp;t=22098&amp;mode" />

<title>ATNEL tech-forum</title>
<link href="https://forum.atnel.pl/index.php" />
<updated>2019-03-21T21:37:01+01:00</updated>

<author><name><![CDATA[ATNEL tech-forum]]></name></author>
<id>https://forum.atnel.pl/feed.php?f=56&amp;t=22098&amp;mode</id>
<entry>
<author><name><![CDATA[keri]]></name></author>
<updated>2019-03-21T21:37:01+01:00</updated>
<published>2019-03-21T21:37:01+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=22098&amp;p=217526#p217526</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=22098&amp;p=217526#p217526"/>
<title type="html"><![CDATA[Re: Uart wysyłanie int]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=22098&amp;p=217526#p217526"><![CDATA[
<img src="https://forum.atnel.pl/images/smilies/icon_e_biggrin.gif" alt=":D" title="Bardzo szczęśliwy" />  Serdeczne dzieki utoa  rozwiązał problem .<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=16746">keri</a> — 21 mar 2019, o 21:37</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[43kuku]]></name></author>
<updated>2019-03-21T20:59:43+01:00</updated>
<published>2019-03-21T20:59:43+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=22098&amp;p=217524#p217524</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=22098&amp;p=217524#p217524"/>
<title type="html"><![CDATA[Re: Uart wysyłanie int]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=22098&amp;p=217524#p217524"><![CDATA[
albo ltoa<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=3190">43kuku</a> — 21 mar 2019, o 20:59</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[anshar]]></name></author>
<updated>2019-03-21T20:41:25+01:00</updated>
<published>2019-03-21T20:41:25+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=22098&amp;p=217523#p217523</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=22098&amp;p=217523#p217523"/>
<title type="html"><![CDATA[Re: Uart wysyłanie int]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=22098&amp;p=217523#p217523"><![CDATA[
Zastosuj utoa <img src="https://forum.atnel.pl/images/smilies/icon_e_wink.gif" alt=";)" title="Puszcza oko" /><p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=7157">anshar</a> — 21 mar 2019, o 20:41</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Lex_]]></name></author>
<updated>2019-03-21T20:34:33+01:00</updated>
<published>2019-03-21T20:34:33+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=22098&amp;p=217521#p217521</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=22098&amp;p=217521#p217521"/>
<title type="html"><![CDATA[Re: Uart wysyłanie int]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=22098&amp;p=217521#p217521"><![CDATA[
Pewnie dlatego że funckja ITOA ma w swojej definicji inta - sprawdź sobie<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=2676">Lex_</a> — 21 mar 2019, o 20:34</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[keri]]></name></author>
<updated>2019-03-21T19:46:21+01:00</updated>
<published>2019-03-21T19:46:21+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=22098&amp;p=217517#p217517</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=22098&amp;p=217517#p217517"/>
<title type="html"><![CDATA[Uart wysyłanie int]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=22098&amp;p=217517#p217517"><![CDATA[
Witam to mój pierwszy post ,mianowicie mam problem z przesłaniem liczy większej od 32767 poprzez uart .<br />Po przekroczeniu wspomnianej wartości funkcja itoa  wstawia znak (-) minusa .Czy ktoś tu z obecnych może mi to wytłumaczyć dlaczego tak sie dzieje???? Dziekuje za odpowiedź.<br /> <br /><br /><br />unsigned int a=32700 ;<br /><br />while(1){<br /><br />a++;<br />char buf[5];<br /> itoa(a, buf, 10);  //convert integer to string, radix=10<br />//sprintf(buf,&quot;%d&quot;,a);   <br /><br />   uart_puts(buf);<br />}<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=16746">keri</a> — 21 mar 2019, o 19:46</p><hr />
]]></content>
</entry>
</feed>