Re: [jallib] Just Another PIC Programmer (JAPP) update

2024-09-18 Thread vasi vasi
If the python script uses only "console" functions, it can be compiled into an executable file. I know there are compilers for python... at least, Linux and Windows. On Wed, Sep 18, 2024 at 8:01 PM Rob CJ wrote: > Hi Vasile, > > Initially the charge pump was connected to 5 Volt but due to the fa

Re: [jallib] Just Another Pic Programmer (question).

2024-08-06 Thread vasi vasi
Rob, if you ask me, go for it! For as long as PICs will be available! We need that programmer. On Tue, Aug 6, 2024 at 8:08 PM rob...@hotmail.com wrote: > Hi all, > > I posted this question on Jallist and Jallib. > > Some time ago Rob Hamerling mentioned that the new version of MPLABX will > no

Re: [jallib] Just Another Pic Programmer (question).

2024-08-06 Thread vasi vasi
Microchip evolving to closed source tools and limited capabilities for the free stuff... If I remember right, there was a movement against Open Source in the previous American administration (actually, it started from the Obama Administration when there were fears that the "3D printing revolution"

[jallib] Squab Linux Live - the most complete live system

2024-07-17 Thread vasi vasi
Designed to work offline, already configured for embedded, with an active firewall and a secured web browser for when Internet connection is desired. The "work" subfolder in the HOME folder has all the required project templates. The majority of them come with the Visual Studio Code support. http

Re: [jallib] Linux executable

2024-06-22 Thread vasi vasi
did not have this option. > > Anyway it will be in the next bee-package. Compiler version is still the > same btw. > > Kind regards, > > Rob > > ------ > *Van:* jallib@googlegroups.com namens vasi vasi > > *Verzonden:* maandag 27 mei 202

Re: [jallib] Linux executable

2024-05-27 Thread vasi vasi
gt; One question though. Somebody suggested me to have a look at the Appimage > format: > https://docs.appimage.org/packaging-guide/index.html > > I did not look into that yet, but is that also an option? > > Kind regards, > > Rob > > > > > > --

Re: [jallib] Linux executable

2024-05-26 Thread vasi vasi
, you get this with a statically linked compiler. This compiler does not use or need a dynamic loader. Ask Kyle if you don't get it. On Sun, May 26, 2024 at 3:52 PM vasi vasi wrote: > Sorry Rob, > > that really is not our problem. We do not statlically ling glibc. We > statically li

Re: [jallib] Linux executable

2024-05-26 Thread vasi vasi
lems with the Linux version of > jalv2? > > "If it ain't broken don't fix it" 🙂 > > Kind regards, > > Rob > > > > -- > *Van:* jallib@googlegroups.com namens vasi vasi > > *Verzonden:* zondag 26 mei 2024

Re: [jallib] Linux executable

2024-05-25 Thread vasi vasi
the jalv2 executable, position the bas/cursor over it and press F3 button. After a red dialog that announces you that there are no symbols, press enter and you will get a window with details about the executable. You get more info than using just the ldd command. On Sun, May 26, 2024 at 4:00 AM v

Re: [jallib] Linux executable

2024-05-25 Thread vasi vasi
this is the Makefile.inc I used On Sun, May 26, 2024 at 3:50 AM vasi vasi wrote: > Using musl-gcc, with -Werror and -fPIC removed and adding -static to > LFLAGS, I get a size of 530272 bytes, statically linked and striped. > LinuxMint LMDE 6 here. > > musl library is a ver

Re: [jallib] Linux executable

2024-05-25 Thread vasi vasi
Using musl-gcc, with -Werror and -fPIC removed and adding -static to LFLAGS, I get a size of 530272 bytes, statically linked and striped. LinuxMint LMDE 6 here. musl library is a very small library compared to glibc. On Sun, May 26, 2024 at 3:34 AM vasi vasi wrote: > I never heard that you

Re: [jallib] Linux executable

2024-05-25 Thread vasi vasi
ck look on the > internet and I read that you are not allowed to statically link GLIBC due > to licensing. > > I saw some info about musl but no clue (yet) what to do. > > Any hints would help. > > Thanks. > > Kind regards, > > Rob > > > -

Re: [jallib] Linux executable

2024-05-22 Thread vasi vasi
> that issue. > > I can have a look a linking it statically. Are you - or other JAL users - > experiencing problems with the current version (2.5r8) of the JAL compiler? > > Kind regards, > > Rob > > -- > *Van:* jallib@googlegroups.com namen

[jallib] Linux executable

2024-05-22 Thread vasi vasi
Hi Rob, I see you provide executables for linux that are dynamically linked... A statically linked executable can work on both glibc and musl based distributions (Alpine and Void linux as two main examples as musl platforms) no matter on which platform this was compiled (be it glibc or musl), and

Re: [jallib] Seven segment library

2024-05-05 Thread vasi vasi
Anyway, the developer that stole the 25th char, should get in front, admit it and return the char... Just kidding. 😄 On Mon, May 6, 2024 at 12:57 AM vasi vasi wrote: > Hi Rob > > For the 25 value I used the h_small char (h)... > But the library I was working on is for gcbasic. N

Re: [jallib] Seven segment library

2024-05-05 Thread vasi vasi
t; > Thanks for reporting is. Since you already fixed it can you give me the > exact code change that you made? > > Ik will upload it for the next build. > > Thanks > > Kind regards, > > Rob > > -- > *Van:* jallib@googlegroups.

[jallib] Seven segment library

2024-05-04 Thread vasi vasi
Hi guys, There is a problem with seven_segment.jal and if I remember, is not the first time I signaled this. If you look at it, there is a missing value, you jump from 24 to 26. in both the comment section where you document the library, and in the code section. The code from the value 25 is miss

Re: [jallib] Assembling

2024-04-16 Thread vasi vasi
Forgot to say that the other alternative for GCBasic colored syntax is Geany IDE which also works great. On Tue, Apr 16, 2024 at 5:28 PM vasi vasi wrote: > Thank you for the info, guys! > Yes, there is a demand for a standalone assembler, as gputils seems dead. > And there are few proj

Re: [jallib] Assembling

2024-04-16 Thread vasi vasi
ll try to compile it with > an older version of mplabx. Even a source written for an older version of > mplab but compiled with an upgraded version of mplab will gave a huge > number of errors. If finally have zero error after asm file compilation, > the resulted hex file still can be useles

Re: [jallib] Assembling

2024-04-16 Thread vasi vasi
at 1:27 PM Rob CJ wrote: > Hi Vasi, > > I think not but you should be able to create a hexfile using the mplabx > assembler since the syntax should be correct. > > Met vriendelijke groet, > Rob Jansen > -- > *From:* jallib@googlegroups.c

[jallib] Assembling

2024-04-16 Thread vasi vasi
Can jalv2 generate a hex file from its own (generated) asm file if provided with only that? -- Vasi -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to jallib+unsubscr..

Re: [jallib] English (function) question

2023-09-30 Thread vasi vasi
For a non-native English speaker like me, the function names are perfect! On Sat, Sep 30, 2023 at 11:40 AM rob...@hotmail.com wrote: > Hi all. > > I have a question for English native speakers. I am working on a library > for the HC-SR04 ultrasonic ranging module. > > I have functions that retur

Re: [jallib] Re: [jallib build] buildbot failure in jallib on jallib-bee

2023-07-17 Thread vasi vasi
No, it is fun. Like, Oh, another failure! On Mon, Jul 17, 2023 at 5:45 AM Matthew Schinkel wrote: > Should I turn this off for now while I fix it on another server? > > Matt. > > On Sunday, July 16, 2023 at 9:05:58 AM UTC-4 BuildBot wrote: > >> Hi guys, >> >> This is buildbot speaking. I have fi

Re: [jallib] bee packages

2023-07-06 Thread vasi vasi
Natural swarming? On Thu, Jul 6, 2023 at 5:27 PM Rob Hamerling wrote: > > Hi guys, > > I'm missing recent bee packages, the latest I see is of April 30. Where > are the newer ones? > > Regards, Rob. > > > -- > *Rob H*amerling, Vianen, NL > > -- > You received this message because you are subscri

Re: [jallib] Releasing untested device files

2023-06-27 Thread vasi vasi
One excellent attribute of the jallib project was the trustworthy device files. And that because they did *not* trust Microchip... On Wed, Jun 28, 2023 at 2:37 AM pinhe...@gmail.com wrote: > Thanks for the tip, > > I already tried VS Code but abandonned it because: > - Probably a font problem, b

Re: [jallib] [jallib build] buildbot failure in jallib on jallib-bee

2023-05-31 Thread vasi vasi
s not provide a > solution for this specific problem. A complete mystery to me. For now I > will still create the compilers locally but if needed they can also be > build using GitHub Actions by a press of a button (I do not create the > compilers after a push to GitHub, only to be started

Re: [jallib] [jallib build] buildbot failure in jallib on jallib-bee

2023-05-30 Thread vasi vasi
If the binary files of the compiler are distributed anyway, for Linux what about compiling it in a musl/llvm based system (as gcc in Linux can't compile static if math lib from libc is required) as a truly static binary? On Sun, May 28, 2023 at 4:09 PM wrote: > Hi guys, > > This is buildbot spea

Re: [jallib] Exit Loop issue

2023-01-01 Thread vasi vasi
Filipe, perhaps Rob thinks that the "exit loop" trows you between "while" and "loop" and to pass over "while" you need a second "exit loop"? :P On Sun, Jan 1, 2023 at 10:39 PM flyway38 wrote: > Hi Rob, > > Happy New Year !! > > Two Loops ?? > Not sure if theres two loops here... > Check my code

Re: [jallib] exit of master/slave?

2022-10-22 Thread vasi vasi
Forked! On Sat, Oct 22, 2022 at 8:06 PM vasi vasi wrote: > Stupid Microchip. It is more safe to remain to old master/slave and when > scanning for new devices or whatever, change host/client to old naming. As > for me, I remain at the old master/slave and having entire world kiss

Re: [jallib] exit of master/slave?

2022-10-22 Thread vasi vasi
> > > > Is someone offended by this? If someone is offended we can change it, else > it seems like quite a lot will need to be changed and won't be backwards > compatible. > > > > Matt. > > On Saturday, October 15, 2022 at 10:34:00 AM UTC-4 rob...@hotmail.com &

Re: [jallib] Re: PICKit3 programmer question.

2022-10-20 Thread vasi vasi
So, that is why my 18f2550 transformed into an USB2Serial device stopped working... maybe is not burned... On Thu, Oct 20, 2022 at 9:27 AM vsurducan wrote: > Evan, I would say: do not boot your PC with Pickit2 connected to the USB. > Why? because there are chances to end with corrupted firmware.

Re: [jallib] Atmega programming

2022-10-15 Thread vasi vasi
And here is an USBasp GUI that can be compiled for windows... https://github.com/excursively/USBasp_GUI On Sat, Oct 15, 2022 at 4:11 PM vasi vasi wrote: > JUST remembered... avrdude has suport for pickit2 programmer that can be > used to program AVR's... > > On Sat, Oct 15, 202

Re: [jallib] Atmega programming

2022-10-15 Thread vasi vasi
JUST remembered... avrdude has suport for pickit2 programmer that can be used to program AVR's... On Sat, Oct 15, 2022 at 3:59 PM vasi vasi wrote: > If you can borrow an Arduino or make an effort to buy one, it will serve > you well as a programmer, not only for AVRs, but also f

Re: [jallib] Atmega programming

2022-10-15 Thread vasi vasi
gt; regards >>>> Hans >>>> >>>> Op woensdag 21 september 2022 om 18:02:45 UTC+2 schreef funlw65(Vasi): >>>> >>>>> >>>>> https://adduino.com/upload-hex-file-on-arduino-using-avrdude-programming-avr-boards/ >>>>>

Re: [jallib] exit of master/slave?

2022-10-15 Thread vasi vasi
This will not be a workable solution if you do not keep the old libraries at least in repository, even if you do not release them anymore. You don't know how many valuable projects are out there, is a real pain for new development teams to deal with old, deprecated firmware, written in an alien lan

Re: [jallib] Atmega programming

2022-09-21 Thread vasi vasi
https://adduino.com/upload-hex-file-on-arduino-using-avrdude-programming-avr-boards/ On Wed, Sep 21, 2022 at 6:35 PM vasi vasi wrote: > Fast answer, inside LunaAVR product (Luna Studio for AVR), you have a > avrdude graphical interface... > http://avr.myluna.de/ > > Also, here

Re: [jallib] Atmega programming

2022-09-21 Thread vasi vasi
Fast answer, inside LunaAVR product (Luna Studio for AVR), you have a avrdude graphical interface... http://avr.myluna.de/ Also, here you have a GUI for avrdude (you can use an Arduino as an ISP programmer - it is a ino sketch delivered with arduino) https://github.com/ZakKemble/AVRDUDESS Video t

Re: [jallib] Compiler optimization

2022-09-08 Thread vasi vasi
Try older releases from here http://justanotherlanguage.org/ On Tue, Aug 30, 2022 at 1:27 PM 'Mike' via jallib wrote: > Hi, > > This was pointed out to me so I'm passing it along... > > In compiling the blink example for the 12F508 it appears to be generating > unnecessary code: > > - There are

Re: [jallib] CNC idea

2021-12-31 Thread vasi vasi
ll wonder about... So. no big problem. Chinese cheap is > expensive. Chinese hobby kits are fine. Hobby it suppose to modify and > understand. > Happy new 2022! > > > On Fri, Dec 31, 2021 at 2:51 AM vasi vasi wrote: > >> Option nr.2 is the best from all angles.

Re: [jallib] CNC idea

2021-12-30 Thread vasi vasi
om a board to another, matching industrial solutions. On Thu, Dec 30, 2021 at 11:17 PM vasi vasi wrote: > Guys, be careful with the option from link nr.3, a customer says: > > "There's one glaring flaw: the micro-stepping jumpers don't work because > they connect to g

Re: [jallib] CNC idea

2021-12-30 Thread vasi vasi
Guys, be careful with the option from link nr.3, a customer says: "There's one glaring flaw: the micro-stepping jumpers don't work because they connect to ground instead of vcc. I had to modify mine. I removed all of the ground-side pins from the jumper pairs, then made a wire that reached each st

Re: [jallib] Software Bill of Materials

2021-08-07 Thread vasi vasi
ost of the > open-source licenses already require to mention re-use of existing code and > contain instructions, what software is needed to bild the product. > > > Have you any links which back your concerns? > > > Greets, > Kiste > > Am Samstag, 7. August 2021, 00:

[jallib] Software Bill of Materials

2021-08-06 Thread vasi vasi
Hi guys, Be aware that U.S. Gov. is out to identify the list of dependencies for every open software out there, with the undeclared intention to own or cut them. This started under Obama administration, now continues under Obama2/Biden administration. See here some details (second post there) https

Re: [jallib] USB serial, migration to other microcontrollers

2021-08-06 Thread vasi vasi
(not 12Mbps as the PIC interface is capable). > > About migrating to PIC24 or dsPIC, I'm not a fan of already made boards. > My boards are designed for specific projects containing everything it > needs... > > However I would like to look at that firewing basic if you can

Re: [jallib] PWM versus enhanced PWM, oposite polarity output?

2021-08-04 Thread vasi vasi
As development board, I would step up to PIC24H/dsPIC33F with Firewing Basic that generates C code that passes it to an internal (read it, an XC16 compiled from sources) compiler to produce a highly optimized code. On Thu, Aug 5, 2021 at 9:23 AM vasi vasi wrote: > How PIC16F1454 fares on USB

Re: [jallib] PWM versus enhanced PWM, oposite polarity output?

2021-08-04 Thread vasi vasi
How PIC16F1454 fares on USB? I would use that as interface between PC and any microcontroller. https://github.com/jgeisler0303/PIC16F1454_USB2Serial On Tue, Aug 3, 2021 at 9:23 AM 'Oliver Seitz' via jallib < jallib@googlegroups.com> wrote: > I've given up on USB a long time ago... If I have to c

Re: NT: [jallib] How to send & receive data over medium distance

2021-04-21 Thread vasi vasi
The microcontroller boards that are used in Polish Universities are all equipped with (external - note for Majid) RS485 chips. On Wed, Apr 21, 2021 at 4:54 PM Rob CJ wrote: > Hi Majid, > > Please use Google to find out what RS485 and IIC is. Use the Jallib group > for issues with libraries and t

Re: [jallib] Visual Studio Code Extension for JAL Released to Marketplace

2021-04-17 Thread vasi vasi
ble. On Sat, Apr 17, 2021 at 5:10 PM Sunish Issac wrote: > Thank you Vasi for your update. > > What is the name of that extension ? > I'm also planning for Microchip asm file as well as its not available and > we can have the embedded assembler highlighted in JAL. > &g

Re: [jallib] Visual Studio Code Extension for JAL Released to Marketplace

2021-04-16 Thread vasi vasi
Very nice work Sunish, thank you very much. Nowadays, I'm using VSCode for Nucleo STM32 microcontroller projects and also for MSEgui+freepascal and Lazarus+freepascal projects. On Fri, Apr 16, 2021 at 10:47 PM vasi vasi wrote: > Hi Sunish, > Extension not compatible with 1.53,2 v

Re: [jallib] Visual Studio Code Extension for JAL Released to Marketplace

2021-04-16 Thread vasi vasi
Hi Sunish, Extension not compatible with 1.53,2 version... I will update to a recent one - I avoided this a couple of times but I will do it to test your extension. BTW, there is a FreeBSD port, but it is older... if you can stick with your actual version without updating for a while, might help ot

Re: [jallib] Hc-06

2021-02-24 Thread vasi vasi
Well Rob, he has the right to do whatever library he wants in Jal language, for whatever reason. The fact that his library does not qualify for jallib project, that is entirely a different matter. On Wed, Feb 24, 2021 at 8:03 PM Rob CJ wrote: > Hi Djibril, > > Thanks for the example but I do not

Re: [jallib] Large_array update

2020-12-21 Thread vasi vasi
Well, symlinks can solve a lot of problems (Eagle CAD can be convinced to run under modern Linux distros via symlinks to the more recent libraries and so on...) and provide means to automation. I would say that today, Windows is an anomaly (and ReactOS, of course), any other OS is UNIX like (or th

Re: [jallib] Large_array update

2020-12-20 Thread vasi vasi
Lets bring all the people on linux, unix and equivalents! Now is the time. On Sun, Dec 20, 2020 at 5:51 PM 'Oliver Seitz' via jallib < jallib@googlegroups.com> wrote: > Hi Rob, > > that's not so good. > > If we say, just include the large_array lib once, you can't use more than > one of those oth

Re: [jallib] Re: How to improve the popularity of JAL?

2020-11-28 Thread vasi vasi
A beginner should get accustomed to '--' comment as is part of JAL and JAL is not C or other language. Period. The beginner is here to learn JAL, as the C for PIC is commercial (xc8) or not having enough support and producing very bad code (SDCC). And JAL has '--' as a comment among another one. S

Re: [jallib] programmer question Pickit2

2020-06-16 Thread vasi vasi
Mr. Surducan, Look at the Great Cow Basic project, they are maintaining the new version of Pickit2, not sure what new devices they added... On Sun, Jun 14, 2020 at 6:36 PM v wrote: > Thanks Rob, I guess I will manage it. It was good an example of any > Pickit2 device file for PIC16F153xx or eve

Re: [jallib] A new JAL Integrated Development Environment suggestion.

2020-06-08 Thread vasi vasi
Thank you Sunish, I also think you are the best man for this project! On Tue, Jun 9, 2020 at 8:20 AM vasi vasi wrote: > Well, I'm using Visual Studio Code in developing STM32 projects. My Visual > Pin Configurator application generates projects for VSCode, including the > required

Re: [jallib] A new JAL Integrated Development Environment suggestion.

2020-06-08 Thread vasi vasi
Well, I'm using Visual Studio Code in developing STM32 projects. My Visual Pin Configurator application generates projects for VSCode, including the required configuration files in the hidden folder needed by VSCode. For Jal I use Geany IDE, but no problem in switching to an already very familiar I

Re: [jallib] Any JAL requests?

2020-05-26 Thread vasi vasi
The STM8 has good support in SDCC C compiler. STM32 has C++ support in gcc? Not sure... Anyway, I thought also of using JAL to generate assembler source for some PIC24HJ compilers - assembler source that can be compiled by the standalone ASM30 assembler suite (exclusive Linux user here), supporti

Re: [jallib] Re: Looking for beta testers of the Windows JAL Compiler

2019-11-11 Thread vasi vasi
Under UNIX(MAC OS X)/Linux/HaikuOS world, symlinks should be the solution. The symlink name remains the same, but the link can be edited - this should help when working with various versions (I do this with gcc). On Sun, Nov 10, 2019 at 9:44 AM Rob CJ wrote: > Hi Zet, > > Thanks for testing this

Re: [jallib] Removing adc_channel.jal library

2019-04-12 Thread vasi vasi
Rob, Show us your good faith and come up with a viable replacement then move those somewhere else. It is easy destroy... On Fri, Apr 12, 2019 at 10:07 PM Rob Jansen wrote: > Hello all, > > I am updating some Python scripts for device file generation to lower the > maintenance of them. Next to t

Re: [jallib] Changing device files

2019-03-25 Thread vasi vasi
If the project still has those datasheets, keep them! Those are an invaluable treasure and the "certificate" for the generated device files - and stored outside Microchip reach. The CEO and other executives of Microchip can change, and with them, also the rules. Maybe not many were able to observe

Re: [jallib] Update and remove Wiki pages

2018-11-04 Thread vasi vasi
"Using jallib wrapper." I think it has value. If tools are still available, of course. On Fri, Nov 2, 2018 at 8:43 PM Rob Jansen wrote: > Hello all, > > I want to update/cleanup some wiki pages on Jallib, see: > https://github.com/jallib/jallib/wiki > > Below my proposal what I would like to do.

Re: [jallib] Re: retiring (repost from jallist)

2018-09-02 Thread vasi vasi
So, the new PICs won't be supported anymore by JAL. And Microchip won't provide the libs (I refer to the old PLIB) for them. As I understand, the only way is to use their visual code generator that generates sources marked with Microchip copyright and agreements. That is definitely not for me. Also

Re: [jallib] Re: [jallib/jallib] 0cfe83: Excluded PIC devices with 64 banks from TORELEASE

2018-07-15 Thread vasi vasi
https://github.com/Anobium/Great-Cow-BASIC-Demonstration-Sources/blob/master/Vendor%20Boards/MPLAB%20Xpress%20PIC16F18446/12%20Input%20Switch%20to%20LED%20with%20CLC.gcb On Mon, Jul 16, 2018 at 4:20 AM, vasi vasi wrote: > I think Great Cow Basic is doing it. Or at least, is working with

Re: [jallib] Re: [jallib/jallib] 0cfe83: Excluded PIC devices with 64 banks from TORELEASE

2018-07-15 Thread vasi vasi
I think Great Cow Basic is doing it. Or at least, is working with CLC... On Mon, Jul 16, 2018 at 4:04 AM, Chris Peeters wrote: > Does this mean that there won't be an update of the compiler for PIC's > with 64 banks ? > > Kind regards > Chris > > Op zondag 11 maart 2018 12:54:35 UTC+1 schreef no

Re: [jallib] transfer of device files

2018-01-08 Thread vasi vasi
Thank you very much Rob for your titanic work! The old jallib team was fantastic! Currently I don't use JAL but I might return to it someday for some small projects with small PICs. On Mon, Jan 8, 2018 at 11:16 AM, Rob Hamerling wrote: > > Hi guys, > > After about 10 years generating Jallib devi

Re: [jallib] I2C with enhanced midrange

2017-07-19 Thread vasi vasi
Use the serial bootloader generator inside MPLAB X and see how Microchip deals with the UART... if is available for this PIC... On Mon, Jul 17, 2017 at 5:17 PM, Eur van Andel wrote: > > On 31 Mar 2016, at 10:03:42, Rob Hamerling wrote: > > I must report that the I2C libraries work fine with th

Re: [jallib] Re: 18F67J50/18F26J50 SD MSD example not mounting in Windows Vista or 7

2016-06-06 Thread vasi vasi
Guido, what MLA version are you using? BTW, the last version has support for the XC8 but it seems that Microchip won't provide MDD support for PIC18F any more. Adapting the library is a task left for the community as XC8 is definitely the way to go for the C language... And, considering that now Mi

Re: [jallib] steppers

2016-03-04 Thread vasi vasi
Thank you, Rob! I hope that will come in handy very soon... On Tue, Mar 1, 2016 at 5:42 PM, Rob Hamerling wrote: > > Hi guys, > > I needed a stepper motor library and liked the one of Richard Zengerink > because of the configurable accelleration and decelleration rates. But this > library used

Re: [jallib] Is this not working

2015-08-10 Thread vasi vasi
tliff wrote: > Lol I got it figured jalv2 doesn't have a extension and debain will not > let it run till you tell it is ok to run as program. > > On Mon, Aug 10, 2015 at 7:20 PM, vasi vasi wrote: > >> try ubuntu, is more suited to automation... >> >> On Tue, A

Re: [jallib] Is this not working

2015-08-10 Thread vasi vasi
ewer It shows /home/jallib > > On Mon, Aug 10, 2015 at 6:33 PM, vasi vasi wrote: > >> Just read the article about geany editor, you have there anything needed >> to compile your jal file. >> >> On Tue, Aug 11, 2015 at 1:14 AM, Burt Ratliff wrote: >>

Re: [jallib] Is this not working

2015-08-10 Thread vasi vasi
it;s picky about case > -s isn't this -S i know that but I just don't want to use wine to run > jaledit which works fine i guess but the has me having to run down the hex > file to load with my pickit 2 > > SO could maybe someone show me how the compile on there linux box th

Re: [jallib] Is this not working

2015-08-10 Thread vasi vasi
http://moriscanet.blogspot.ro/2013/09/using-geany-as-ide-for-jalv2-language.html http://moriscanet.blogspot.ro/2015/01/mcedit-has-jal-colored-syntax.html On Mon, Aug 10, 2015 at 11:17 PM, Matt Schinkel wrote: > Careful about -S and -s usually linux is picky about caps. > > Sent from my iPhone >

Re: [jallib] Pic 18 Hi level interrupt

2015-05-09 Thread vasi vasi
Then you must look elsewhere... -- Vasi -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to jallib+unsubscr...@googlegroups.com. To post to this group, send email to j

Re: [jallib] Pic 18 Hi level interrupt

2015-05-08 Thread vasi vasi
You always have high level interrupts - yeah, only those. On Fri, May 8, 2015 at 4:58 PM, Hannes Bulk wrote: > The Pic 18xxx supports 2 levels of interrupts. > In JAL i can only find one level, as in the Pic 12, 12 and 16 series. > How do I program Hi level interrupts in JAL ? > > -- > You recei

Re: [jallib] Re: wikis at Github

2015-04-13 Thread vasi vasi
I guess github have his own markup language? That README.md? It would be logical to migrate to that... On Tue, Apr 14, 2015 at 4:12 AM, Matthew Schinkel wrote: > Hi Guys, > > I used https://code.google.com/p/google-code-wiki-to-html/ to download > the wiki's from google. After the download, they

Re: [jallib] Re: wikis at Github

2015-04-13 Thread vasi vasi
It is possible a text only files? Delete what is now on github. On Mon, Apr 13, 2015 at 10:35 AM, Rob Hamerling wrote: > > Hi Matt, > > On 04/12/2015 05:02 AM, Matthew Schinkel wrote: > >> I have manually move the Wiki since they did not transfer automatically. >> Some need to be updated. >> >>

Re: [jallib] r3662 committed - Bug report work around found. Compiler does not like underscore as the...

2015-04-07 Thread vasi vasi
Of course is a joke. Look at the official package from the Kyle's site, c18fxx20.jal file includes some underscore consts. const byte _fuses[14] = { On Tue, Apr 7, 2015 at 10:49 AM, Rob Hamerling wrote: > > Hi Matt, > > On 04/06/2015 09:52 PM, Matthew Schinkel wrote: > >> >> I don't think

Re: [jallib] Re: wikis at Github

2015-04-05 Thread vasi vasi
It was me, commenting on the incredibly poor quality Google transfer tool. Google recommends and support only github, but it is not prepared to properly convert his own projects to it. While impatiently waiting the conversion result https://www.youtube.com/watch?v=yxXdLGVDZ4E I'm not against movi

Re: [jallib] Re: wikis at Github

2015-04-05 Thread vasi vasi
As for wiki, I guess it have to be in a branch... On Sun, Apr 5, 2015 at 7:54 PM, Matthew Schinkel wrote: > It worked, but I don't see any Wiki's as it promised. Where are they? The > wiki's should be at https://github.com/jallib/jallib/wiki > > All 3249 files have been transferred. It did not t

Re: [jallib] Re: wikis at Github

2015-04-05 Thread vasi vasi
hopefully, it won't fail as I'm afraid ... On Sun, Apr 5, 2015 at 7:07 PM, Matthew Schinkel wrote: > Export Started > > Your project export is now underway. > > A new GitHub repo (https://github.com/jallib/jallib) has been created. > The Google Code project’s source, issues, and wikis will be co

Re: [jallib] Moving to GitHub?

2015-03-28 Thread vasi vasi
After a succesful conversion to github of one of my projects (google did that for me), I can use it in the same mode as on google code, using Kdesvn GUI client in Linux (I get errors with RapidSVN GUI). No git knowledge needed. On Fri, Mar 27, 2015 at 7:39 AM, 'Oliver Seitz' via jallib < jallib@go

Re: [jallib] Moving to GitHub?

2015-03-26 Thread vasi vasi
It may be that the only solution to move jallib is to do it manually. On Thu, Mar 26, 2015 at 8:57 PM, Rob Hamerling wrote: > > Hi Matt, > > On 2015-03-26 17:30, Matthew Schinkel wrote: > >> I have setup a GitHub project at https://github.com/jallib/Jallib >> > With my browser I see that it exis

Re: [jallib] google code is going away

2015-03-19 Thread vasi vasi
Matt, look here: http://www.inf.ufpr.br/renato/repository.html On Fri, Mar 20, 2015 at 8:11 AM, Matthew Schinkel wrote: > I do like the idea of having the SVN repository on my server, but how > would users sign up? > > I'm not sure that it's a good idea to move from using SVN to something > else

Re: [jallib] new device files

2015-03-19 Thread vasi vasi
If you switch to Linux, then native is the way to go as you will need to get accustomed with the internals. You have to forget about eCS. I had OS Warp 3 and came back to it a couple of times as hardware permited but I had to kiss him goodbye. The same for BeOS ... I still have hopes for this one.

Re: [jallib] google code is going away

2015-03-17 Thread vasi vasi
I see both GoogleCode exporter and GitHub importer having problens with Branches of a SVN repository... Three of my projects without branches got transfered without problems. The fourth failed many times. The solution was to move it to Sourceforge in a SVN repository. Now, Matt, can you set a SVN

Re: [jallib] google code is going away

2015-03-13 Thread vasi vasi
All the users who have a google code account with something in it... It is bad that even from a giant like Google we don´t have guaranties that something will last forever. I guess this is true for anything hosted online. So, letś make backups for all we have on clouds. On Fri, Mar 13, 2015 at 11:

Re: [jallib] Variations in lcd_hd44780_4?

2015-01-08 Thread vasi vasi
You understand the meaning of 'put and 'get post fixes ? You'll see down in the code how those procedures are used (like variables) On Thu, Jan 8, 2015 at 7:46 PM, wrote: > There seems to be a number of ways to declare the pins/port when using the > lcd_hd44780_4 library. > > It seems to vary b

Re: [jallib] multiple ds18b20 on a bus

2014-12-30 Thread vasi vasi
demonstrates the weakness in the official libraries and example. On Tue, Dec 30, 2014 at 10:09 PM, vasi vasi wrote: > Also, the crc verification fails somehow. If I disconnect the sensor, the > ID and temperature are all displayed as zeros, without any warning or > signaling error. >

Re: [jallib] multiple ds18b20 on a bus

2014-12-30 Thread vasi vasi
recommend them for production. . On Tue, Dec 30, 2014 at 10:03 PM, vasi vasi wrote: > Karlis, it was an unfinished library, with emphasis on search method, It > is a brute, unfinished translation from C language.. > I started this because the actual one wire library and the temp. sensor > l

Re: [jallib] multiple ds18b20 on a bus

2014-12-30 Thread vasi vasi
)' expected (got '&') > rosso_ow.jal:111: Too few parameters (2 expected, 1 found) > rosso_ow.jal:111: 'end' expected (got ',') > rosso_ow.jal:111: {function starts at rosso_ow.jal:109} > rosso_ow.jal:111: unexpected token: "," > 5 err

[jallib] missing language features

2014-11-28 Thread vasi vasi
It is strange that we can alias like this: var volatile bit x_0 at x:0 and we can't do attributions like these: var byte x var bit tst x:0 = tst tst = x:2 -- Vasi -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this gro

Re: [jallib] multiple ds18b20 on a bus

2014-11-26 Thread vasi vasi
I was working on a port of a 1wire library with search function, but not tested it yet. If you want to play with, here it is. In the comment at the beginning of the file you have the web address of the AVR library On Wed, Nov 26, 2014 at 3:36 PM, KPL wrote: > Hi, > > I have used ds18b20 library

Re: [jallib] Stepper motor lib?

2014-11-01 Thread vasi vasi
Try mine here http://moriscanet.blogspot.ro/2009/02/half-step-driver-with-p12f675-and.html or the one from here http://historical.hilo90mhz.com/cnc/CNC.htm On Sat, Nov 1, 2014 at 5:23 PM, Pavel Milanes Costa wrote: > Hi all > > Last night I need to use a stepper motor in a (future) project and

Re: [jallib] r3599 committed - Bosch BMP085 pressure sensor

2014-10-31 Thread vasi vasi
BTW guys, take your time to see what PMP is doing these days: http://www.pmpcomp.fr/smf/index.php On Fri, Oct 31, 2014 at 10:30 PM, vasi vasi wrote: > I guess one of the Jallib objectives was/is "COLLECTING" good libraries, > projects around the globe. > > On Fri, Oct 31,

Re: [jallib] r3599 committed - Bosch BMP085 pressure sensor

2014-10-31 Thread vasi vasi
I guess one of the Jallib objectives was/is "COLLECTING" good libraries, projects around the globe. On Fri, Oct 31, 2014 at 10:28 PM, vasi vasi wrote: > Let the submissions flow. Accept functional libraries and projects with a > minimal set of requirements: functional code,

Re: [jallib] r3599 committed - Bosch BMP085 pressure sensor

2014-10-31 Thread vasi vasi
Let the submissions flow. Accept functional libraries and projects with a minimal set of requirements: functional code, schematics and a prove that the project works (maybe a little movie uploaded to youtube). Announce this on the list/group. Make separated directories under googlecode for such li

Re: [jallib] r3599 committed - Bosch BMP085 pressure sensor

2014-10-31 Thread vasi vasi
We understand why this "I will have to remove the files if they are not fixed soon.". But guys, is so "encouraging" and "productive" regarding previous discussions about Jallib procedures and future contributions... nothing changed for the better. Keep up the trend. On Fri, Oct 31, 2014 at 1:33 P

Re: [jallib] Jallib Releases

2014-10-18 Thread vasi vasi
ly developed. > Sunish > On Oct 17, 2014 2:59 PM, "vasi vasi" wrote: > >> Sunish, I hear Embarcadero has "Linux under works" >> . Their latest Delphi compile for Win, OS X, Android, iOS. ANy chances >> your IDE will become cross platform? >> >

Re: [jallib] Jallib Releases

2014-10-17 Thread vasi vasi
Sunish, I hear Embarcadero has "Linux under works" . Their latest Delphi compile for Win, OS X, Android, iOS. ANy chances your IDE will become cross platform? On Fri, Oct 17, 2014 at 8:04 AM, Sunish Issac wrote: > I can give the scripts that I currently use to make the installer even > though i

  1   2   >