Click here to Skip to main content
15,894,825 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
Questionsaveing bindingsource to database (sql) Pin
sam_b15-Dec-10 11:33
sam_b15-Dec-10 11:33 
QuestionIs there anyone have experience in programming Controller Area Network? Pin
kent524414-Dec-10 22:11
kent524414-Dec-10 22:11 
AnswerRe: Is there anyone have experience in programming Controller Area Network? Pin
Luc Pattyn15-Dec-10 1:22
sitebuilderLuc Pattyn15-Dec-10 1:22 
GeneralRe: Is there anyone have experience in programming Controller Area Network? Pin
kent524415-Dec-10 5:54
kent524415-Dec-10 5:54 
GeneralMy last CAN reply in this forum. Pin
Luc Pattyn15-Dec-10 6:08
sitebuilderLuc Pattyn15-Dec-10 6:08 
GeneralRe: My last CAN reply in this forum. Pin
kent524415-Dec-10 6:19
kent524415-Dec-10 6:19 
QuestionRe: My last CAN reply in this forum. Pin
kent52449-Jan-11 21:32
kent52449-Jan-11 21:32 
AnswerRe: My last CAN reply in this forum. Pin
Luc Pattyn10-Jan-11 0:40
sitebuilderLuc Pattyn10-Jan-11 0:40 
No, we never used simulation for CAN. I am also unfamiliar with CANSPI library, we used our own code, directly accessing the hardware.

Some thoughts:
1.
If the first node sends before the second got through initialization, the message would be lost. Having both nodes powered by the same supply (just a guess), and/or even connected to the same reset line, would still leave a timing uncertainty on which starts up first, and how big the launch time difference would be (tens of msec easily).

2.
is CANSPIRead() a blocking function? and would it work right after initialization?

Suggestion: I would make one node send one message per second, say an incrementing number; then see of the second node gets anything at all.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] [My CP bug tracking] Nil Volentibus Arduum
Season's Greetings to all CPians.


GeneralRe: My last CAN reply in this forum. Pin
kent524411-Jan-11 5:40
kent524411-Jan-11 5:40 
GeneralRe: My last CAN reply in this forum. Pin
kent524412-Jan-11 15:03
kent524412-Jan-11 15:03 
GeneralCAN diagram Pin
Luc Pattyn12-Jan-11 15:09
sitebuilderLuc Pattyn12-Jan-11 15:09 
GeneralRe: CAN diagram Pin
kent524412-Jan-11 16:45
kent524412-Jan-11 16:45 
GeneralRe: CAN diagram Pin
Luc Pattyn12-Jan-11 17:21
sitebuilderLuc Pattyn12-Jan-11 17:21 
QuestionHow to convert SAFEARRAY to System::Object Pin
ptr_Electron12-Dec-10 23:19
ptr_Electron12-Dec-10 23:19 
AnswerRe: How to convert SAFEARRAY to System::Object Pin
Radhakrishnan G.14-Dec-10 20:06
Radhakrishnan G.14-Dec-10 20:06 
QuestionHow to use C DLL in C++/CLI Pin
cancerion1-Dec-10 23:32
cancerion1-Dec-10 23:32 
AnswerRe: How to use C DLL in C++/CLI Pin
Luc Pattyn2-Dec-10 1:00
sitebuilderLuc Pattyn2-Dec-10 1:00 
Questionconversion Pin
rajniyadav1a1-Dec-10 19:09
rajniyadav1a1-Dec-10 19:09 
AnswerRe: conversion Pin
Ajay Vijayvargiya1-Dec-10 21:12
Ajay Vijayvargiya1-Dec-10 21:12 
Questionpythonqt scriptint & orting to lower version Pin
appollosputnik25-Nov-10 16:41
appollosputnik25-Nov-10 16:41 
AnswerRe: pythonqt scriptint & orting to lower version Pin
Richard MacCutchan25-Nov-10 22:09
mveRichard MacCutchan25-Nov-10 22:09 
QuestionDelegates in Managed C++ Pin
ptr_Electron24-Nov-10 3:06
ptr_Electron24-Nov-10 3:06 
AnswerRe: Delegates in Managed C++ Pin
Dave Doknjas24-Nov-10 11:34
Dave Doknjas24-Nov-10 11:34 
GeneralRe: Delegates in Managed C++ [modified] Pin
ptr_Electron24-Nov-10 17:00
ptr_Electron24-Nov-10 17:00 
QuestionI nead to pass an Interface from the C++ wrapper into a C# class Pin
Ole Morten Heien22-Nov-10 12:03
Ole Morten Heien22-Nov-10 12:03 

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.