Click here to Skip to main content
15,889,826 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
GeneralRe: High Resolution Monitor Pin
εїзεїзεїз29-Apr-10 2:16
εїзεїзεїз29-Apr-10 2:16 
GeneralRe: High Resolution Monitor Pin
Richard MacCutchan29-Apr-10 2:44
mveRichard MacCutchan29-Apr-10 2:44 
GeneralRe: High Resolution Monitor Pin
Trollslayer3-May-10 1:06
mentorTrollslayer3-May-10 1:06 
GeneralRe: High Resolution Monitor Pin
Richard MacCutchan3-May-10 1:11
mveRichard MacCutchan3-May-10 1:11 
GeneralRe: High Resolution Monitor Pin
@Intersect☺™29-Apr-10 21:26
professional@Intersect☺™29-Apr-10 21:26 
AnswerRe: High Resolution Monitor Pin
Henry Minute29-Apr-10 3:43
Henry Minute29-Apr-10 3:43 
QuestionHow to redirect data from real port to Bit-Bang driver ? Pin
Gobsek19-Apr-10 14:19
Gobsek19-Apr-10 14:19 
AnswerRe: How to redirect data from real port to Bit-Bang driver ? Pin
Michel Godfroid21-Apr-10 6:56
Michel Godfroid21-Apr-10 6:56 
Confusing.
Why would you want to redirect a com/parallel port to a software com/parallel port?
Anyway, it's not for me to ask, it's for me to deliver.

As always, you'll need to write your self a filter device driver, which is aware of all the IOCTLS for parallel and serial ports. These are defined in include files of the DDK. Then obtain yourself an object pointer to the device you want to intercept, and call AttachDeviceByPointer. From then on you can see all traffic on the port.
Now the other part: if you're going to use the standard USB drivers that come with the chips you mention, it's basically the same operation: attach to the target device, and send and receive away. If you're going to do the bit-banging yourself, you will have to implement a real device driver, not a filter driver. Again, examples can be found in the DDK.

Seems a lot of work for emulating a parallel port Roll eyes | :rolleyes:
I just hope that NT was your target operating system, otherwise I've been typing all this crap for nothing Shucks | :-\
GeneralRe: How to redirect data from real port to Bit-Bang driver ? Pin
Gobsek21-Apr-10 10:01
Gobsek21-Apr-10 10:01 
GeneralRe: How to redirect data from real port to Bit-Bang driver ? Pin
Michel Godfroid21-Apr-10 13:12
Michel Godfroid21-Apr-10 13:12 
GeneralRe: How to redirect data from real port to Bit-Bang driver ? Pin
Gobsek22-Apr-10 0:05
Gobsek22-Apr-10 0:05 
GeneralRe: How to redirect data from real port to Bit-Bang driver ? Pin
Michel Godfroid22-Apr-10 1:14
Michel Godfroid22-Apr-10 1:14 
GeneralRe: How to redirect data from real port to Bit-Bang driver ? Pin
Michel Godfroid22-Apr-10 1:20
Michel Godfroid22-Apr-10 1:20 
GeneralRe: How to redirect data from real port to Bit-Bang driver ? Pin
Gobsek22-Apr-10 2:02
Gobsek22-Apr-10 2:02 
GeneralRe: How to redirect data from real port to Bit-Bang driver ? Pin
supercat929-Apr-10 8:58
supercat929-Apr-10 8:58 
QuestionUSB2.0-Ser! Driver (USB -> Serial port cable driver) Pin
Squire Dude18-Apr-10 9:37
Squire Dude18-Apr-10 9:37 
AnswerRe: USB2.0-Ser! Driver (USB -> Serial port cable driver) Pin
@Intersect☺™21-Apr-10 1:55
professional@Intersect☺™21-Apr-10 1:55 
GeneralRe: USB2.0-Ser! Driver (USB -> logl port cable driver) Pin
Squire Dude21-Apr-10 4:54
Squire Dude21-Apr-10 4:54 
GeneralRe: USB2.0-Ser! Driver (USB -> logl port cable driver) Pin
@Intersect☺™21-Apr-10 23:08
professional@Intersect☺™21-Apr-10 23:08 
GeneralRe: USB2.0-Ser! Driver (USB -> logl port cable driver) Pin
Squire Dude22-Apr-10 5:31
Squire Dude22-Apr-10 5:31 
QuestionCan a wireless node still buffer packets when it's receiver is turned off? Pin
krish_kumar16-Apr-10 0:59
krish_kumar16-Apr-10 0:59 
AnswerRe: Can a wireless node still buffer packets when it's receiver is turned off? Pin
Ray Cassick16-Apr-10 1:04
Ray Cassick16-Apr-10 1:04 
QuestionWindows CE Pin
jashimu13-Apr-10 5:05
jashimu13-Apr-10 5:05 
AnswerRe: Windows CE Pin
@Intersect☺™21-Apr-10 1:40
professional@Intersect☺™21-Apr-10 1:40 
GeneralRe: Windows CE Pin
jashimu21-Apr-10 3:19
jashimu21-Apr-10 3:19 

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.