Page 1 of 1

Some electronic programs

Posted: Tue 07 Apr 2015, 11:15
by mister_electronico
First of all apologize for the following three programs are windows, I understand that there are people who do not like but I put that are interesting and which are free.

To run these programs is necessary to install wine, I install this pet but I guess any more today also worked well.

http://distro.ibiblio.org/pub/linux/dis ... ucid52.pet

While installing a window appear, the only thing we have to do is configure the system of windows that we are using, in my case Windows XP.





_________________________________________________________________________
My Blog

https://misterelectronicoes.wordpress.c ... -homemade/

first Program Visual Analyser

Posted: Tue 07 Apr 2015, 11:28
by mister_electronico
First Program Visual Analyser is a good oscilloscope, generator, frequency meter

We can download from:

http://www.sillanumsoft.org/Download/SetupVA2014.02.exe

We installed in windows and in my case I use windows XP and It installed in:

/mnt/sda1/Program files/Visual Analyser


we can create a script that can be run from anywhere as follows

Code: Select all

#!/bin/sh
wine "/mnt/sda1/Program files/Visual Analyser/VA32.EXE" 



_________________________________________________________________________
My Blog

https://misterelectronicoes.wordpress.c ... -homemade/

This program is very good and so I wanted to put here.

Second program Sinewave.

Posted: Tue 07 Apr 2015, 11:49
by mister_electronico
Second program is Sinewave is a frequency generator with sound card.
just as it is free and we can not download from:

http://www.electronics-lab.com/download ... php?fid=35

This program would require even you have installed windows.

We could make a script like this

#!/bin/sh
cd /mnt/home/sinewave
wine SINE.EXE






_________________________________________________________________________
My Blog

https://misterelectronicoes.wordpress.c ... -homemade/

The third program would Cocodrile

Posted: Tue 07 Apr 2015, 12:03
by mister_electronico
The third program would Cocodrile A very visual basic electronic simulator.


We can not download it from

https://www.youtube.com/redirect?q=http ... I4NDA3NjUy

Once installed in windows we can do script with a link to the executable of "Crocodile" in my case is installed on the hard drive of Windows:

/mnt/sda1/Program files/Crocodile Clips v3.5


Then the script:

Code: Select all

#! / bin / sh
wine "/mnt/sda1/ Program Files/ Crocodile Clips v3.5/ CROCCLIP.EXE"
I hope these programs are interesting.




_________________________________________________________________________
My Blog

https://misterelectronicoes.wordpress.c ... -homemade/

Some considerations.

Posted: Tue 07 Apr 2015, 12:13
by mister_electronico
Comment that as sinewave some windows programs I have managed to run Puppy installed without windows, putting in some cases the dll in the same directorior executable program.

I have not gotten make works the serial port such as /dev/ttyS0 port COM0 work with windows but quite often there are instructions on this subject on the internet.

Greetings.





_______________________________________________________________________
My Blog

https://misterelectronicoes.wordpress.c ... -homemade/