Click here to Skip to main content
15,893,486 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
AnswerRe: what is the problm Pin
Dave Kreskowiak13-May-09 14:27
mveDave Kreskowiak13-May-09 14:27 
QuestionAPP TO CONTROL 4 OR MORE SERVO'S Pin
ROVIO4-May-09 21:52
ROVIO4-May-09 21:52 
AnswerRe: APP TO CONTROL 4 OR MORE SERVO'S Pin
Sebastian Schneider4-May-09 22:49
Sebastian Schneider4-May-09 22:49 
GeneralRe: App to control 4 or more servos Pin
ROVIO4-May-09 23:30
ROVIO4-May-09 23:30 
AnswerRe: APP TO CONTROL 4 OR MORE SERVO'S Pin
Randor 5-May-09 5:19
professional Randor 5-May-09 5:19 
GeneralRe: App to control 4 or more servos Pin
ROVIO5-May-09 20:00
ROVIO5-May-09 20:00 
GeneralRe: App to control 4 or more servos Pin
ROVIO7-May-09 23:19
ROVIO7-May-09 23:19 
GeneralRe: App to control 4 or more servos Pin
Randor 8-May-09 6:24
professional Randor 8-May-09 6:24 
ROVIO wrote:
i have connected the servo to a 5vdc power source, and the data cable of the servo to the data pin on the parallel port, but nothing happens if i move the sliders, can anyone help me please??


I gave you the correct answer in my original post. You cannot perform raw i/o under windows XP.

ROVIO wrote:
can someone please see what the problem with the app might be, and may it work if i anstall windows 95 rather than my current XP Pro.


The application is performing raw i/o and failing because XP is executing under protected mode[^] and those instructions are privileged. The assembly code in the software is essentially performing the same functions as _outp, _outpw, _outpd[^] and as the MSDN states:

Because these functions write directly to an I/O port, they cannot be used in user code in Windows NT, Windows 2000, Windows XP, and Windows Server 2003

You have three choices:

1.) Give your application the correct i/o permission mask using PortTalk - A Windows NT I/O Port Device Driver[^] or another similar technique.
2.) Execute the application under Windows-95 or Windows-98
3.) Write a device driver to perform the i/o.

Best Wishes,
-David Delaune
GeneralRe: App to control 4 or more servos Pin
ROVIO10-May-09 20:38
ROVIO10-May-09 20:38 
GeneralRe: App to control 4 or more servos Pin
ROVIO12-May-09 1:11
ROVIO12-May-09 1:11 
GeneralRe: App to control 4 or more servos Pin
Dave Kreskowiak8-May-09 7:20
mveDave Kreskowiak8-May-09 7:20 
GeneralRe: App to control 4 or more servos Pin
ROVIO10-May-09 20:34
ROVIO10-May-09 20:34 
GeneralRe: App to control 4 or more servos Pin
Dan Neely11-May-09 2:22
Dan Neely11-May-09 2:22 
GeneralRe: App to control 4 or more servos Pin
Dave Kreskowiak11-May-09 11:55
mveDave Kreskowiak11-May-09 11:55 
GeneralRe: App to control 4 or more servos Pin
ROVIO11-May-09 21:32
ROVIO11-May-09 21:32 
GeneralRe: App to control 4 or more servos Pin
Randor 12-May-09 1:23
professional Randor 12-May-09 1:23 
GeneralRe: App to control 4 or more servos Pin
ROVIO12-May-09 1:39
ROVIO12-May-09 1:39 
QuestionRe: App to control 4 or more servos Pin
ROVIO12-May-09 20:02
ROVIO12-May-09 20:02 
AnswerRe: App to control 4 or more servos Pin
Dan Neely13-May-09 2:06
Dan Neely13-May-09 2:06 
GeneralRe: App to control 4 or more servos Pin
ROVIO13-May-09 3:07
ROVIO13-May-09 3:07 
AnswerRe: App to control 4 or more servos Pin
Randor 13-May-09 3:50
professional Randor 13-May-09 3:50 
GeneralRe: App to control 4 or more servos Pin
ROVIO13-May-09 4:16
ROVIO13-May-09 4:16 
GeneralRe: App to control 4 or more servos Pin
Dan Neely13-May-09 4:19
Dan Neely13-May-09 4:19 
GeneralRe: App to control 4 or more servos Pin
Randor 13-May-09 12:26
professional Randor 13-May-09 12:26 
GeneralRe: App to control 4 or more servos [modified] Pin
ROVIO13-May-09 20:38
ROVIO13-May-09 20:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.