Hi Jm Thanx for the code, it is verry usefull. Pitty I can't try it right now, I am at school... When I come home, it will be the first t hing to do! (after...
... Max 232 is just for lever conversion from TTL/CMOS to RS232. So, if you know other different methodes to convert, you don't need it. BTW I've numbered 5 or...
Hi Everyone. I always use some kind of line driver, but having read this post I decided to ask a question that has been bothering me for as long as I have been...
The answer is simple Rick. thre are three kind of communications: a. reliable b. almost reliable in good defined conditions c. not reliable I'm really sorry...
... I ... drivers? From http://www.parallax.com/dl/docs/prod/stamps/BasicStampMan.pdf (pp.294-295): "All BASIC Stamps (except the BS1) have a line driver on...
I had trouble with BumbleBee and Winwisp on 16F876A. There's someting with the fuses, both fails on them, however XWisp does everything just fine. WinWisp...
Dear all I built this very simple program to learn to use internal EEPROM in 16F628 When i program my chip using IC-Prog 1.05 C something strange happens: ...
... hi Gabe, What do you think the function asynch_read_hw will return ;-) if asynch_read_hw (x) then Stef [Non-text portions of this message have been...
This message is for all jal users which have: - at least one web page with a PIC application written in jal - at least one software piece related to jal (IDE,...
hi Javi, ... me too, doesn't matter, we (or at least I) can work around it. It would be nice if we could find some other people, who would spend some time on...
Hi Stef, "Spring is in the air". But I prefer the spanish saying, more or less literally: "spring makes the blood boil". ... You've a good memory (like an...
is it just me or are the oscillator pins not so well behaved as I/O pins? Code that works for other I/O pins work erratically with the oscillator pins....
... Hi Mihai, You only deleted your mail message. You can still read the message in the jallist on yahoo: http://groups.yahoo.com/group/jallist/message/13780 ...
Hi Gordon, I started working with your vardelay library today but I am having a little problem. It seems the delay functions never return. When I use jdelay...
Hi, Your problem is with the extra lines that JAL is inserting into the code everwhere ( marked by <<<<<<<< below). Its is writing to the PCLATH register and...
Hey all, I was wondering if anyone has had any success integrating RF transmitters/receivers into their PIC projects for serial transmission. I've been...
... related ... I actually made one up just for this reason this morning and posted a request to the "ring keeper"! The page is at http://www.wahoo- ...
Too funny ... I've been looking at these for the past week. It seems to me that they are just like any other network bridge technology, everything is nice and...
... transmission. ... makes ... If an ... All that you would have to do is calculate a checksum and if there was a problem, request that the sender re-send the...
depends how fast you can send data and how much you have to send. with all schemes the tradeoff for accuracy when sending blind is to send slower or send more...
My app will have multiple transmitters and receivers on the same frequency, they'll need to not interfere with each other. Tap tap tap tap. I have other things...