It's possible to meet another worm which is erasing C drive fat. The message arrived encourage to not open any message having the subject: "WTC survivor" Try...
On Tue, 1 Apr 2003 11:33:23 +0300 (EEST), Vasile Surducan ... Vasile, think. If this worm would erase the FAT of the C drive, it takes down the OS, the ...
Eur van Andel
eur@...
Apr 1, 2003 8:49 am
9430
Hi all, I want to ask you please. I started experiment with PIC 12F675. I wrote easy program for reading data from AD converter on chanel 2. I used Vasile's...
Hi all, I want to ask you please. I started experiment with PIC 12F675. I wrote easy program for reading data from AD converter on chanel 2. I used Vasile's...
Hi Ales, ... Maybe adresl and addresh are in diferent banks. Use and intermediate variable with indirect operations: var byte tempH, tempL tempH = adresH tempL...
... You know that adresh and adresl are in *different* banks, do you? Above code will not work. -- Ir. E.E. van Andel, Fine Wire Heat Exchangers, Fiwihex B.V....
Eur van Andel
eur@...
Apr 2, 2003 9:40 am
9435
Thanks all for help. I didn't realise this fact. I will try it. Regards Ales On Wed, 02 Apr 2003 06:17:27 -0000, "bobulin100" <a.landfeld@v...> ... You know...
Hi everyone, check out photos-->graphic_lcd There's a new picture displaying JAL. I used a 16f628 ('84 short on memory), the program is located under files -->...
cool proffesor Rudi, However, :)) Mike's big graphical LCD is bigger than yours ! Javi's Jal moving icon is not implemented nowhere ! I'm still crying with...
... Wait wait, I'm working on a bigger version (LM213XB) with a HD61830 controller. Hope to finish it in a few years! ... Send it to me, His site is blocked...
I have not been receiving any e-mail from several groups that I belong to on Yahoo since last Saturday. The problem was due to using a program called ...
hi Ian, ... Yes, spam is a terrible issue at the moment. Even more strange that I get more spam on my employers account (which I only use for business) then on...
... My ISP throws everything away that is on their blacklists, which helps a lot. After that my kick-ass mailfilters take over, which I might as well share...
Eur van Andel
eur@...
Apr 3, 2003 9:13 pm
9443
I'm witting a program that samples the ADC for a few ports. The way the ADC works is by a delay as an internal cap leaks voltage. If I may a one line tweak ( a...
Hi Mark, It's not the same 384 and 348 ... and only the lower byte it's sended to the procedure, so you send 348 (movlw 0x5C) and the setup procedure test it...
Dang, I don't know how my serial setup was working at all. I fix those 2 errors. But that doesn't fix the strangness. Thanks for trying. I'll keep looking. ...
On Fri, 4 Apr 2003 09:24:29 +0300 (EEST), Vasile Surducan ... I do! I have some 100 filters with higher priority numbers for storing mail in several folders....
Eur van Andel
eur@...
Apr 4, 2003 6:49 am
9448
... Can you elaborate more on the strangeness? I didn't see the line -- bug = line_r anywhere in your program. ... If you ADC the same channel everytime, no...
Eur van Andel
eur@...
Apr 4, 2003 6:56 am
9449
Hi Eur, ... ... if the delay is to charge the internal capacitor, and the charge it's in the middle of the proccess ... How do you whant to outside the delay? ...
... If the analog voltage is on the pin (as it mostly is) and no different pins are selected, no waiting is necessary. ... This may be in the beginning of the...
Eur van Andel
eur@...
Apr 4, 2003 7:57 am
9451
... Eur, I thought you were an optimist ;-) but after checking it : 12F675-I, max 1 uA @5V 12F675-E, max 8.5 uA @5V Typical values are much lower, and of...
Hi i'm new to JAL, Pics and all this nice things.... I'm working on my first Project....and it works great (at least the JAL Code). But i have a little...
Just an idea for you. You'd need a transistor (just a general purpose 2n2222 or something)...and a relay... 5V sig ---o\ \o--- Test Point GND -----o You would...
... Yeah, this is about how the ADC works. But, I also come back to the fact that the 5 sensors all work right if I put that noop line into the main loop of...
... its 78 lines down from the -- amgtest.jal line. For the case where the program work (by including the assignment to bug) all 5 sensors report values...
... I'm having problems programming a 16F629 using WISP628 ver 1.09 and XWISP 1.07. Other chips program fine, so it isn't a hardware problem with WISP628. ...
Hi Mark, ... I've seen this before when I was trying to make a adc library for the f877. I solved this with the famous 20us delay inside the library and 10KOhm...