(solving re-entrancy problems with interrupts) 1. block all interrupts in procedures 2. if procedures are used in interrupts, make a wrapper that saves all ...
Augusto, Can you post the technical data in the files section. Regards Ian ... From: Augusto Yipmantin - OA4CVT [mailto:oa4cvt@...] Sent: 01 February...
Hi Ian, Yes, I can post the datasheet, only tell me how and where to post it. It is a PDF file 555 Kb. Augusto ... From: Ian Forse To: jallist@yahoogroups.com ...
JAL-developers, I had heard about the Watcom C-compiler before, but never used it. Recently it has been renamed to 'Open Watcom' and is now available for free...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the jallist group. File : /Augusto...
jallist@yahoogroups.com
Feb 1, 2003 4:56 pm
8496
Hi Rob I'm considering doing some JAL mods. Originally I was going to use Visual C++ but as this is not a freely available compiler it would limit other...
Hello Martine, ... Thanks for the hint. I looked at the project summary and the available files. Although there is a older Linux variant, the recent versions...
Hi Martin, ... Nice shoot Martin! There's no a future, compiles jal source without a error or warning, and with a nice GUI. :-)) ... I can't download the files...
This is the Jallist bi-weekly info message. JAL is a free language (compiler) for the Microchip 16f84 and Scenix SX microcomputers available from the <A...
jallist@yahoogroups.com
Feb 2, 2003 5:14 pm
8500
On Sat, 29 Dec 2001 12:04:11 -0000, "Adam Horden" ... Set your clock first. ... constants in procedures? I wouldn't do that. The compiler replaces constants...
Eur van Andel
eur@...
Feb 2, 2003 11:15 pm
8501
On Sat, 01 Feb 2003 10:21:40 -0000, "nisheeth_007 <nisheeth_007@...>" ... serial.jal ... ...
Eur van Andel
eur@...
Feb 2, 2003 11:19 pm
8502
hi Eur, As I'm always reading your interesting and good comments very accuratly, I now noticed my libraries where used (but not the way I intended!!) ... Don't...
... YOU should do that. You post your code on the web for all to use. Adam should calculate his constants with pencil and paper on the blank pages of his...
Eur van Andel
eur@...
Feb 3, 2003 12:23 am
8504
HI, The pic approach has not worked for me in my application and as I am new to JAL and pics I deiced on a solid analog hardware approach.A pic is only used to...
Hello everyone, After numerous delays I have finally succeeded in writing "Hello world" to my SED1330 based LCD display. I was delayed by lack of energy from...
hi how does the speed of crystal effects the serial communication speed ? in JALcc the software serial communicaton routine are written for 20Mhz crystal. I am...
Hi Mike, Ask freely, JAL open-source isn't a 2 day work. ;-) You have some libraries for DMX973 display at: ...
JAPUS11
JAPUS11@...
Feb 3, 2003 6:23 am
8508
Hi Nisheeth, There're few thing that not depent of the xtal speed, and serial library is not one of them. You should fetch/set your library for your xtal...
JAPUS11
JAPUS11@...
Feb 3, 2003 6:28 am
8509
Oh, sorry Sunish ! I forgot about you... sorry again ! :) regards, Vasile http://www.geocities.com/vsurducan...
... I'm sorry but I don't understand this point: "block al interrupts" ... This seems to be correct. ... This may be correct to, but have some curious sense...
True, for instance serial,jal does not work the same for 4 or 20MHz. My tests shows the 20MHz is working worst than 4MHz at slow baud rates: 4800 ( and this...
... I haven't tested yet. Maybe I will never test it because I don't plan any LCD with 12F675. I've got from Wouter some 16F630 which fit better this...
Hello all, I've been monitoring this list for a while now and have to say that I'm pleasently suprised with the help you get. So for the first time I'd like to...
larsvanderdoelen <lvd...
lvddoelen@...
Feb 3, 2003 8:52 am
8514
On Mon, 03 Feb 2003 08:52:42 -0000, "larsvanderdoelen <lvddoelen@...>" ... Calculate the speed that you need. 2400/10 = 240 chars/second or 1 byte every...
Eur van Andel
eur@...
Feb 3, 2003 9:33 am
8515
... The usart buffer have just 2 fifo and the register itselfs. Will never owerflow if you keep the correct baudrate ( ie 115200 for example ). But if you are...
Hi, Now that the source code has been released, I thought I might add a couple of "Wishes" to the JAL language. The first is Strings and the Second are Arrays....
Hi Lars, The best for receive 6 bytes from USART is to receive one by one, perhaps you are smiling now but you will understand what's mean. The strategy...
JAPUS11
JAPUS11@...
Feb 3, 2003 10:18 am
8518
... I hate mail :) The phrase above is trying to tell that any structure above may be implemented on the actual jal version without any problem using ...