PC Review Forums Newsgroups Windows XP Windows XP Embedded XP embedded computer ...how to write software to a headless device?

Reply

XP embedded computer ...how to write software to a headless device?

 
Thread Tools Rate Thread
Old 08-02-2007, 06:24 PM   #1
syedmo77@gmail.com
Guest
 
Posts: n/a
Default XP embedded computer ...how to write software to a headless device?


Hello everyone, I am a junior embedded systems developer. My
organization has decided to switch to XP embedded computers as opposed
to other microprocessors (e.g. PIC, Zworld)

We recently bought a headless computer that is shipped with the pre-
loaded XP embedded. I will eventually need it to run the software (to
be written in VB.NET 2003).

Do I write the software in my deskstop and then transfer it to the
headless device? If so, can anyone explain how?

Do I write the software directly onto the headless device? If so, how?
Please remember, I am a junior developer and will take advice and
directions needed to succeed in my task.

*Any tutorials, guides, pointers are very much appreciated.*

Thank you.

~S

  Reply With Quote
Old 08-02-2007, 08:14 PM   #2
Martin Grossen, eMVP [AVNET Silica]
Guest
 
Posts: n/a
Default Re: XP embedded computer ...how to write software to a headless device?

Hi ~S

XP-Embedded is from the application side of view
the same as XP-Professional.

So you can use the same tools to write an application as for a
"normal" PC, i.e. Visual Studio in languages C++.

When the XP-Embedded Image on the Target Device also
inherits the .net framework, you can also write managed
code applications with Visual Studio in C# (C Sharp) or VB++ (Visual Basic).

Normally, you develop such an application on a developing
machine and transfer then the tested executable to the target machine.

When it's a real headless system, you need to remove the harddrive /
Flashdisk
and connect it to your development machine to copy the application to
the target. Then, you also have to make shure to start up you application,
i.e. with a RUN Registry Key.

Normally a hedless machine also provide RDP (Remote Desktop Protocol)
over ethernet to easely maintain and install the application (as well as
changing
the registry).


--

Martin Grossen, eMVP

AVNET EMG Silica
Franchise Manager Microsoft Embedded Europe

Your competent partner for Microsoft Embedded licencing

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

<syedmo77@gmail.com> schrieb im Newsbeitrag
news:1170959047.966949.10580@a75g2000cwd.googlegroups.com...
> Hello everyone, I am a junior embedded systems developer. My
> organization has decided to switch to XP embedded computers as opposed
> to other microprocessors (e.g. PIC, Zworld)
>
> We recently bought a headless computer that is shipped with the pre-
> loaded XP embedded. I will eventually need it to run the software (to
> be written in VB.NET 2003).
>
> Do I write the software in my deskstop and then transfer it to the
> headless device? If so, can anyone explain how?
>
> Do I write the software directly onto the headless device? If so, how?
> Please remember, I am a junior developer and will take advice and
> directions needed to succeed in my task.
>
> *Any tutorials, guides, pointers are very much appreciated.*
>
> Thank you.
>
> ~S
>



  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