Search the web
Sign In
New User? Sign Up
jallist · JAL mailing list
? 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.

Messages

  Messages Help
Advanced
Messages 23956 - 23985 of 25153   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
23956
... Oliver that's perfect, I'll contact you off line. ... Again, I think this might be a fantastic tool. cheers, Stef...
Stef Mientki
aap_beertje
Offline Send Email
Aug 1, 2007
8:25 am
23957
... take a look at http://www.scintilla.org/ its a source code editing component that a whole bunch of python editors use and its got stuff for lots of other...
Jake Anderson
zyeborm
Offline Send Email
Aug 1, 2007
1:00 pm
23958
... JALsPy, already has it already builtin ;-) ... Well you can't blame Python, you can create any type you like, and you can even change the standard types in...
Stef Mientki
aap_beertje
Offline Send Email
Aug 1, 2007
3:22 pm
23959
After the many reactions I obtained after stating my problem with the case statement it was clear what the problem was .I thought -in view of an example i saw...
k135buthker
Offline Send Email
Aug 2, 2007
6:57 am
23960
Hey guys, I just upgraded to Jal V2.3 this weekend and must say that I'm loving it. However, I believe I have found an issue with the For X using Y loop...
sstandfast
Offline Send Email
Aug 2, 2007
10:20 am
23961
hello, does anyone has a Scintilla highlighter / language definitions for JAL ? thanks, Stef...
Stef Mientki
aap_beertje
Offline Send Email
Aug 2, 2007
1:11 pm
23962
a little background: my code and I/O needs for a particular project have exceeded the capability of the chip I have traditionally used (16f628). As such, I...
hunt4it44
Offline Send Email
Aug 2, 2007
5:22 pm
23963
Hello, How can I avoid this warnings. jal 2.3 (compiled Jun 29 2007) 0 errors, 0 warnings [Warning] (NXT_I2C.jal) [Line 123] target bank size not defined, ...
marc_de
Offline Send Email
Aug 2, 2007
5:59 pm
23964
... This method works well. Just an FYI if anyone else runs into the same issue. Shawn http://www.geocities.com/sstandfast ...
Shawn Standfast
sstandfast
Offline Send Email
Aug 3, 2007
2:54 am
23965
hi Shawn ... What's "this" ? I looked at your website (OBDII -interface), but I can't read anything with Mozilla, all kinds of text are put over each other, ...
Stef Mientki
aap_beertje
Offline Send Email
Aug 3, 2007
1:23 pm
23966
... Instead of executing the loop like: for delta + 1 using i loop ... doing it like: delta = delta + 1 for delta using i loop ... This eliminated the problem...
Shawn Standfast
sstandfast
Offline Send Email
Aug 3, 2007
2:44 pm
23967
... Stef Looks fine on firefox. Don't know if Mozilla has this but you could try View->Page Style->No Style. I might let you see it. That works on broken...
Wayne Topa
wtopa
Offline Send Email
Aug 3, 2007
4:56 pm
23968
... Sent Off-List on purpose Shawn There is a small problem on the page, using firefox and your css settings, at the paragraph starting with "This is the...
Wayne Topa
wtopa
Offline Send Email
Aug 3, 2007
4:56 pm
23969
... Sorry typo, again. :-( It might let you see it. Wayne -- Is reading in the bathroom considered Multi-Tasking. ...
Wayne Topa
wtopa
Offline Send Email
Aug 3, 2007
6:54 pm
23970
... Sorry I meant Firefox, but I mean "real Firefox" ..., ... There is a better way, right click on the tab and choose IE as rendering machine, but then you...
Stef Mientki
aap_beertje
Offline Send Email
Aug 3, 2007
7:14 pm
23971
In the library files associated with jal v4.5, what is the difference in the following 2 files: 16f877_4.jal and f877_4.jal At face value, they appear to be...
hunt4it44
Offline Send Email
Aug 3, 2007
8:13 pm
23972
... project ... code ... code ... are ... defined, ... defined, ... and ... I ... they ... last ... I believe this is a change in version 2.2.2, which now...
gef
gef200
Offline Send Email
Aug 4, 2007
7:30 am
23973
... This again looks like the change in v2.2.2 that requires 2 new pragmas to be defined. In your code you should have include c16f819 which itself has include...
gef
gef200
Offline Send Email
Aug 4, 2007
7:44 am
23974
... Thanks Gef, I missed that note too! (probably because I have warnings switched off by default). The V2 starterpacks on my website have been updated...
Bert van Dam
bertloopvogel
Offline Send Email
Aug 4, 2007
9:51 am
23975
Dear group, Can anyone point me to a library for the 1-wire protocol. The only libs I can find are for the 'old' compiler. Thanks very much, Jeroen...
jeroenvanaert
Offline Send Email
Aug 4, 2007
2:55 pm
23976
Hi, I'm trying to use serial_sw_write() to send data to the serial port on a PC. I would expect this small test program to send the letters from A to Z and...
Emil Johnsen
emil32768
Offline Send Email
Aug 4, 2007
11:17 pm
23977
... Hi Emil, If you use a MAX in combination with software serial you need to invert the signal. Open 12f675_bert and search for the statement const...
Bert van Dam
bertloopvogel
Offline Send Email
Aug 5, 2007
8:46 am
23978
... Hi Bert, Thank you for the quick reply. I tried that yesterday. The data I received changed, but was still not correct. I will try it again, I assume there...
Emil Johnsen
emil32768
Offline Send Email
Aug 5, 2007
9:40 am
23979
... Hi Emil, ... Ok. I always use 1200,n,8,1 but I don't think stopbits make any difference. Just to make sure you might try that as well. Also make sure the...
Bert van Dam
bertloopvogel
Offline Send Email
Aug 5, 2007
10:02 am
23980
I just downloaded the Starterpack.zip and I see no files with recent edit dates ... has it been uploaded yet????? ... [Non-text portions of this message have...
Brian B. Riley
briann1bq
Offline Send Email
Aug 5, 2007
5:31 pm
23981
... Hi Brian, Yep, you now have the new version. You won't find any new edit dates. I already had the correct files with pragma target bank and pragma target...
Bert van Dam
bertloopvogel
Offline Send Email
Aug 5, 2007
7:26 pm
23982
GEF and Bert, thanks for the information. It will be a couple of days before I get a chance to play with the program again. I will download the latest, ...
hunt4it44
Offline Send Email
Aug 5, 2007
9:26 pm
23983
hello there! you can use the libraries i wrote for the 1-wire protocol and also the temperature part used in DS18xx devices. You can also try bert's libraries ...
Radulescu Adrian
adi_radulescu
Offline Send Email
Aug 6, 2007
9:43 am
23984
I already saw the example at Bert's site, but it says Jal 4.6 I've downloaded your files and will take a look at them. Thanks !! Jeroen...
jeroenvanaert
Offline Send Email
Aug 6, 2007
11:16 am
23985
I am obviously overlooking something that is probably very simple. I am trying to convert a jal program that I have used on a 16f628 to a 16f877a. However, I...
hunt4it44
Offline Send Email
Aug 6, 2007
3:12 pm
Messages 23956 - 23985 of 25153   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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