XP Pro Driver not working y=under XP Embedded

  • Thread starter David Jones vpac org>
  • Start date
D

David Jones vpac org>

Situation:
Client uses a third party driver to open up IO ports to direct manipulation.
Works OK on XP Pro.
Just need to copy .sys and .dll files to system32 directory.
Can then directly use inp and outp in code for particular port/s.

Same thing doesn't work with XPe.

Port read/writes just send /return FF.
Any ideas on this welcome.

Its a bit like porttalk as in:
http://www.beyondlogic.org/porttalk/porttalk.htm


--
David Jones
Software Developer
(Embeddded Systems)
Victorian Partnership of Advanced Computing
Melbourne, Victoria Australia
 
S

Sean Liming \(MVP\)

I created a component for this a few years ago. Did you include the registry
keys?

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PortTalk]
"Type"=dword:00000001
"ErrorControl"=dword:00000001
"Start"=dword:00000002
"DisplayName"="PortTalk"

--
Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top