Click here to Skip to main content
15,915,057 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
AnswerRe: Windows could not start properly, a new software or hardware may be responsible for this problem Pin
Robert Romero10-May-10 8:20
Robert Romero10-May-10 8:20 
QuestionHigh Resolution Monitor Pin
εїзεїзεїз29-Apr-10 1:24
εїзεїзεїз29-Apr-10 1:24 
AnswerRe: High Resolution Monitor Pin
Richard MacCutchan29-Apr-10 1:37
mveRichard MacCutchan29-Apr-10 1:37 
GeneralRe: High Resolution Monitor [modified] Pin
εїзεїзεїз29-Apr-10 1:49
εїзεїзεїз29-Apr-10 1:49 
GeneralRe: High Resolution Monitor Pin
Richard MacCutchan29-Apr-10 1:57
mveRichard MacCutchan29-Apr-10 1:57 
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 
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 
I would not expect good results from trying to make an existing executable work with a USB pseudo-port. USB devices have a rather long latency (typically 1ms); unless the driver knows exactly what the underlying code is expecting to be doing, it may be very difficult for it to sensibly aggregate data.

On the other hand, if you can recompile your application to run under Windows, that would simplify things greatly. In that scenario, you'd be able to communicate with FTDI devices by sending groups of bytes at a time, rather than having to send one byte every millisecond.
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 

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.