Skip to search.
tern · TERN Community

Group Information

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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 47 - 76 of 2261   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
47 dhaluza Offline Send Email Feb 2, 2002
12:07 am
I don't see sample code posted to this group. I think it would be very helpful to have some additional code samples beyond what is supplied with the CDROM from...
48 TERN (Chon)
tern_inc Offline Send Email
Feb 2, 2002
1:07 am
Doug, Thanks for the sample program. With your suggestion in mind, I've just uploaded a couple new files from my own drawers for the parallel ADS7852 on the...
49 dunk425 Offline Send Email Feb 15, 2002
4:33 pm
I was interested in using one of tern's controllers to prototype my application for a specific type of process monitor. Specifically in the application, I...
50 TERN (Chon)
tern_inc Offline Send Email
Feb 19, 2002
9:43 pm
Thanks for your interest. It sounds like there are a number of TERN controllers that would fit your needs. You mentioned you need data logging and persistent...
51 fieldspec Offline Send Email Feb 20, 2002
4:30 pm
Does anyone have experience with running multiple Tern boards in parallel and the ability of the internal clocks to stay sync'ed?...
52 Jim
jvpoll@... Send Email
Feb 20, 2002
6:43 pm
I have seen some 'drift' or changes - several seconds every week or so - when using the clock/calendar chip. Since *each* unit has it's own crystal - each one ...
53 mikespaner Offline Send Email Feb 20, 2002
7:13 pm
I purchased the ethernet memcard. DO you have any suggestions on how I can get a little http server up and running? Can you point me in the direction for the...
54 TERN (Chon)
tern_inc Offline Send Email
Feb 20, 2002
7:22 pm
Mike, At this point, the only completed/released libraries for the CS8900 on the Memcard comes from a third-party consultant. The good news is that, as far as...
55 douglasbolton Offline Send Email Feb 22, 2002
4:26 pm
I need to open a file on a compact flash card, write data to the file then write data to the first 8 byte locations of the file before closing. I need...
56 TERN (Chon)
tern_inc Offline Send Email
Feb 22, 2002
4:52 pm
Douglas, At this point, the write functions within filesys.lib only allow you to either create new files, or append to the current one. Hopefully you could do...
57 ggheil Offline Send Email Feb 23, 2002
12:31 am
I'm developing a measurement system using two A-Core 86 boards connected via serial port 1. I've allocated a 4kB receive buffer on both ends and have the baud...
58 TERN (Chon)
tern_inc Offline Send Email
Feb 25, 2002
5:18 pm
Sir, We do, on rare occasions, get reports that are hard to duplicate of various serial port communication problems. Your problem doesn't really ring a bell...
59 ggheil Offline Send Email Feb 26, 2002
4:26 pm
All: I decreased the latency in my isr's and made a couple routines non-re- entrent and seem to have liberated enough cycles for the communication layer to...
60 riesemberg Offline Send Email Feb 26, 2002
4:26 pm
The following text is written in the tern site: "Now, the TERN filesystem can also be directly accessed through the serial port without requiring the rest of...
61 riesemberg Offline Send Email Feb 26, 2002
4:26 pm
Hi, I have an A-core86 board and I can´t make it work with Paradigm C++ tern edition for windows. I was using Borland C++ for DOS, and it worked perfeclty. I...
62 Jim
jvpoll@... Send Email
Feb 26, 2002
5:23 pm
I've been using the TD-40 and MD-88 product (80188 AMD processor) and they required a new EPROM to work with Paradigm - I had been using the DOS...
63 TERN (Chon)
tern_inc Offline Send Email
Feb 26, 2002
5:44 pm
Sir, That's right, the new Paradigm C++ requires a DEBUG ROM different from the older DOS-based Borland kit. You should've received one within your upgrade...
64 riesemberg Offline Send Email Feb 26, 2002
6:32 pm
Ops, sorry! Actually, I´m using an A-core board. Which file should I burn my eprom with to work with the windows version?...
65 TERN (Chon)
tern_inc Offline Send Email
Feb 26, 2002
6:59 pm
The A-Core uses a socketed ROM. You should have received a AC_0_115 DEBUG ROM with your new Paradigm C++ kit upgrade. If you didn't, please contact our...
66 TERN (Chon)
tern_inc Offline Send Email
Feb 26, 2002
6:59 pm
Gustavo, The FlashCore was intended to be just another one of our standard programmable controllers. We provided the filesystem library so that customers can...
67 TERN (Chon)
tern_inc Offline Send Email
Feb 26, 2002
7:21 pm
Garrett, ... You can use the function: HLPRsetvect(0x0d, (void far *) int1_isr) ; (a special modified version of the generic setvect() function)... for the...
68 Garrett Heil
ggheil Offline Send Email
Feb 27, 2002
1:00 am
... From: TERN (Chon) [mailto:chon@...] Sent: Tuesday, February 26, 2002 12:56 PM To: tern@yahoogroups.com Subject: RE: [TERN] Re: Communications Problem...
69 TERN (Chon)
tern_inc Offline Send Email
Feb 27, 2002
2:30 am
Garrett, ... That's right, it is. But unlike the older A-Engines, the EEPROM on the AC86 is a surface mount component. If you have the ability there to do...
70 riesemberg Offline Send Email Mar 1, 2002
11:09 pm
I´ve changed my eprom content, and conected the serial 0 of my board to COM 1, and I set the baud rate to 57600 bps, sience my board has a 20MHz crystal. But...
71 TERN (Chon)
tern_inc Offline Send Email
Mar 6, 2002
5:19 am
Mr. Riesemberg, Based on some of your other emails, I'm guessing you have the connection problem fixed... what was the problem? Perhaps you could post an...
72 ggheil Offline Send Email Mar 6, 2002
8:11 pm
Group: I'm trying to use the PIO-P3 pin in a project but found some very strange behavior. I set this pin up as a PIO-INPUT but when I look at the pin with a...
73 ggheil Offline Send Email Mar 6, 2002
8:39 pm
On the A-Core86 we are currently using, I am attempting to use PIO-P3 (J2-15) port. This pin is also used as /PCS5/A1 by the processor. I can set this pin...
74 riesemberg Offline Send Email Mar 7, 2002
9:16 pm
Actually, I think the problem was with my system. My rs232 connection wasn´t ok. I´ve changed the eprom, and it´s worked perfectly. My problem now is to...
75 sainttim1 Offline Send Email Mar 11, 2002
6:26 pm
Hi, I'm looking at the Tern FlashCore system. I have a hard coded pic chip that is running a/d and some other things.. It is streaming data out of an rs-232...
76 dunk425 Offline Send Email Mar 11, 2002
8:59 pm
I just purchased the FC40 EV-P kit and this is my first work with embedded system design. Can you suggest what would be a good thing to start with? Are there...
Messages 47 - 76 of 2261   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