Click here to Skip to main content
15,887,477 members
Home / Discussions / C#
   

C#

 
GeneralRe: Can't find the rotor Pin
Cristoff20-Aug-03 21:17
Cristoff20-Aug-03 21:17 
GeneralRe: Can't find the rotor Pin
Julian Bucknall [MSFT]21-Aug-03 5:18
Julian Bucknall [MSFT]21-Aug-03 5:18 
GeneralRe: Can't find the rotor Pin
eggie521-Aug-03 12:42
eggie521-Aug-03 12:42 
GeneralRe: Can't find the rotor Pin
Julian Bucknall [MSFT]21-Aug-03 14:57
Julian Bucknall [MSFT]21-Aug-03 14:57 
Generalaccessing dll from client form Pin
Mike J Carr20-Aug-03 8:21
Mike J Carr20-Aug-03 8:21 
Generalcommunicating with parallel port Pin
manusha20-Aug-03 7:06
manusha20-Aug-03 7:06 
GeneralRe: communicating with parallel port Pin
leppie20-Aug-03 7:49
leppie20-Aug-03 7:49 
GeneralRe: communicating with parallel port Pin
Radoslav Bielik20-Aug-03 9:37
Radoslav Bielik20-Aug-03 9:37 
I also needed direct access to the parallel port from C# few months ago Smile | :) I can send you a working sample if you're interested, just let me know.

It is of course not a clean C# solution, I have built a C++ dll which exposes 4 methods that read/write data from/to the specified I/O port, and created a C# wrapper class for these methods.

Also, you need a special driver for windows 2000/XP, because normally executable files don't have direct access to the I/O ports under these OSes. It is called UserPort, I don't remember where did I download it but I can send it to you if you need it too.

Rado
GeneralRe: communicating with parallel port Pin
eggie520-Aug-03 17:22
eggie520-Aug-03 17:22 
GeneralRe: communicating with parallel port Pin
Radoslav Bielik21-Aug-03 2:04
Radoslav Bielik21-Aug-03 2:04 
GeneralRe: communicating with parallel port Pin
Ista20-Aug-03 14:39
Ista20-Aug-03 14:39 
GeneralRe: communicating with parallel port Pin
eggie520-Aug-03 17:20
eggie520-Aug-03 17:20 
GeneralDatabinding and Fields Pin
Ryan_Roberts20-Aug-03 6:10
Ryan_Roberts20-Aug-03 6:10 
GeneralRe: Databinding and Fields Pin
Ista20-Aug-03 14:43
Ista20-Aug-03 14:43 
GeneralRe: Databinding and Fields Pin
Ryan_Roberts20-Aug-03 23:06
Ryan_Roberts20-Aug-03 23:06 
GeneralRe: Databinding and Fields Pin
Ista21-Aug-03 3:31
Ista21-Aug-03 3:31 
GeneralRe: Databinding and Fields Pin
Ryan_Roberts21-Aug-03 3:41
Ryan_Roberts21-Aug-03 3:41 
GeneralDeleting a folder... Pin
BoozeBomb20-Aug-03 3:58
BoozeBomb20-Aug-03 3:58 
GeneralRe: Deleting a folder... Pin
Philip Fitzsimons20-Aug-03 4:45
Philip Fitzsimons20-Aug-03 4:45 
GeneralObjectHandle and SerializationException Pin
flipdoubt20-Aug-03 3:27
flipdoubt20-Aug-03 3:27 
GeneralRe: ObjectHandle and SerializationException Pin
flipdoubt20-Aug-03 5:05
flipdoubt20-Aug-03 5:05 
General2in1 console and windows application problem Pin
mazemartin20-Aug-03 3:23
mazemartin20-Aug-03 3:23 
GeneralRe: 2in1 console and windows application problem Pin
Frank Olorin Rizzi20-Aug-03 4:24
Frank Olorin Rizzi20-Aug-03 4:24 
Generalxp thems support Pin
Roger Alsing20-Aug-03 1:42
Roger Alsing20-Aug-03 1:42 
GeneralApp configuration file (App.config) Pin
xoph20-Aug-03 1:01
xoph20-Aug-03 1:01 

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.