... 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...
... 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...
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...
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...
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...
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, ...
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, ...
... 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...
... 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...
... 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...
... 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...
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...
... project ... code ... code ... are ... defined, ... defined, ... and ... I ... they ... last ... I believe this is a change in version 2.2.2, which now...
... 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...
... 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...
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...
... 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...
... 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...
... 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...
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...
... 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...
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, ...
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 ...
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...