<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>mikrodenetleyici.com Forumlar</title>
  <link>http://www.mikrodenetleyici.com/forum/</link>
  <description>Bu XML içerikli beslemedir; mikrodenetleyici.com Forumlar : Son 10 Mesajlar</description>
  <pubDate>Sat, 04 Feb 2012 09:09:40 +0000</pubDate>
  <lastBuildDate>Mon, 30 Jan 2012 07:30:07 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.73</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>www.mikrodenetleyici.com/forum/RSS_topic_feed.asp</WebWizForums:feedURL>
  <image>
   <title>mikrodenetleyici.com Forumlar</title>
   <url>http://www.mikrodenetleyici.com/forum/frm-logo.gif</url>
   <link>http://www.mikrodenetleyici.com/forum/</link>
  </image>
  <item>
   <title>Problemleriniz &amp; &#199;&#246;z&#252;mler : ccs c ,16f628 ilr yapilmiş matris led uygulamasi</title>
   <link>http://www.mikrodenetleyici.com/forum/forum_posts.asp?TID=1048&amp;PID=3530#3530</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.mikrodenetleyici.com/forum/member_profile.asp?PF=2697">huseyin</a><br /><strong>Konu:</strong> ccs c ,16f628 ilr yapilmiş matris led uygulamasi<br /><strong>Gönderildi:</strong> 30 Ocak 2012 saat 07:30<br /><br /><img src="uploads/2697/Adsyz.jpg" height="30" width="28" border="0" />]]>
   </description>
   <pubDate>Mon, 30 Jan 2012 07:30:07 +0000</pubDate>
   <guid isPermaLink="true">http://www.mikrodenetleyici.com/forum/forum_posts.asp?TID=1048&amp;PID=3530#3530</guid>
  </item> 
  <item>
   <title>Problemleriniz &amp; &#199;&#246;z&#252;mler : ccs c ,16f628 ilr yapilmiş matris led uygulamasi</title>
   <link>http://www.mikrodenetleyici.com/forum/forum_posts.asp?TID=1048&amp;PID=3529#3529</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.mikrodenetleyici.com/forum/member_profile.asp?PF=2697">huseyin</a><br /><strong>Konu:</strong> ccs c ,16f628 ilr yapilmiş matris led uygulamasi<br /><strong>Gönderildi:</strong> 30 Ocak 2012 saat 07:29<br /><br /><p>merhaba arkdaşlar sitenin yeni üyesiyim ccc c de yeniyim kendi ugraşlarimla böyle birşey yaptim ama sheeftregistere datayi saglikli bir şekilde gönderemedim bu konuda bilgili arkadaşlar yardimci olursa yol gösterirse sevinirim</p><div></div><p><img src="uploads/2697/Adsyz.jpg" border="0" /></p><div>#include "C:\Users\huseyin.ceran\Desktop\dod 16f628A\dod 628a.h"</div><p>#FUSES NOWDT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //No Watch Dog Timer<br>#FUSES INTRC_IO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //Internal RC Osc, no CLKOUT<br>#FUSES NOPUT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //No Power Up Timer<br>#FUSES NOPROTECT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //Code not protected from reading<br>#FUSES NOBROWNOUT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //No brownout reset<br>#FUSES NOMCLR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //Master Clear pin used for I/O<br>#FUSES NOLVP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //No low voltage prgming, B3(PIC16) or B5(PIC18) used for I/O<br>#FUSES NOCPD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //No EE protection</p><p>#use delay(clock=4000000)<br>#byte portb=6<br>#use fast_io(a)<br>#use fast_io(b)<br>#define clock pin_a0<br>#define datast pin_a1<br>#define datasu pin_a2</p><p><br>int giris;</p><p>//******** Matrise Gönderilecek Karakter Bilgileri *******<br>int sifir&#091;&#093;={0x41,0x3A,0x36,0x2E,0x41};//0 yazacak<br>int bir&#091;&#093;={0x3F,0x3F,0x00,0x3D,0x3B};//1 yazacak<br>int iki&#091;&#093;={0x1D,0x36,0x2E,0x1E,0x3D};//2 yazacak<br>int uc&#091;&#093;={0x49,0x36,0x36,0x36,0x5D};//3 yazacak<br>int dort&#091;&#093;={0x00,0x77,0x77,0x77,0x70};//4 yazacak<br>int bes&#091;&#093;={0x4E,0x36,0x36,0x36,0x30};//5 yazacak<br>int alti&#091;&#093;={0x4F,0x36,0x35,0x33,0x47};//6 yazacak<br>int yedi&#091;&#093;={0x7C,0x7A,0x76,0xE,0x7E};//7 yazacak<br>int sekiz&#091;&#093;={0x49,0x36,0x36,0x36,0x49};//8 yazacak<br>int dokuz&#091;&#093;={0x71,0x66,0x56,0x36,0x79}; //9 yazacak<br>//******* Sütun Seçme Fonksiyonu ************<br>char sutun (int s)<br>{<br>&nbsp;&nbsp; switch (s)<br>&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case 0: return(0x10);break;&nbsp; // 1. Sütun aktif, diğer sütunlar pasif<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case 1: return(0x08);break;&nbsp; // 2. Sütun aktif, diğer sütunlar pasif<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case 2: return(0x04);break;&nbsp; // 3. Sütun aktif, diğer sütunlar pasif<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case 3: return(0x02);break;&nbsp; // 4. Sütun aktif, diğer sütunlar pasif<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case 4: return(0x01);break;&nbsp; // 5. Sütun aktif, diğer sütunlar pasif<br>&nbsp;&nbsp; }<br>}</p><p>//******* Matrise Veri Gönderme Fonksiyonu *******<br>void matris_karakter_gonder(char harf&#091;&#093;, int tekrar)<br>{<br>int i,t,j,k;<br>&nbsp;&nbsp; for(k=1;k&lt;tekrar;k++)<br>&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for(j=0;j&lt;8;j++) //j nin içeriği 8 e eşint oluncaya kadar pals gönder<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; output_bit(datast,bit_test(harf,j));&nbsp; //sr_data_pin pininden veri içeriğinin j bitini gönder&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; output_high(clock); //shift clack pasli gönderiliyor<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; output_low(clock);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; delay_ms(10);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for(t=0;t&lt;5;t++)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for(i=0;i&lt;8;i++)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; output_bit(datasu,bit_test(t,i));<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; datasu,sutun;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; output_high(clock);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; output_low(clock);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; delay_ms(10);</p><p>}<br>&nbsp;&nbsp; </p><p>&nbsp;</p><p>void main()<br>{</p><p>&nbsp;&nbsp; setup_timer_0(RTCC_INTERNAL|RTCC_DIV_1);<br>&nbsp;&nbsp; setup_timer_1(T1_DISABLED);<br>&nbsp;&nbsp; setup_timer_2(T2_DISABLED,0,1);<br>&nbsp;&nbsp; setup_comparator(NC_NC_NC_NC);<br>&nbsp;&nbsp; setup_vref(FALSE);<br>//Setup_Oscillator parameter not selected from Intr Oscillotar Config tab</p><p>&nbsp; ///**************************ANA PRoGRAM*****************************<br>&nbsp;&nbsp; set_tris_a(0x00);<br>&nbsp;&nbsp; set_tris_b(0XFF);<br>&nbsp;&nbsp; output_a(0x00);<br>&nbsp;&nbsp; <br>&nbsp;while(1)<br>&nbsp; {<br>&nbsp;&nbsp;&nbsp; giris=input_b();<br>&nbsp;&nbsp;&nbsp; portb=giris;<br>&nbsp;&nbsp; switch(giris)<br>&nbsp;&nbsp; { <br>&nbsp;&nbsp;&nbsp;&nbsp; case 0b00000001:<br>&nbsp;&nbsp;&nbsp;&nbsp; matris_karakter_gonder(bir,25);<br>&nbsp;&nbsp;&nbsp;&nbsp; break;<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp; case 0b00000011:<br>&nbsp;&nbsp;&nbsp;&nbsp; matris_karakter_gonder(iki,25);<br>&nbsp;&nbsp;&nbsp;&nbsp; break;<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp; case 0b00000010:<br>&nbsp;&nbsp;&nbsp;&nbsp; matris_karakter_gonder(uc,25);<br>&nbsp;&nbsp;&nbsp;&nbsp; break;<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp; case 0b00000110:<br>&nbsp;&nbsp;&nbsp;&nbsp; matris_karakter_gonder(dort,25);<br>&nbsp;&nbsp;&nbsp;&nbsp; break;<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case 0b00000111:<br>&nbsp;&nbsp;&nbsp;&nbsp; matris_karakter_gonder(bes,25);<br>&nbsp;&nbsp;&nbsp;&nbsp; break;<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case 0b00000101:<br>&nbsp;&nbsp;&nbsp;&nbsp; matris_karakter_gonder(alti,25);<br>&nbsp;&nbsp;&nbsp;&nbsp; break;<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case 0b00000100:<br>&nbsp;&nbsp;&nbsp;&nbsp; matris_karakter_gonder(yedi,25);<br>&nbsp;&nbsp;&nbsp;&nbsp; break;<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case 0b00001100:<br>&nbsp;&nbsp;&nbsp;&nbsp; matris_karakter_gonder(sekiz,25);<br>&nbsp;&nbsp;&nbsp;&nbsp; break;<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case 0b00001101:<br>&nbsp;&nbsp;&nbsp;&nbsp; matris_karakter_gonder(dokuz,25);<br>&nbsp;&nbsp;&nbsp;&nbsp; break;<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp; default:<br>&nbsp;&nbsp;&nbsp;&nbsp; matris_karakter_gonder(sifir,25);<br>&nbsp;&nbsp;&nbsp;&nbsp; break; <br>&nbsp;&nbsp; }<br>&nbsp;&nbsp; }<br>}<br></p>]]>
   </description>
   <pubDate>Mon, 30 Jan 2012 07:29:02 +0000</pubDate>
   <guid isPermaLink="true">http://www.mikrodenetleyici.com/forum/forum_posts.asp?TID=1048&amp;PID=3529#3529</guid>
  </item> 
  <item>
   <title>Konu D&#305;&#351;&#305; : ELAN mikroişlemcilerini kullanan var mı?</title>
   <link>http://www.mikrodenetleyici.com/forum/forum_posts.asp?TID=904&amp;PID=3528#3528</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.mikrodenetleyici.com/forum/member_profile.asp?PF=2696">electro_fatih</a><br /><strong>Konu:</strong> ELAN mikroişlemcilerini kullanan var mı?<br /><strong>Gönderildi:</strong> 25 Ocak 2012 saat 12:42<br /><br />bulabildin mi elan marka mikroişlemci kullanan arkadaş : )<br><br> sen yazıyı yazalı 5 sene olmuş bi sorayım istedim, bende arıyorum da <br>]]>
   </description>
   <pubDate>Wed, 25 Jan 2012 12:42:37 +0000</pubDate>
   <guid isPermaLink="true">http://www.mikrodenetleyici.com/forum/forum_posts.asp?TID=904&amp;PID=3528#3528</guid>
  </item> 
  <item>
   <title>PIC Mikrodenetleyiciler : bu komut nedir</title>
   <link>http://www.mikrodenetleyici.com/forum/forum_posts.asp?TID=1047&amp;PID=3527#3527</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.mikrodenetleyici.com/forum/member_profile.asp?PF=2695">erciyes38</a><br /><strong>Konu:</strong> bu komut nedir<br /><strong>Gönderildi:</strong> 16 Ocak 2012 saat 11:57<br /><br /> Mikroişlemcinin pa.0 ucuna saniyede 10 kez lojik 1 uyguladığımızda pb.0 ucundan çıkış almam lazım bu komut nedir? Yardım edermisiniz?]]>
   </description>
   <pubDate>Mon, 16 Jan 2012 11:57:16 +0000</pubDate>
   <guid isPermaLink="true">http://www.mikrodenetleyici.com/forum/forum_posts.asp?TID=1047&amp;PID=3527#3527</guid>
  </item> 
  <item>
   <title>PIC Mikrodenetleyiciler : MPLAB ASSEMBLY ile Yıldız-Üçgen yazılımı yazabilec</title>
   <link>http://www.mikrodenetleyici.com/forum/forum_posts.asp?TID=1046&amp;PID=3526#3526</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.mikrodenetleyici.com/forum/member_profile.asp?PF=2692">famialp</a><br /><strong>Konu:</strong> MPLAB ASSEMBLY ile Yıldız-Üçgen yazılımı yazabilec<br /><strong>Gönderildi:</strong> 22 Aralik 2011 saat 13:30<br /><br /><span style="line-height: 17px; : rgb231, 234, 239; ">Arkadaşlar 16F84 işlemciyle yıldız üçgen devresi yazılımı yapmam gerek ama bu konuda pek bişi yapamıyorum devrenin isis çizimi elimde var buna göre akış diyagramını ve devrenin yazılımını bana çıkartabilecek varmı?</span><br style="line-height: 17px; : rgb231, 234, 239; "><br style="line-height: 17px; : rgb231, 234, 239; "><br style="line-height: 17px; : rgb231, 234, 239; "><span style="line-height: 17px; : rgb231, 234, 239; ">Devrenin İSİS çizimi<img src="uploads/2692/Adsyz.png" border="0" /></span>]]>
   </description>
   <pubDate>Thu, 22 Dec 2011 13:30:37 +0000</pubDate>
   <guid isPermaLink="true">http://www.mikrodenetleyici.com/forum/forum_posts.asp?TID=1046&amp;PID=3526#3526</guid>
  </item> 
  <item>
   <title>Linkler : www.pcbprotos.com</title>
   <link>http://www.mikrodenetleyici.com/forum/forum_posts.asp?TID=1045&amp;PID=3525#3525</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.mikrodenetleyici.com/forum/member_profile.asp?PF=2689">icarusdaidalos</a><br /><strong>Konu:</strong> www.pcbprotos.com<br /><strong>Gönderildi:</strong> 29 Kasim 2011 saat 08:48<br /><br />bu arada <a href="http://www.pcbprotos.com/tr/c&#111;ntent/6-pcb-uretim-hizmeti" target="_blank" rel="nofollow">www.pcbprotos.com</a> da&nbsp; baskı devre hizmeti de sunuluyormuş]]>
   </description>
   <pubDate>Tue, 29 Nov 2011 08:48:16 +0000</pubDate>
   <guid isPermaLink="true">http://www.mikrodenetleyici.com/forum/forum_posts.asp?TID=1045&amp;PID=3525#3525</guid>
  </item> 
  <item>
   <title>Linkler : www.pcbprotos.com</title>
   <link>http://www.mikrodenetleyici.com/forum/forum_posts.asp?TID=1045&amp;PID=3524#3524</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.mikrodenetleyici.com/forum/member_profile.asp?PF=2689">icarusdaidalos</a><br /><strong>Konu:</strong> www.pcbprotos.com<br /><strong>Gönderildi:</strong> 29 Kasim 2011 saat 08:45<br /><br />Merhaba,<br><br>&nbsp;Türkiyede hizmete başlayan çok güzel bir site buldum - <a href="http://www.pcbprotos.com" target="_blank" rel="nofollow">www.pcbprotos.com</a> . Burada PIC, ARM, AVR, FPGA, ARDUINO projelerinizde kullanabileceğiniz çok sayıda sensör, prototip kartı, programlayıcı, kablo, elektronik komponent vs bulabilirsiniz. Ayrıca kendi tasarımlarınızı da sitede satmanıza olanak sağlıyorlar. Mutlaka inceleyin.<br><br>Hayırlı devreler.<br>]]>
   </description>
   <pubDate>Tue, 29 Nov 2011 08:45:34 +0000</pubDate>
   <guid isPermaLink="true">http://www.mikrodenetleyici.com/forum/forum_posts.asp?TID=1045&amp;PID=3524#3524</guid>
  </item> 
  <item>
   <title>PIC Mikrodenetleyiciler : pic ile seri haberleşme ve parsic</title>
   <link>http://www.mikrodenetleyici.com/forum/forum_posts.asp?TID=54&amp;PID=3523#3523</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.mikrodenetleyici.com/forum/member_profile.asp?PF=2689">icarusdaidalos</a><br /><strong>Konu:</strong> pic ile seri haberleşme ve parsic<br /><strong>Gönderildi:</strong> 29 Kasim 2011 saat 08:38<br /><br />Herkese merhabalar,<br><br>&nbsp; bilgisayar ile PIC i seri porttan haberleştirmek istiyorum ama artık PClerde RS232 portu olmadığı için bunu Prolific entegresi ile PL-2303 ile USBden yapmak istiyorum. Türkiyede satış yapan bir sitede çok uygun fiyata entegreyi buldum. <br><br><a href="http://www.pcbprotos.com/tr/komp&#111;nentler/50-pl-2303-usb-to-serial-bridge-c&#111;ntroller.html" target="_blank" rel="nofollow">http://www.pcbprotos.com/tr/komponentler/50-pl-2303-usb-to-serial-bridge-controller.html</a><br><br>acaba bu entegreyi aranızda kullanan var mı? bir de FTDI entegresi varmış. hangisi daha iyi, yorumlarınızı bekliyorum.<br>Teşekkürler şimdiden<br><span style="font-size:10px"><br /><br />Düzenleyen icarusdaidalos - 29 Kasim 2011 saat 08:39</span>]]>
   </description>
   <pubDate>Tue, 29 Nov 2011 08:38:38 +0000</pubDate>
   <guid isPermaLink="true">http://www.mikrodenetleyici.com/forum/forum_posts.asp?TID=54&amp;PID=3523#3523</guid>
  </item> 
  <item>
   <title>Bitirme Projesi / &#214;dev : Modern Warfare 3 lag issues on xbox 360?</title>
   <link>http://www.mikrodenetleyici.com/forum/forum_posts.asp?TID=1044&amp;PID=3522#3522</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.mikrodenetleyici.com/forum/member_profile.asp?PF=2688">Roxant</a><br /><strong>Konu:</strong> Modern Warfare 3 lag issues on xbox 360?<br /><strong>Gönderildi:</strong> 21 Kasim 2011 saat 00:44<br /><br /><span ="Apple-style-span" style="color: rgb51, 51, 51; font-family: arial, helvetica, clean, sans-serif; font-size: 13px; "><h1 ="subject" style="margin-right: 0px; margin-bottom: 8px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 21px; line-height: 1.2; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; "><br></h1><div ="" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.2em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">after the update, playing multiplayer has been impossible. with full 5 bars of connection, i lag like crazy. am i the only one? is there going to be another update that will fix this? this is the only game that has this problem. Anybody have any ideas?&nbsp;</div></span>]]>
   </description>
   <pubDate>Mon, 21 Nov 2011 00:44:06 +0000</pubDate>
   <guid isPermaLink="true">http://www.mikrodenetleyici.com/forum/forum_posts.asp?TID=1044&amp;PID=3522#3522</guid>
  </item> 
  <item>
   <title>PIC Mikrodenetleyiciler : Ücretsiz PIC Mikrodenetleyici Kursu</title>
   <link>http://www.mikrodenetleyici.com/forum/forum_posts.asp?TID=1043&amp;PID=3521#3521</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.mikrodenetleyici.com/forum/member_profile.asp?PF=2687">haydarpasamikro</a><br /><strong>Konu:</strong> Ücretsiz PIC Mikrodenetleyici Kursu<br /><strong>Gönderildi:</strong> 20 Kasim 2011 saat 01:50<br /><br />FIRSAT! DUYURU!<BR>HAYDARPASA TEKNIK VE ENDÜSTRI MESLEK LISESI nde<BR>ÜCRETSIZ kurs açilacaktir.<BR>Kursta, PIC PROGRAMLAMA VE DEVRE TASARIMI egitimi verilecektir.<DIV></DIV>İrtibat:haydarpasamikro@gmail.com]]>
   </description>
   <pubDate>Sun, 20 Nov 2011 01:50:07 +0000</pubDate>
   <guid isPermaLink="true">http://www.mikrodenetleyici.com/forum/forum_posts.asp?TID=1043&amp;PID=3521#3521</guid>
  </item> 
 </channel>
</rss>
