Click here to Skip to main content
16,011,870 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: A Question about Menus [modified] Pin
CPallini7-Jan-09 8:09
mveCPallini7-Jan-09 8:09 
AnswerRe: A Question about Menus Pin
BobInNJ7-Jan-09 9:14
BobInNJ7-Jan-09 9:14 
QuestionGPIB to serial stream pass through Pin
Michael Lutkenhouse7-Jan-09 5:54
Michael Lutkenhouse7-Jan-09 5:54 
GeneralRe: GPIB to serial stream pass through Pin
Luc Pattyn7-Jan-09 6:41
sitebuilderLuc Pattyn7-Jan-09 6:41 
GeneralRe: GPIB to serial stream pass through Pin
Michael Lutkenhouse7-Jan-09 7:15
Michael Lutkenhouse7-Jan-09 7:15 
GeneralRe: GPIB to serial stream pass through Pin
Luc Pattyn7-Jan-09 7:35
sitebuilderLuc Pattyn7-Jan-09 7:35 
GeneralRe: GPIB to serial stream pass through Pin
Michael Lutkenhouse7-Jan-09 7:46
Michael Lutkenhouse7-Jan-09 7:46 
GeneralRe: GPIB to serial stream pass through Pin
Luc Pattyn7-Jan-09 8:18
sitebuilderLuc Pattyn7-Jan-09 8:18 
AFAIK you can't just pass a stream of data, you have to receive it, possibly in chuncks, and then transmit it, possibly in chunks; and of course when chunked you can achieve concurrency, in the end it may look as if the stream is passing through.

So you must really have the PC read the data correctly, so you later will be able to transmit it (with WriteFile if you use C++/MFC). As I said earlier reading is the tricky part.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

Love, happiness and fewer bugs for 2009!


AnswerRe: GPIB to serial stream pass through Pin
Iain Clarke, Warrior Programmer7-Jan-09 22:40
Iain Clarke, Warrior Programmer7-Jan-09 22:40 
QuestionTrouble using namespace System Pin
linkfitz7-Jan-09 5:24
linkfitz7-Jan-09 5:24 
AnswerRe: Trouble using namespace System Pin
Stuart Dootson7-Jan-09 5:28
professionalStuart Dootson7-Jan-09 5:28 
AnswerRe: Trouble using namespace System Pin
BobInNJ7-Jan-09 6:23
BobInNJ7-Jan-09 6:23 
AnswerRe: Trouble using namespace System Pin
Jijo.Raj7-Jan-09 6:57
Jijo.Raj7-Jan-09 6:57 
GeneralRe: Trouble using namespace System Pin
linkfitz7-Jan-09 8:31
linkfitz7-Jan-09 8:31 
GeneralRe: Trouble using namespace System Pin
Jijo.Raj7-Jan-09 9:17
Jijo.Raj7-Jan-09 9:17 
QuestionAudio Line in Pin
surger17-Jan-09 4:56
surger17-Jan-09 4:56 
AnswerRe: Audio Line in Pin
Code-o-mat7-Jan-09 5:18
Code-o-mat7-Jan-09 5:18 
AnswerRe: Audio Line in Pin
Stuart Dootson7-Jan-09 5:33
professionalStuart Dootson7-Jan-09 5:33 
Question.vssscc file and Visual Source Safe Pin
Like2Byte7-Jan-09 4:23
Like2Byte7-Jan-09 4:23 
QuestionNeed help for numericupdown Pin
sai567-Jan-09 4:18
sai567-Jan-09 4:18 
AnswerRe: Need help for numericupdown Pin
Iain Clarke, Warrior Programmer7-Jan-09 22:59
Iain Clarke, Warrior Programmer7-Jan-09 22:59 
QuestionConcept/example for virtual list Pin
nobaq7-Jan-09 4:10
nobaq7-Jan-09 4:10 
AnswerRe: Concept/example for virtual list Pin
Stuart Dootson7-Jan-09 4:34
professionalStuart Dootson7-Jan-09 4:34 
GeneralRe: Concept/example for virtual list Pin
nobaq7-Jan-09 5:35
nobaq7-Jan-09 5:35 
GeneralRe: Concept/example for virtual list Pin
nobaq7-Jan-09 6:04
nobaq7-Jan-09 6:04 

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.