Click here to Skip to main content
15,913,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: A Question about Menus Pin
BobInNJ7-Jan-09 9:12
BobInNJ7-Jan-09 9:12 
GeneralRe: A Question about Menus Pin
Mark Salsbery7-Jan-09 9:51
Mark Salsbery7-Jan-09 9:51 
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 
OK, that looks like a modern device (not cheap though) and it comes with a driver, so it should be rather easy to create an app that interacts with your 488 device.

I suggest you first get it to work without any serial port, just make sure you send the right commands and start getting measurement data (which you could show in a listbox or something similar). Receiving the data correct all the time is the only tricky part, since you are probably not in control as to when and how fast data arrives.

Only when that works to perfection, start adding code to send these data through the serial port; transmitting is easy as long as you can assume the target device can cope.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

Love, happiness and fewer bugs for 2009!


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 
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 

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.