Click here to Skip to main content
15,892,537 members
Home / Discussions / C#
   

C#

 
QuestionAny one know a good tool Pin
Ennis Ray Lynch, Jr.27-Feb-07 8:03
Ennis Ray Lynch, Jr.27-Feb-07 8:03 
Questiontransactionscope and filesystem/sending emails Pin
::smithy::27-Feb-07 7:55
::smithy::27-Feb-07 7:55 
AnswerRe: transactionscope and filesystem/sending emails Pin
Dave Kreskowiak27-Feb-07 8:29
mveDave Kreskowiak27-Feb-07 8:29 
GeneralRe: transactionscope and filesystem/sending emails Pin
::smithy::27-Feb-07 11:06
::smithy::27-Feb-07 11:06 
QuestionHelp with my class using Serial Port Class Pin
laura131627-Feb-07 7:50
laura131627-Feb-07 7:50 
AnswerRe: Help with my class using Serial Port Class Pin
Squeaker27-Feb-07 12:59
Squeaker27-Feb-07 12:59 
GeneralRe: Help with my class using Serial Port Class Pin
laura131627-Feb-07 16:21
laura131627-Feb-07 16:21 
GeneralRe: Help with my class using Serial Port Class Pin
Squeaker27-Feb-07 17:16
Squeaker27-Feb-07 17:16 
Looking at your code for SciGetCal() it looks like it should work. Since this method returns an integer, you need to define a variable like ( int result; ) and then call your function like ( result = SciGetCal(...); }

1. Are you getting any errors?

2. Have you tried a normal serial communications program to see that the accelerometer board is working properly? HyperTerminal is the worst choice. If you need to get a simple one, I recommend Br@y Terminal. Free. And it doesn't install anything on your computer.

3. Do you have the serial port set up with proper baud rate, parity, stop bits, etc. ??

4. In Visual Studio you should put a break point when you start into your SciGetCal() method and step through the code line by line. This is pretty straight-forward since you only have a few lines of code. Are you using Visual Studio? What version?

5. Are you using Net 2.0??

Don't despair! Serial communications is tricky.

Regards-
Squeak




GeneralRe: Help with my class using Serial Port Class Pin
laura131627-Feb-07 17:26
laura131627-Feb-07 17:26 
GeneralRe: Help with my class using Serial Port Class Pin
Squeaker27-Feb-07 18:00
Squeaker27-Feb-07 18:00 
GeneralRe: Help with my class using Serial Port Class Pin
pbraun4-Mar-07 4:44
pbraun4-Mar-07 4:44 
GeneralRe: Help with my class using Serial Port Class Pin
Squeaker27-Feb-07 17:21
Squeaker27-Feb-07 17:21 
QuestionInformation needed Pin
JMOdom27-Feb-07 7:26
JMOdom27-Feb-07 7:26 
AnswerRe: Information needed Pin
DPRoberts27-Feb-07 9:25
DPRoberts27-Feb-07 9:25 
GeneralRe: Information needed Pin
mike montagne27-Feb-07 10:32
mike montagne27-Feb-07 10:32 
AnswerRe: Information needed Pin
Mark T.27-Feb-07 11:56
Mark T.27-Feb-07 11:56 
AnswerRe: Information needed Pin
Matthew Cuba28-Feb-07 4:19
Matthew Cuba28-Feb-07 4:19 
QuestionDateTime ToString and Construction Pin
mail57235227-Feb-07 7:22
mail57235227-Feb-07 7:22 
AnswerRe: DateTime ToString and Construction Pin
Stefan Troschuetz27-Feb-07 7:28
Stefan Troschuetz27-Feb-07 7:28 
AnswerRe: DateTime ToString and Construction Pin
Guffa27-Feb-07 9:02
Guffa27-Feb-07 9:02 
QuestionVB6 and C# interoperation Pin
gus_br27-Feb-07 6:43
gus_br27-Feb-07 6:43 
AnswerRe: VB6 and C# interoperation Pin
dbrenth27-Feb-07 7:14
dbrenth27-Feb-07 7:14 
AnswerRe: VB6 and C# interoperation Pin
Dan Neely27-Feb-07 7:16
Dan Neely27-Feb-07 7:16 
AnswerRe: VB6 and C# interoperation [modified] Pin
Dave Kreskowiak27-Feb-07 8:36
mveDave Kreskowiak27-Feb-07 8:36 
Questionoffice programming Pin
groundzero11127-Feb-07 6:38
groundzero11127-Feb-07 6:38 

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.