... Your serial routine works well and is nice too..., I've testeted at 19200 with same initial condition in which jserial.jal don't work only with timing...
89
smoke_222@...
Aug 7, 1999 3:23 pm
Hello, you may remember past threads on the same poject as i have described here. I am using a PIC16F84, an Allegro A3966SA Bi-Polar stepper motor driver chip,...
90
smoke_222@...
Aug 8, 1999 10:43 pm
Greetings, ill make this short. I am trying to create a left-right light level sensor which will output relative light level on both left and right halves as a...
91
vasile@...
Aug 10, 1999 10:19 am
<7ol16a$k23-@egroups.com> wrote: original article:http://www.egroups.com/group/jallist/?start=90 ... Using a TTL inverter as a charging and discharging circuit...
92
smoke_222@...
Aug 10, 1999 7:40 pm
<snipped> I went ahead and built a test circuit using a .1uF capacitor a CDS photo-resistor (dark is >100k light is <1k) and a 16f84. basically one side of the...
93
bep@...
Aug 11, 1999 7:41 am
I am still doing my Heat control system (like last year) and have been waiting for strings within jal. Then came "jump_table", and i tought my problems were...
94
Jakub Travnik
TRAVNIJ1@...
Aug 11, 1999 9:52 am
Hi Wouter and all users While working on my largest (1023 instructions, sometimes more :( ) PIC project (for my education, not commercial, when it will finally...
95
smoke_222@...
Aug 14, 1999 12:42 am
Hello again JAL lovers, I have taken up another small project for entertainment purposes. I have built a pan mount for my webcam, which uses 1 RC servo to move...
96
w. v. ooijen / f. han...
wf@...
Aug 16, 1999 12:59 am
I have been somewhat slow in repsonding the last few weeks, I hope to pick up the pace again. Hi Benjamin Doing strings in the current Jal is akward. Of course...
97
w. v. ooijen / f. han...
wf@...
Aug 16, 1999 12:59 am
Hi Jesse I may think too simple, but why not just connect the C to the ground and the pin, and the CDS to the pin and the Vcc. Now make the pin output low to ...
98
w. v. ooijen / f. han...
wf@...
Aug 16, 1999 12:59 am
Hi Jakub Good bug report! You isolated the bugs and reduced the sources to the minimum. It might take a while before I can correct the bugs because I'm very...
99
vasile@...
Aug 19, 1999 9:31 am
To Wouter and all JAL users: HI! I have problems with JAL 4.18, on my 486/100MHz AVIP board 16M ram, DOS mode, any compile tentative returns: page fault at eip...
100
vasile@...
Aug 19, 1999 9:49 am
vasil-@... wrote: original article:http://www.egroups.com/group/jallist/?start=95 ... 16f84 ... where ... , ... HI Jesse ! I'm glad to see that you...
101
w. v. ooijen / f. han...
wf@...
Aug 19, 1999 5:54 pm
Hi Vasile ... Strange. Could you send me the source (privately)? ... Good suggestion, I'll take that into account for the next version. Wouter....
102
Russell Grigg
russell.grigg@...
Aug 20, 1999 9:40 pm
I am trying to figure out how to use interrupts with jal, my understanding of using interrups with the pic is limited but it basically involves redirectiong...
103
Snail Instruments
snail@...
Aug 21, 1999 8:19 am
... The interrupt can be viewed as an asynchronous call. It does not return to 0000 but to where the main program was interrupted. The interrupt should use the...
104
w. v. ooijen / f. han...
wf@...
Aug 22, 1999 12:32 pm
... to ... of, ... hand ... Correct, but the current compiler does not do anything beyond setting up the vector and appending a RETFIE, most important it does...
105
vasile@...
Aug 24, 1999 6:33 am
vasil-@... wrote: original article:http://www.egroups.com/group/jallist/?start=101 ... DOS ... error ... Vasile wrote again: This is happening on...
106
w. v. ooijen / f. han...
wf@...
Aug 24, 1999 8:33 pm
Hi Vasile Jal (for dos/windows) is compiled using djgpp. A djgpp-compiled program runs in 386-mode under a so-called DPMI (Dos Protected Mode Interface), which...
107
Snail Instruments
snail@...
Aug 25, 1999 9:27 pm
Hi Wouter, ... Just in case you don't already know it, the free version of CC5X C compiler is limited in generated code size to 1kB, has only 16bit math and...
108
vasile@...
Aug 26, 1999 7:30 am
vasil-@... wrote: original article:http://www.egroups.com/group/jallist/?start=107 ... ended ... of these and for a bank transfer is need more $10....
109
w. v. ooijen / f. han...
wf@...
Aug 26, 1999 3:48 pm
Thanks for the suggestions as to what the biggest problem with $20 by credit card would be! I rtend to forget that there is a laege population that does not...
111
bep@...
Aug 30, 1999 11:37 am
Atleast ghave it as an option to pay with creditcard ! This is very important, since for those of us that are lucky to have one, would like to use it ! (Did...
112
w. v. ooijen / f. han...
wf@...
Aug 31, 1999 4:45 pm
... Of course I did, and it helps to argue that I am doing something that is usefull to some people! How is your heating system progressing? Wouter....
113
bep@...
Sep 1, 1999 8:31 am
Well, my heat control system is prio 255 at the moment, but as soon as the wether is getting worse it will work more with it. Since jal is lagging strings, i...
114
w. v. ooijen / f. han...
wf@...
Sep 11, 1999 10:26 am
I have had questions about receiving scancodes from an AT keyboard, so this code might be of interest. It is just a first try. It displays received scan codes...
115
w. v. ooijen / f. han...
wf@...
Sep 15, 1999 6:30 pm
Pablo Bahamonde asked for sending a command to an AT keyboard. The attached code blinks the three keyboard LEDs. It is a mess, find out for yourself what is...
116
PABLO BAHAMONDE
pablo2@...
Sep 26, 1999 11:57 am
hi. i was looking for help to make or something that have an procedure to work with an 24c16 or 24c65 eeprom memory. If something have something about that...
117
Russell Grigg
russell.grigg@...
Oct 1, 1999 2:41 am
I was looking into the same thing, and found a acrobat file about serial eeproms. You might want to try a I2C compatable one , I thing there are routines to ...
118
w. v. ooijen / f. han...
wf@...
Oct 1, 1999 5:37 am
Russel, although Pablo is probably thankfull for your response the rest of the list has received 1 Mb from you which they probably don't need. Please don't...