Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

tern · TERN Community

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 724
  • Category: Computers
  • Founded: Nov 2, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 2063 - 2092 of 2293   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2063 boonjian89 Send Email Jun 1, 2009
4:27 pm
hi, we have 3 boards to clarify with. The serial number is G080590002, F110840004 and G080590003. G080590002: It overheats considerably when we send in 9 to...
2064 Chon Tang
tern_inc Send Email
Jun 1, 2009
4:40 pm
Hi, Let's talk about this via direct email? Probably don't need to discuss your exact boards with others! Please send me an email directly. I think the...
2065 allumen
ajmalhere Send Email
Jun 8, 2009
3:34 pm
is there a way to send integer values through rs 232 from tern ??...
2066 Bill Finger
creare_coder Send Email
Jun 8, 2009
4:02 pm
Mr. Allumen, There are several ways. The simplest and highest performance approach is simply to write the raw bytes: int integerToSend; integerToSend = 5; ...
2067 boonjian89 Send Email Jun 8, 2009
4:03 pm
Hi, Can anyone tell me where is the pin for data in and data out in the R-Engine D board? I know it's located at H2, H3 or H4....
2068 Shankaranarayanan
srishankaran... Send Email
Jun 8, 2009
4:03 pm
I am wanting to run two timers, one which checks the ethernet and another for processing. I ran a timer which runs for every 1sec and keeps checking the...
2069 Chon Tang
tern_inc Send Email
Jun 9, 2009
4:45 pm
Hi there, Sorry, not really sure I understand the question...? You can find the manual for the R-Drive (also called R-Engine-D) on your CD. ...
2070 Chon Tang
tern_inc Send Email
Jun 9, 2009
6:17 pm
Hi there, There are a few things to keep in mind: - I'm not sure what you mean by "the program getting hung up before debugging"... but if you're using...
2071 allumen
ajmalhere Send Email
Jun 11, 2009
3:14 pm
Hi, I am using ADS8344 for getting A/D values from the tern controller and I am facing some difficulties with it,I wanted to know if anyone else is also facing...
2072 serialmonkey@...
serialmonkey... Send Email
Jun 17, 2009
4:34 pm
Hi there. I have a TERN EL LCD and have to be able to deal with large Interger values of at least 6 bytes in length. It appears that I cannot use 'long long...
2073 Chon Tang
tern_inc Send Email
Jun 17, 2009
8:31 pm
Mark, I'm not sure exactly what you have in mind, since you mention both long long int and double floating point... But if I get you correctly, the bottom line...
2074 serialmonkey@...
serialmonkey... Send Email
Jun 18, 2009
3:01 pm
... Sorry for the confusion. The data I'm dealing with is large Integers, and on a normal system a 'long long int' is large enough to work with the values I...
2075 martin_tim Send Email Jun 18, 2009
3:50 pm
Have you tried looking for source code for functions that would support long long? You can also look for an arbitrary precision arithmetic library that will...
2076 kevinwesley19 Send Email Jun 18, 2009
5:44 pm
It would be helpful to know what controller you have. Some TERN boards offer signal conditioning between the header pins and the ADC part. Also, remember that...
2077 Bill Finger
creare_coder Send Email
Jun 18, 2009
9:01 pm
Mark, Do you need to operate on the 64-bit integers, or simply transmit them? If you just need to send them something like this might work for you: typedef...
2078 serialmonkey@...
serialmonkey... Send Email
Jun 18, 2009
11:33 pm
... Both I'm afraid. The large integer is originally read in over RS232 where I store it in a double. As a double the only thing I do is comparisons, no...
2079 serialmonkey@...
serialmonkey... Send Email
Jun 18, 2009
11:34 pm
... Thanks for the suggestion Tim. I've searched through all the sample code that comes with the TERN and can find no 'long long' references. Perhaps TERN can...
2080 Chon Tang
tern_inc Send Email
Jun 18, 2009
11:46 pm
Mark, If you're only doing comparisons, then doing a byte/byte comparison would work just fine. Actually for simplicity, I'd probably suggest splitting your...
2081 serialmonkey@...
serialmonkey... Send Email
Jun 19, 2009
3:19 pm
... Thanks for the suggestion Chon. The lifecycle of the data is I read the 15 digit integer string over RS232 and store it in memory, do some comparisons, and...
2082 Bill Finger
creare_coder Send Email
Jun 19, 2009
3:21 pm
Mark & Chon, Chon's idea will work, except that you should be very careful of signs. Remember that only the leading byte of the 64 bit integer is signed, so ...
2083 kevin_oc2000 Send Email Jul 20, 2009
4:32 pm
I installed the Paradigm Suite without a serial, everything went as normal. Following the instructions on the CD, I created a new project selecting...
2084 dancethetango50 Send Email Jul 20, 2009
4:43 pm
I just setup a U-Drive board and connected it to my serial port. On the CD Rom, I found some samples.. LED.ide wouldn't run as it says it cant find LED.ROM. I...
2085 Chon Tang
tern_inc Send Email
Jul 21, 2009
7:19 pm
Hi there, The warning you're seeing isn't a problem. It's due to a slight version mismatch in a couple of the build tools, you can safely ignore it. I'm not...
2086 Chon Tang
tern_inc Send Email
Jul 21, 2009
8:11 pm
Hi there, We've never seen that problem before. Are you installing Paradigm C++ - TERN Edition? Is it the EV-P Lite edition, or the DV-P full edition? Can...
2087 gauravajwani Send Email Aug 6, 2009
8:19 pm
Hi Chon, I am Gaurav Ajwani and I am a Graduate Student at Iowa State. I had conversations with you many times regarding a project we are working on here using...
2088 serialmonkey@...
serialmonkey... Send Email
Aug 20, 2009
6:14 am
Hi, We are looking at using a pair of PIO's on our EL board to act as inputs from a pair of motion detectors. The input devices are 12V, so we will need to...
2089 Chon Tang
tern_inc Send Email
Aug 20, 2009
7:03 am
Mark, You can find detailed specs for the processor pins on your CD, under \amd_docs&#92;am186es&#92;. But generally speaking, both input/output should be in the 1-5...
2090 serialmonkey@...
serialmonkey... Send Email
Aug 25, 2009
6:39 pm
Thanks for getting back to me Chon. I'll pass your feedback to our engineers. I think they were just worried about pushing too much current at the device, but...
2091 len_spanky Send Email Aug 28, 2009
6:45 pm
Hello. I'm having no luck getting any values out of the qd8 sample code: 5p_qd8 It runs without error but when I inspect or watch the qd variables it shows no...
2092 jokulee@...
jokulee Send Email
Aug 31, 2009
3:59 pm
the A/D in SCA is ADS7852,this only 12bit ,could I choose a  better one,suach as 16bit,ad 7655 etc??I need sample rate about 50khz. ...
Messages 2063 - 2092 of 2293   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help