... Played a lot with not because I know these are the best, but just these are the three types I could find :-S - 16F628 - 16F877A - 18F452 and hopefully the...
Hi all, It's great to see the renewed activity on libraries for JAL V2! I've been using Stef's libs a lot and used the new includes from Rob succesfull...
... USB is not for sissies! Did you read the microchip documentation about USB? http://ww1.microchip.com/downloads/en/AppNotes/01166a.pdf 40 pages. My...
... We have discussed this and we agree with you. ... There will be a few libraries, but lots of examples which call these libraries in the proper way. ... ...
Kyle, I noticed a somewhat strange contents of a hex file for a 18F242. Some ... As you can see line 6 contains bytes starting at address 0032, while addresses...
[I changed the subject since this is not limited to libraries.] ... JalV2 is case insensitive, but filenames are case sensitive for Unix/Linux users! Windows...
... Are you sure of that ? I tried 'include 16f88' (with a 16f88.jal) and 'include 16F88', both work, even if I'm the first surprised... Anyway, I fully agree,...
Hi Is it JAL? JALV2? JALv2? Jal? JAL is probably best, and this means the latest version, i.e. 2.4g now. If you mean "old" jal, add 0.4.xx. I've taken the...
Hi Is it true that the internal delay function _usec_delay() needs a byte input? Shouldn't the compiler generate an error for below code? ... Needless to say,...
Hi Kyle, my LED doesn't blink with _usec_delay(500_000) should it? There's no compiler error. ... ir EE van Andel eur@... http://www.fiwihex.nl Fiwihex...
would it be too difficult to have a "readme.txt" file to accompany each lib? for example, readme_usart_877.txt. this would keep the lib from getting...
Hi Randy, ... There'll what we consider better: a jal example, a real jal program everyone can compile, to test the library. Having such samples, for each...
I will be happy to help with serial link testing on the 16F887. Have it working now with Bert's starterpack and Bart's additional library. Regards, Berend ...
Hi ... Which is weird on several accounts. The device code is listed as 0x0C00, = 0b0000_1100 0b0000_0000 According to the datasheet (39262d page 257), this...
... We never discussed it, but all filenames are lowercase and it will stay that way. ... ir EE van Andel eur@... http://www.fiwihex.nl Fiwihex B.V....
... I didn't. It came from another example. Meanwhile, my LED is blinking. The non-blinking was due to not proper initialising the fuses. ... ir EE van Andel...
... Code should be self-explanatory, and the lib can be filled with comment. There sill be an example as well, where we keep the comment minimal. Blink-a-LED...
Greetings, Sorry, I responded to this yesterday but apparently yahoo failed at some point. ... That would be rather silly -- the maximum delay would be...
First, I wish to thank everyone for their help and patience as I get this running properly. I have a proper serial port on my Mac now: /dev/tty/keyserial1....
... I took the liberty of snooping around in picdelay.c, but saw no reference to clock speed. Can you confirm that _us_delay() is not PIC oscillator speed...
... I seem to remember something about app_util, and I solved it. I'm too old to remember how :-( I'm searching for app_util.py on my HD as I type. Will get...
... Kyle is probably not awake yet... ... I would say _usec_delay() is processor speed dependent, but it compensates for differences with the value of pragma...
... There you have it. I just hashed it out and it works. I only hashed out the import statement. Wouter, could you tell us some more about app_util.py? Might...