... No shadowing *can* always be a problem when r-m-w instructions are used on a port. ... Shadowing port registers solves the r-m-w problem. Shadowing tris ...
hi Ziya, ... I thought modern sound cards can go higher (mine doesn't :-( If you're only interested in digital signals you could easily add 8 bits to 1 analog...
Hello I am wondering wether there are any libraries for jal that contain trigonometric functions, the arc tangens function in particular. Can anyone help me...
Thanks everyone for your help with this , now that I am aware what the problem is , and being a someone who likes a simple solution , I have decided as wouter...
Hello all! I have a question for you, i need to calculate an angle using the arc tangens function, unfortunately standard Jal does not have this function. Does...
On Tue, 30 Nov 2004 23:53:52 +0100 ... Finaly I did that using 3 counters and executing NOP's I can get more than 5 seconds and I have enough time to perform...
hi Henrik, you could take a look at my site, under "PIC/JAL softt/hard" / "Math" / ... you can find a jal-log-library (with partial lookup table) and you can...
... I'm finding adaware-SE a little better at updating lately. D ... probably not relevant to the OP, but the delay_XX routines do accept an argument: ...
... I still don't understand what your problem was, but I'm glad you solved it. Do you need to do anything while waiting? -- Ir. E.E. van Andel, Fine Wire Heat...
... Very well said. Learn about the RMW problem and you'll see our point. Is there a port in your ... where you can spare a pin so that the rest of the pins...
... Even better: use port e. This port has only three pins. -- Ir. E.E. van Andel, Fine Wire Heat Exchangers, Fiwihex B.V. www.fiwihex.com Wierdensestraat 74,...
Dear All Last night i tried to write a little code to decode NMEA string coming (throug serial USART) from my Haicom GPS. ... x = GetNextByte if x == "$" then ...
On Thu, 2 Dec 2004 08:49:35 +0100 (CET), "Marco . . ." <marimarc76@...> ... weird. Can you find out where it leaves the if tree? ... y = 1 ... y=2 ... y =...
... solved it. One of the greatest things when asking a question into a foreign language is that you may find the answer just asking. Is not a joke, is just...
Hi Vasile, It is a bit expensive and needs DOS :( I will try to search some cheap alternatives. 2 Mega sample/sec is more than enough for me. Thanks a lot ...
Thanx for all the advice, the assembler code for arctangent looks promising, but it brings me to another question: how do i wrap an assembler procedure into...
Hi all , quick question for you all , would I get a quicker response time by polling an input pin for change or by setting up an on change interrupt ? i.e. ...