Search the web
Sign In
New User? Sign Up
gnu-m68hc11 · GNU 68HC11/HC12
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6158 - 6187 of 9382   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6158
Which version of embeddedGNU do you have? From ver. 0.91 there's an example project called 'Blink_using_RTI', showing exactly what you need. Zoltan...
zsilinszkyz
Offline Send Email
Mar 1, 2005
10:26 am
6159
Tom, From the PySerial web page: """ Extract files from the archive, open a shell/console in that directory and let Distutils do the rest: python setup.py...
John E Clymer
johnc56031
Offline Send Email
Mar 1, 2005
2:20 pm
6160
Hi all! I am new to this list, and to M68hc1x. I come from Renesas H8s/tiny background using kpit builds of gcc. I am trying to setup a c++ environment for...
eng_pedro_alves
Offline Send Email
Mar 1, 2005
5:47 pm
6161
John, I had already done the setup with no errors. I have python-dev from SuSE. my wx stuff seems to be for GTK. Is there any way to find what is missing? Tom...
Tom Burrell
tomburrell2003
Offline Send Email
Mar 1, 2005
6:02 pm
6162
John, I finally found the serialutil.py. It was well hidden. Now it says Attribute error 'Serial' object has no attribute '_writeTimeout' It is in write self...
Tom Burrell
tomburrell2003
Offline Send Email
Mar 1, 2005
6:30 pm
6163
more good news, wxTerminal seems to work. i may be on the right track now. Thanks for the help Tom...
Tom Burrell
tomburrell2003
Offline Send Email
Mar 1, 2005
6:36 pm
6164
Tom, Which sample are you trying to run? Or are you experimenting already? Start the miniterm.py. The _writeTimeout is added to the serial object when it is...
John E Clymer
johnc56031
Offline Send Email
Mar 1, 2005
6:42 pm
6165
John, it happens in miniterm.py and all the examples when if calls write() it is in serialposix.py the function is shown below. Thanks, Tom def write(self,...
Tom Burrell
tomburrell2003
Offline Send Email
Mar 1, 2005
6:50 pm
6166
John, i checked the object seriall.Serial[0] it doesn't have a member _writeTimeout. Is this a case where we can add the member with append()or something? I am...
Tom Burrell
tomburrell2003
Offline Send Email
Mar 1, 2005
7:41 pm
6167
John, I am pretty sure I have a mixed rev on my serialutil.py. I have enough working to make my DLM. when I finish I will send a copy. It's been a long time...
Tom Burrell
tomburrell2003
Offline Send Email
Mar 1, 2005
10:28 pm
6168
Hello all, been on the list for a couple of weeks and finally got around to trying to build the tools so I can play with the HC12 boards at school. I've been...
Mike Darling
mike68040
Offline Send Email
Mar 2, 2005
4:59 am
6169
Hi I don't know about start.s but start.c it goes like this (eg from MC9S12NE64 so some more or less interrupts - check the dtata sheet for your interrupt...
Mark Butcher
mjbcswitzerland
Offline Send Email
Mar 2, 2005
12:23 pm
6170
Tom, The serialposix.py module uses Serial object uses SerialBase as a base class, SerialBase is located in serialutil.py. The _init_ (initializer) for the...
John E Clymer
johnc56031
Offline Send Email
Mar 2, 2005
2:40 pm
6171
John, Your python advise worked out real well. The modified version of wxTerminal.py is attached. I had to learn python first. Thanks. Tom...
Tom Burrell
tomburrell2003
Offline Send Email
Mar 3, 2005
6:55 pm
6172
Hi All I wonder whether I have found a bug in the compiler? The compiler version is: Thread model: single gcc version 3.3.4-m68hc1x-20040829 The code which I...
Mark Butcher
mjbcswitzerland
Offline Send Email
Mar 6, 2005
7:48 pm
6173
Feb competition winner announced for the new FSICE (HC08 in circuit emulator) , Joaquín García (jogara11) who works in "automotive electronics" and...
freegeek@...
freegeeksdotnet
Offline Send Email
Mar 6, 2005
9:25 pm
6174
Hi, I have not had a chance to recreate your problem specifically but I have had problems where dissimilar variables are being compared. This was corrected by...
pi eng
eng_pi
Offline Send Email
Mar 7, 2005
1:07 am
6175
Mark, This looks like the bug i found a few months age. The compiler is not properly handling the -mauto-incdec flag in the aommand line. Apearantly some miss...
Tom Burrell
tomburrell2003
Offline Send Email
Mar 7, 2005
2:49 pm
6176
Hi Tom I'm not sure that I'm using the said flag. The only flags which I am aware of when calling the compiler are -m68hcs12 and -mshort. Did your report the...
Mark Butcher
mjbcswitzerland
Offline Send Email
Mar 7, 2005
5:28 pm
6177
Hi I checked out this possible solution but it also produced the bad code. Regards Mark ... I have had problems where dissimilar variables are being compared. ...
Mark Butcher
mjbcswitzerland
Offline Send Email
Mar 7, 2005
5:28 pm
6178
Mark, I am old and confused. I don't know if it has been reported properly. I put it here and one of the GCC gurus seemed to be handling it. I don't know if...
Tom Burrell
tomburrell2003
Offline Send Email
Mar 7, 2005
6:08 pm
6179
Look here for it; it's not a large list. http://savannah.gnu.org/bugs/?group=m68hc11 If you don't see it, it wouldn't hurt if you submit it in your own words....
Jefferson Smith
imajeff84663
Offline Send Email
Mar 7, 2005
10:16 pm
6180
Does anyone out there know how good the 6811 compiler is at dead-code-stripping? In particular, I'm wondering if it will remove unused methods within classes...
Keith Ballantyne
ihcfan79
Offline Send Email
Mar 8, 2005
10:55 pm
6181
... Stephane's simple sprintf.c (in the libc directory of gel) works very well for me. I just compile it as an object into my code (the full libs are a bit...
NZG
ngustavson@...
Send Email
Mar 8, 2005
11:58 pm
6182
I am in the process of converting from XP to linux. So far it has been fairly smooth, with some help from you folks. My current problem is the GDB/BDM12...
Tom Burrell
tomburrell2003
Offline Send Email
Mar 9, 2005
3:52 pm
6183
Tom, I only use Windowz when I have to, else I use Mandrake ! Not quite what your looking for but if somebody would get gdb working with the opensource TBDML...
Stephen Pickering
Stephen.Pickering@...
Send Email
Mar 9, 2005
4:34 pm
6184
Steve, Thanks, I was looking at that. It has been a long time since I did much system programming. I will take a look at it and see if I can figure out how...
Tom Burrell
tomburrell2003
Offline Send Email
Mar 9, 2005
4:43 pm
6185
Does the 6811 compiler support Gnu LD overlays? - Keith...
Keith Ballantyne
ihcfan79
Offline Send Email
Mar 9, 2005
8:01 pm
6186
Hi Steve, I went and got the the sources a d started a configure to see what I needed to do. It done some tests in curses etc for tgeting. and couldnt find...
Tom Burrell
tomburrell2003
Offline Send Email
Mar 9, 2005
11:03 pm
6187
Steve, I got the gdb-6.2 and it worked. I think, it configured aufle fast compared to the old one. Tom...
Tom Burrell
tomburrell2003
Offline Send Email
Mar 9, 2005
11:07 pm
Messages 6158 - 6187 of 9382   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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