<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.dotnetzone.gr:443/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Windows Mobile</title><link>https://www.dotnetzone.gr:443/cs/forums/31/ShowForum.aspx</link><description>Θέματα development για SmartPhones, Pocket PC και γενικά φορητές συσκευές με το .NET Compact Framework και τα ASP.NET mobile controls</description><dc:language>el</dc:language><generator>CommunityServer 2.1 SP3 (Build: 20423.1)</generator><item><title>Απ: Προβλημα με IO.Serials στην .Net CF 2.0!</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/23367.aspx</link><pubDate>Thu, 11 Jan 2007 20:34:02 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:23367</guid><dc:creator>jimenez</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/23367.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=31&amp;PostID=23367</wfw:commentRss><description>Γενικά υπάρχει κανεις που έχει αντιμετωπίσει προβλήματα στο developing στα WinCE 5.0?</description></item><item><title>Προβλημα με IO.Serials στην .Net CF 2.0!</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/23334.aspx</link><pubDate>Thu, 11 Jan 2007 02:03:12 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:23334</guid><dc:creator>jimenez</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/23334.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=31&amp;PostID=23334</wfw:commentRss><description>&lt;P&gt;Καλησπέρα,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;έχω φτιάξει σε .Νετ CF 2.0 ένα πρόγραμμα που στέλνει απο την σειριακή COM1 ορισμένα data στην σειριακή του desktop PC. Παρεπιπτόντως δουλεύω πάνω σε embedded pc σε WinCE 5.0.&lt;/P&gt;
&lt;P&gt;&lt;span style="color: Black;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;using&lt;/span&gt; System.IO.Ports;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;private&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;void&lt;/span&gt; button1_Click(&lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;object&lt;/span&gt; sender, EventArgs e)&lt;br /&gt;        {&lt;br /&gt;            &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;try&lt;/span&gt;&lt;br /&gt;            {&lt;br /&gt;                &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;using&lt;/span&gt; (SerialPort sp1 &lt;span style="color: Red;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;=&lt;/span&gt; &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;new&lt;/span&gt; SerialPort(&lt;span style="color: #666666;background-color: #e4e4e4;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;"COM3"&lt;/span&gt;,4800))&lt;br /&gt;                {&lt;br /&gt;                    sp1.Open();&lt;br /&gt;                    sp1.WriteTimeout &lt;span style="color: Red;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;=&lt;/span&gt; 1000;&lt;br /&gt;                    sp1.WriteLine(&lt;span style="color: #666666;background-color: #e4e4e4;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;"TEST"&lt;/span&gt;+Convert.ToChar(13));&lt;br /&gt;                    listBox1.Items.Add(&lt;span style="color: #666666;background-color: #e4e4e4;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;"COM3 OPEN -&amp;gt; Send hi"&lt;/span&gt;);&lt;br /&gt;                }&lt;br /&gt;            }&lt;br /&gt;            &lt;span style="color: Blue;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;catch&lt;/span&gt; (System.IO.IOException ex) { listBox1.Items.Add(ex.Message.ToString()); }&lt;br /&gt;          &lt;br /&gt;           &lt;span style="color: Green;background-color: Transparent;font-family: Courier New;font-size: 11px;font-weight: normal;"&gt;// VCComm.SendText("test");&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;        }&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;To πρόβλημα είναι ότι όταν κάνω open μου βγάζει exception Com1 doesn't exist ενώ υπάρχει και είναι εγκατεστημένη στο σύστημα (registry). Δοκίμασα και Com2 και πάλι τα ίδια. Μήπως έχει παίξει κανείς σειριακές σε .Net CF2.0 ??? &lt;/P&gt;
&lt;P&gt;Anybody Help ME!!!!&lt;/P&gt;</description></item></channel></rss>