PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework .Net CF 2.0. Does it support ARM cpu?

Reply

.Net CF 2.0. Does it support ARM cpu?

 
Thread Tools Rate Thread
Old 14-01-2006, 05:59 PM   #1
benru.liao@gmail.com
Guest
 
Posts: n/a
Default .Net CF 2.0. Does it support ARM cpu?


..Net CF 2.0. Does it support ARM cpu?


Did anyone ever try System.IO.SerialPort in WindowsCE 5.0?
I have upgraded the platform builder 5.0 to supoort CF2.0.

It works nice on win2000, winxp...
but ....why its different in wince 5.0?


------------------------ below is the debug messages ..
After I run the program.


Dim ports As String() = SerialPort.GetPortNames()
Dim port As String
For Each port In ports
Console.WriteLine(port)
Next port


-------------------------------------------------------------------------



0x87ba5800: InitSharedHeap: 4a200000 0 c
0x87ba5800: InitSharedHeap: return 4a200060
0x87ba5800: +OEMIoControl: IOCTL_HAL_GET_DEVICE_INFO
0x87ba5800: AddToProcessInputLocaleTable: Added process to
ProcessInputLocale table, hProcess = 0x27BA5B5E
0x87ba5800: +OEMIoControl: IOCTL_HAL_GET_DEVICE_INFO
0x87ba5800: DlgMgr: FindDlgItem id 1 returning NULL.
Info: AfxDllCanUnloadNow returning S_OK


------------------------------------------------


Finally!! The program dead . i have to kill it manually..


Help please..

  Reply With Quote
Old 14-01-2006, 07:03 PM   #2
Guest
 
Posts: n/a
Default Re: .Net CF 2.0. Does it support ARM cpu?

Yes. All Pocket PC's are ARM, so a vast majority of devices runnign CF apps
are ARM-based.

Do you get an exception? Do you get any return? I've run CF 2.0 on CE 5.0
ARM devices with no problem, though I admit I've not tried the serial port
stuff since all the code I'm using uses the OpenNETCF code and there's no
point in changing what works.

-Chris


<benru.liao@gmail.com> wrote in message
news:1137261568.806300.175470@g43g2000cwa.googlegroups.com...
> .Net CF 2.0. Does it support ARM cpu?
>
>
> Did anyone ever try System.IO.SerialPort in WindowsCE 5.0?
> I have upgraded the platform builder 5.0 to supoort CF2.0.
>
> It works nice on win2000, winxp...
> but ....why its different in wince 5.0?
>
>
> ------------------------ below is the debug messages ..
> After I run the program.
>
>
> Dim ports As String() = SerialPort.GetPortNames()
> Dim port As String
> For Each port In ports
> Console.WriteLine(port)
> Next port
>
>
> -------------------------------------------------------------------------
>
>
>
> 0x87ba5800: InitSharedHeap: 4a200000 0 c
> 0x87ba5800: InitSharedHeap: return 4a200060
> 0x87ba5800: +OEMIoControl: IOCTL_HAL_GET_DEVICE_INFO
> 0x87ba5800: AddToProcessInputLocaleTable: Added process to
> ProcessInputLocale table, hProcess = 0x27BA5B5E
> 0x87ba5800: +OEMIoControl: IOCTL_HAL_GET_DEVICE_INFO
> 0x87ba5800: DlgMgr: FindDlgItem id 1 returning NULL.
> Info: AfxDllCanUnloadNow returning S_OK
>
>
> ------------------------------------------------
>
>
> Finally!! The program dead . i have to kill it manually..
>
>
> Help please..
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off