From: yoavrofe on 18 Nov 2008 11:55 There is no message. If I try to open a port that does not exist I get something like "The port 'COM0:' does not exist", but in this case I don't get any message. I tried different baud rates, etc, but I always get the same result: OpenNETCF.IO.Serial.Port works, but System.IO.Ports.SerialPort does not. The problem is that I've a lot of code already written with System.IO.Ports.SerialPort. -Yoav.
From: yoavrofe on 22 Nov 2008 13:09 Please, anyone! Why does the OpenNetCF implementation works, but the System.IO does not? is there ant difference between them regarding opening the serial ports? Thanks! Yoav.
From: Chris Tacke, eMVP on 23 Nov 2008 11:58 It works becasue there's some difference. There's absolutely no way for us to know why becasue we don't have your code or hardware. If the OpenNETCF code works, use it. It's interface compatible with the CF implementation. -- Chris Tacke, Embedded MVP OpenNETCF Consulting Giving back to the embedded community http://community.OpenNETCF.com "yoavrofe" <yoavrofe(a)gmail.com> wrote in message news:7cb76dfd-02ce-41ad-b243-2ae3deda6cb7(a)x8g2000yqk.googlegroups.com... > Please, anyone! Why does the OpenNetCF implementation works, but the > System.IO does not? is there ant difference between them regarding > opening the serial ports? > > Thanks! > > Yoav.
From: Markus Humm on 25 Nov 2008 16:36 Chris Tacke, eMVP schrieb: > It works becasue there's some difference. There's absolutely no way for us > to know why becasue we don't have your code or hardware. If the OpenNETCF > code works, use it. It's interface compatible with the CF implementation. > > Yep, and when we tried it back then it didn't work on one single PDA (of the ones we tested): HP iPAQ rx1950. Greetings Markus
From: Chris Tacke, eMVP on 25 Nov 2008 19:15 What didn't work? The OpenNETCF version? If so, it comes with full source and should be "fixable" by anyone with time and a debugger. The OP said that the CF version fails, but the OpenNETCF version works. If that's the case, he should migrate or open a Microsoft support case. We can't fix it for him. -- Chris Tacke, Embedded MVP OpenNETCF Consulting Giving back to the embedded community http://community.OpenNETCF.com "Markus Humm" <markus.humm(a)freenet.de> wrote in message news:gghr1v$bmd$02$2(a)news.t-online.com... > Chris Tacke, eMVP schrieb: >> It works becasue there's some difference. There's absolutely no way for >> us >> to know why becasue we don't have your code or hardware. If the >> OpenNETCF >> code works, use it. It's interface compatible with the CF >> implementation. >> >> > Yep, and when we tried it back then it didn't work on one single PDA (of > the ones we tested): HP iPAQ rx1950. > > Greetings > > Markus
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 Prev: WebRequest.ReadWriteTimeout and CF 3.5 Next: SQL Server connection |