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...
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...
Mr. Allumen, There are several ways. The simplest and highest performance approach is simply to write the raw bytes: int integerToSend; integerToSend = 5; ...
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...
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...
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...
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...
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...
... 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...
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...
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...
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...
... 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...
... 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...
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...
... 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...
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 ...
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...
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...
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...
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...
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...
Mark, You can find detailed specs for the processor pins on your CD, under \amd_docs92;am186es92;. But generally speaking, both input/output should be in the 1-5...
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...
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...