Hmmm, lets think.... Reply to : SmokersInfo@... ;-) /Benjamin "John Sampson" <sampsonbrothers@...> on 30-10-99 15:40:56 Please respond...
151
vasile@...
Nov 1, 1999 10:44 am
Scenix offers a free sample pack (unfortunately Microchip does not do this with 16F877...)with 2 pieces of SX48 and SX52. I want to try JAL on this but I have...
152
mohdrazif@...
Nov 2, 1999 8:36 am
Hi, Im quite new to this PIC16F84. And JAL too. Can anyone show me how to do DTMF decoder in JAL please ???. Codes would be a great HELP !!!...
153
bep@...
Nov 2, 1999 8:49 am
First of all you would need ad DTMS decoder chip, so that would be step one. I am sure that some of us on this list can help you after that has been done... ...
154
vasile@...
Nov 4, 1999 6:55 am
Hi everybody, I have a problem with pin_b4 to pin_b7 on change interrupts. Can someone send me a little JAL code for this? How can be used interval and...
155
w. v. ooijen / f. han...
wf@...
Nov 4, 1999 9:25 pm
... Sorry, I have never used that. ... Take a look at the asynchronous routines (serial.jal). succes, Wouter...
156
jjamwal@...
Nov 15, 1999 8:23 am
HI! Can anyone help me to drive 4*4 LED matrix display on portB.I had constructed "PICXIE"(a 4*4 matrix sign board using MPASM) which works fine.Four rows are...
157
w. v. ooijen / f. han...
wf@...
Nov 15, 1999 8:22 pm
What do you want to display? To display a fixed sign defined by a few bytes (actually nibbles) you could use something like (I did not pay attendtion to...
158
stefan.rudin@...
Nov 16, 1999 7:07 pm
Hello, if anyboady needs a byte invert function: function inv(byte in x) return byte is var bit h at x : 7 var byte result var bit l at result : 0 for 8 loop ...
159
bep@...
Nov 17, 1999 9:06 am
Doesn't jal support XOR ? Regards Benjamin Petersen stefan.rudin@... on 16-11-99 20:10:57 Please respond to jallist@eGroups.com To: jallist@eGroups.com...
160
Paolo Priolo
paolopriolo@...
Nov 17, 1999 11:33 am
HI! Can anyone help me to realize inpulse counter in Jal ? I setting interval to 10 uS and i want monitoring the inpulse input to pin b0 in the time prefissed....
161
adrenaline@...
Nov 17, 1999 3:27 pm
I have used it. XOR function in JAL is the "^" character example A ^ B...
162
John Sampson
sampsonbrothers@...
Nov 17, 1999 3:57 pm
Can you please remove my address from your list, I was put on in error trying to reach Japan Air Lines (JAL) Thanks. ... From: <adrenaline@...> To:...
163
John Sampson
sampsonbrothers@...
Nov 17, 1999 4:22 pm
CAN YOU PLEASE REMOVE ME FROM YOUR LIST, I WAS PUT ON YOUR LIST BY MISTAKE. I THOUGHT I WAS JOINING JAL (JAPAN AIR LINES) GROUP. THANK YOU, JOHN S...
164
w. v. ooijen / f. han...
wf@...
Nov 17, 1999 7:45 pm
Hush Hush, shouting does not help! I think you can unsubsribe yourself easily, but OK, I have done it for you. Wouter. ... From: John Sampson...
165
w. v. ooijen / f. han...
wf@...
Nov 17, 1999 7:45 pm
(Putting this back onto the jallist) I think there is no delay_10us (that is pretty short for a PIC), but there are various delays inbetween (look in...
166
Eric Aos
EOA@...
Nov 19, 1999 10:42 pm
In looking at the specs for the 16f877 (I think that was the one) I noticed it said to use Ceramic Capacitors. I've been having very instable serial...
167
Snail Instruments
snail@...
Nov 20, 1999 8:13 am
... Yes, 100nF is a good choice. Be sure to have some bypass. ... Yes, ~15-30pF, according to the tables in oscilator section ... No, 1-10uF electrolytic is...
168
Russell Grigg
russell.grigg@...
Nov 21, 1999 10:32 pm
I have been trying to use the i2c procedures to read and write to a 24lc16. I have got pic pin a3 to scl a4 to sda with pull up resistors. This program just...
169
Rob Curtis
syncom@...
Nov 22, 1999 6:46 am
This query has little more to do with JAL or PIC's than the fact that I hope to use them both for the project however.. Has anyone had any experience with...
170
bep@...
Nov 23, 1999 8:38 am
The scale is : f = 1 mf = 0.001 = 10-3 uf = 0.000001 = 10-6 nf = 0.000000001 = 10-9 pf = 0.000000000001 = 10-12 So the answer...
171
bep@...
Nov 23, 1999 8:47 am
I have used/cracked hasp a few times. They are VERY good, The thing isn't that much in the hardware protection, but more to secure the software functions that...
172
vasile surducan
vasile@...
Nov 23, 1999 10:16 am
The scale is : f = 1 mf = 0.001 = 10-3 uf = 0.000001 = 10-6 nf = 0.000000001 = 10-9 pf = 0.000000000001 = 10-12 So the answer...
173
bep@...
Nov 23, 1999 10:21 am
Of course ;-) The scale is : f = 1 mf = 0.001 = 10-3 uf = 0.000001 = 10-6 nf = 0.000000001 = 10-9 pf = 0.000000000001 = 10-12 So...
175
M Blundell
martinb@...
Nov 24, 1999 12:04 am
Benjamin, The scale's OK, but 0.1uf = 10-7f = 100nf. Therefore, 100 pf. = 0.1nf If I'm not mistaken. Martin Blundell...
176
Rob Curtis
syncom@...
Nov 24, 1999 1:42 am
Thanks for your help Benjamin. Since everyone on the list is getting a refresher course in capacitors and engineering notation, I don't feel so bad about...
178
Corine en Cor van der...
corine@...
Nov 24, 1999 8:34 pm
Rob, You have made a good explanition about software keys. ... A few years ago I worked for a PLC manufacturer. One of my customers broke the hardware key for...
179
w. v. ooijen / f. han...
wf@...
Nov 26, 1999 2:05 pm
Hi Russel I think you need to study the 24lc16 documentation in some more detail, and you won't be able to use the i2c_read_... and i2c_write_... without some...
180
Russell Grigg
russell.grigg@...
Nov 27, 1999 1:07 am
Thanks for your help I just switched everthing over to a use a 25lc32 spi chip instead, works great. Just had to give up a pin or two...
181
Stefan Rudin
stefan.rudin@...
Nov 27, 1999 1:45 pm
Hello Russell, i write this routines for 24C65 serial eeprom. greetings stefan include i2c procedure write_24c65(byte in addr1, byte in addr2, byte in data )...