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...
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...
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...
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, 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, 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,...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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, 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...
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....
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...
... 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@...
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, 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@...
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...
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...