<?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=4&amp;t=11715&amp;mode" />

<title>ATNEL tech-forum</title>
<link href="https://forum.atnel.pl/index.php" />
<updated>2015-06-11T18:01:39+01:00</updated>

<author><name><![CDATA[ATNEL tech-forum]]></name></author>
<id>https://forum.atnel.pl/feed.php?f=4&amp;t=11715&amp;mode</id>
<entry>
<author><name><![CDATA[Olaw]]></name></author>
<updated>2015-06-11T18:01:39+01:00</updated>
<published>2015-06-11T18:01:39+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=11715&amp;p=131512#p131512</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=11715&amp;p=131512#p131512"/>
<title type="html"><![CDATA[Re: Pomoc - RS232]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=11715&amp;p=131512#p131512"><![CDATA[
Cześć,<br />czy możesz napisać co dokładnie robi ta funkcja?<br />Google podpowiada, że analizuje, nie wiem dokładnie co to oznacza.<br />Co do funkcji [syntax=c]void uart_webpage(void)[/syntax] to nie wiem po co wkleiłeś &quot;coś&quot; przed HELLO WORLD.<br /><br />Podasz uart_puts, pls?<br /><br /><br />Pozdrawiam,<br />Olaw<br /><br />PS. Rozumiem, że masz podłączony jakiś układ sieciowy(np. ESP8266)<br /><br /><strong><span style="color: #808000">------------------------ [ Dodano po: 4 minutach ]</span></strong><br /><br />[syntax=c]void<br /> USART_Transmit( <br />unsigned char<br /> data )<br />{<br />/* <br />Wait for empty transmit buffer<br /> */<br />while<br /> ( !( UCSR0A &amp; (1&lt;&lt;UDRE0)) );<br />/* <br />Put data into buffer, sends the data<br /> */<br />UDR0 = data;<br />}[/syntax]<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=9949">Olaw</a> — 11 cze 2015, o 18:01</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Morcinek92]]></name></author>
<updated>2015-05-16T21:02:25+01:00</updated>
<published>2015-05-16T21:02:25+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=11715&amp;p=129320#p129320</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=11715&amp;p=129320#p129320"/>
<title type="html"><![CDATA[Pomoc - RS232]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=11715&amp;p=129320#p129320"><![CDATA[
Witam<br /><br />Chciałbym zamienić taki kwałek kodu z Arduino : <br /><br />[syntax=cpp]String webpage = &quot;&lt;h1&gt;Hello&lt;/h1&gt;&amp;lth2&gt;World!&lt;/h2&gt;&lt;button&gt;LED1&lt;/button&gt;&quot;;<br /><br />     String cipSend = &quot;AT+CIPSEND=&quot;;<br />     cipSend += connectionId;<br />     cipSend += &quot;,&quot;;<br />     cipSend +=webpage.length();<br />     cipSend +=&quot;\r\n&quot;;[/syntax]<br /><br />Na jezyk C .. kombinowałem ale wiadomo jakie są efekty <br /><br />W tej funkcji chciałbym pisać swoją stronę : <br />[syntax=c]void print_webpage (void)<br />{<br />uart_puts(&quot;&lt;h1&gt;HELLO_WORLD&lt;/h1&gt;1\r\n&quot;);<br />}[/syntax]<br /><br />Natomiast tutaj mam problem jak to napisać... <br /><br />[syntax=c]void parse_rs232(char * buf)<br />{<br />    if ( strcasestr( buf,&quot;+IPD,&quot;) )<br />        {<br />    uart_puts(&quot;AT+CIPSEND=0,&quot;);<br /><br />    uart_puts(&quot;\r\n&quot;);<br />                    _delay_ms(1500);<br />                    uart_puts(&quot;AT+CIPCLOSE=0\r\n&quot;);<br />          }<br />}[/syntax]<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=903">Morcinek92</a> — 16 maja 2015, o 21:02</p><hr />
]]></content>
</entry>
</feed>