[Gambas-user] gb.web

2019-05-19 Thread Mike Crean via Gambas-user
Hi all, How do I copy HTML inputs to a gambas variable. <%Dim HtmlInput As String%>   Login      userid    password        <%!Arg      ''??? %>     <%''How Do I put user and password into HtmlInput.%> RegardsMike ___ Gambas-user mailing list

Re: [Gambas-user] Gambas not starting

2017-11-12 Thread Mike Crean via Gambas-user
Was just a thought.Unable to help. You should try trawling the web you usually get somegood pointers or the answer to you problem. Mike On Monday, 13 November 2017, 10:49, Mike Crean via Gambas-user <gambas-user@lists.sourceforge.net> wrote: Is your single board computer ARM

Re: [Gambas-user] Gambas not starting

2017-11-12 Thread Mike Crean via Gambas-user
Is your single board computer ARM or X86 RegardsMike On Monday, 13 November 2017, 3:42, Christof Thalhofer wrote: Am 12.11.2017 um 18:12 schrieb T Lee Davidson: > Shouldn't we be using the new Gambas mailing list at > http://lists.gambas-basic.org/ ? Yes :-)

Re: [Gambas-user] Serial I/O with byte data

2017-05-16 Thread Mike Crean
Hi, as I said before most likely Modbus RTU or similar protocol. If so you will need to do some BIT bashing and probably some CRC conversion. You will need to know the frame size among other things. Public Sub HbLb()   Dim Xz2 As Long   Hb = Fix(DataS / 256)   Xz2 = Fix(256 * Hb)   Lb = DataS -

Re: [Gambas-user] Serial I/O with byte data

2017-05-15 Thread Mike Crean
If you are talking about a byte the likes of that used in modbusrtu you will need to do some high low bit manipulation on it. RegardsMike On Monday, 15 May 2017, 13:19, Alexie wrote: Following should work for you: Public Sub XXX_Read()   Dim iLen As Integer   Dim

Re: [Gambas-user] Serial I/O with byte data

2017-05-08 Thread Mike Crean
Hi Alex, have a look at this code for some ideas how I have serial comms working. ' Gambas class file Private Sport As SerialPort Public Pp As Byte Public Po As Byte Public Rxs As String Public Sub Form_Open()   Me.Load   Me.Center End Public Sub Button2_Click()   Sport = New SerialPort As

Re: [Gambas-user] shell

2017-04-26 Thread Mike Crean
Thanks Fabien I have solved the problem. Regards Mike On Tuesday, 25 April 2017, 22:58, Fabien Bodard wrote: ??? 2017-04-25 10:52 GMT+02:00 Charlie : > Can you post the 'Shell' code you are using. > > > > - > Check out www.gambas.one > -- >

[Gambas-user] shell

2017-04-24 Thread Mike Crean
If I run make from the terminal in a named directory make works as expected. Using Gambas 3.9.2 and run the command, shell "make" while in the named directory I get an error make: *** No targets specified and no makefile found. Stop The same error when I try to shell to a file containing

[Gambas-user] Christmas

2016-12-24 Thread Mike Crean
Merry Christmas to all of our Gambaser's. A cool one in Perth WA this year low 39;s for the big day/ Seasons greetings fromMike Crean -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi

Re: [Gambas-user] The interview on FLOSS

2015-09-20 Thread Mike Crean
Just a few choice ones. On Sunday, 20 September 2015, 13:48, Ian Haywood wrote: On Sat, Sep 19, 2015 at 11:21 PM, Ru Vuott wrote: >>  "autodidact" *is* an English word, > > ..that doesn't come from english sure, can you think of a word that

[Gambas-user] Wireless modem

2015-06-06 Thread Mike Crean
Hi, for those thatwent to www.creaniestoys.noip.me asking why I used the the KY-210 433mHz wireless modems running at 19200 bps cause they are cheep (around$15 US) and the 433 mHz band they are on here is free to air. Theyhave a good range for our application. Reliable out to 100 to 130meters.

[Gambas-user] Gambas, Rpi and Signals

2015-06-03 Thread Mike Crean
Hey Benoit, thanks for looking at my web site and yourinterest in my projects. The relation between Gambas and my trains is signalscontrol at Niana North this is all on Linux (Ubuntu) and the SCADA (automation)software is code cut using Gambas 3. The new Niana South control is using anold PC to

[Gambas-user] My Web Site

2015-06-02 Thread Mike Crean
Hi all,  For those that are interested my web site is up again  www.creaniestoys.noip.me please be gentile with it cause it is onlyserved up on a raspberry pi model B+ www.raspberrypi.org a computerabout the size of an iphone 4 The images will be a bit slow downloading 1sttime around, be

Re: [Gambas-user] A couple of questions about building web / cgi applications

2015-02-14 Thread Mike Crean
Hey Bruce, have a look at this link for a anaolg gauge html server. \ RegardsMike Gauges |   | |   | |   |   |   |   |   | | GaugesController Channel: Switch Cancel Status: | | | | View on demo.crossbar.io | Preview by Yahoo | | | |   | RegardsMike On Saturday, 14 February 2015,

Re: [Gambas-user] A couple of questions about building web / cgi applications

2015-02-14 Thread Mike Crean
Bruce this is the link Mike Gaugeshttps://demo.crossbar.io/demo/gauges/index.html |   | |   | |   |   |   |   |   | | GaugesController Channel: Switch Cancel Status: | | | | View on demo.crossbar.io | Preview by Yahoo | | | |   |   On Saturday, 14 February 2015, 21:51, Mike Crean

[Gambas-user] Rpi2

2015-02-13 Thread Mike Crean
I have these errors when I install gambas3 Any one help please. make  install-data-hookmake[5]: Entering directory '/home/pi/gambas3-3.6.2/gb.gtk/src'Installing the gb.gtk control icons if needed...Creating the information files for gb.gtk component... make[5]: Leaving directory

[Gambas-user] Rpi2

2015-02-13 Thread Mike Crean
I have these errors when I install gambas3 Any one help please. make  install-data-hookmake[5]: Entering directory '/home/pi/gambas3-3.6.2/gb.gtk/src'Installing the gb.gtk control icons if needed...Creating the information files for gb.gtk component... make[5]: Leaving directory

[Gambas-user] Rpi 2

2015-02-12 Thread Mike Crean
Hi All, I am trying to install gambas3-3.4.2 on a ReaspberryPi 2. all compiles OK without error.When I run sudo make install I get some errors at the end.When I try to run Gambas3 I get this pi@raspberrypi ~ $ gambas3Project.RefreshBreakpointPicture.5051: Unable to find method _get in class

Re: [Gambas-user] Rpi 2

2015-02-12 Thread Mike Crean
Hey Bruce if you can give me some ideas about installing Gambas3 on Raspbian on Rpi 2 it would be great. Best RegardsMike On Friday, 13 February 2015, 13:09, adamn...@gmail.com adamn...@gmail.com wrote: On Thu, 12 Feb 2015 13:53:08 +0100 Tobias Boege tabo...@gmail.com wrote:

Re: [Gambas-user] Rpi

2015-02-03 Thread Mike Crean
windows 10 I want things to go fast haha On Wednesday, 4 February 2015, 14:43, Mike Crean mike.cr...@y7mail.com wrote: windows 10 hehehehehe On Wednesday, 4 February 2015, 4:42, Lewis Balentine le...@keywild.com wrote: Are you sure it's an advantage to install

Re: [Gambas-user] Rpi

2015-02-03 Thread Mike Crean
windows 10 hehehehehe On Wednesday, 4 February 2015, 4:42, Lewis Balentine le...@keywild.com wrote: Are you sure it's an advantage to install windows 10? on anything ??? -- Dive into the World of

[Gambas-user] Rpi

2015-02-03 Thread Mike Crean
So who has ordered there pi 2. I have. Regards to all Mike -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all

Re: [Gambas-user] Non-linux line ending files are seen as binary by the IDE

2015-02-02 Thread Mike Crean
He Jussi, would one not expect to see CR, LF in a binaryfile and would expect to see EOF. Regards Mike On Tuesday, 3 February 2015, 2:11, Jussi Lahtinen jussi.lahti...@gmail.com wrote: It would certainly be good thing if IDE would have converter for these cases. Meanwhile it should

Re: [Gambas-user] SerialPort: RS232 DTR problem

2015-01-04 Thread Mike Crean
Have you tried a standard loop back cable. Also have a look at the most excepted RS323 standards. This may help. Over the past couple of decades the serial standard has evolved. Current accepted practice says that DSR and DTR should be used for Equipment Status and that hardware flow control be

Re: [Gambas-user] Gambas Software Farm in revision #6676

2014-11-25 Thread Mike Crean
I for one would be in favor of a published and private access to components available on the farm. RegardsMike On Wednesday, 26 November 2014, 13:25, Kevin Fishburne kevinfishbu...@eightvirtues.com wrote: On 11/26/2014 12:02 AM, T Lee Davidson wrote: On 11/25/2014 10:38 PM, Kevin

Re: [Gambas-user] Compiling Gambas on an Allwinner A10 based system

2014-05-21 Thread Mike Crean
Hey Bruce if it is any help I have Wheezy image with GB3 and a number of other apps. Available for download from my web site www.bbbpishop.com in the next few days. If you would like to know more just use the contact page on the site. The image was set up and runs on ARM Cortex-A8 1gh processor

Re: [Gambas-user] R: morse code sound ?

2014-02-07 Thread Mike Crean
So how about di, di, dit, dar,dar,dar On Friday, 7 February 2014 3:53 PM, Ru Vuott vu...@yahoo.it wrote: morse code  sound a kind of bip bip ? Ven 7/2/14, Dirk y...@gmx.net ha scritto: Oggetto: [Gambas-user] morse code  sound ? A:

Re: [Gambas-user] R: morse code sound ?

2014-02-07 Thread Mike Crean
that dits and dahs are always separated by dot duration gaps, and that gaps are always separated by dits and dahs. On Friday, 7 February 2014 4:25 PM, Mike Crean mike.cr...@y7mail.com wrote: So how about di, di, dit, dar,dar,dar On Friday, 7 February 2014 3:53 PM, Ru Vuott vu...@yahoo.it

Re: [Gambas-user] Externs ... yet again

2014-01-27 Thread Mike Crean
Hey Bruce are you on the apple isle, if so its never really hot. Try a real state if you want hot (WA) :-). Cheers Mike On Monday, 27 January 2014 2:09 PM, Bruce bbr...@paddys-hill.net wrote: On Mon, 2014-01-27 at 15:48 +1030, Bruce wrote: 'aspell_config_replace(spell_config, lang,

Re: [Gambas-user] Serial port control

2013-12-23 Thread Mike Crean
Carl, will you be using the PC end and gambas code as the master or slave, if master then just use the sport read interupt function. Remember you will have to use chr and asc if using binary data streems. The Gambas3 serial example is very good. If any data is in the input buffer it will

[Gambas-user] (no subject)

2013-12-07 Thread Mike Crean
Me to. Keep it the same as most BASIC's use the underscore _ as line extension.   Regards to all Mike   PS if you do it, have a merry Christmas -- Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps

[Gambas-user] shell

2013-12-03 Thread Mike Crean
Hey Ivan, thanks very much for that. I forgot all about the piping command.   Regards Mike -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how

[Gambas-user] shell

2013-12-02 Thread Mike Crean
Hey boys, I am trying to emulate the terminal string sudo sh -c 'echo out /sys/class/gpio/gpio27/direction' (works OK in terminal, on BBB wheezy arm lxde) I run this from gambas3.5.90 Exec [system.shell, sudo sh -c 'echo out /sys/class/gpio/gpio27/direction'] and get an error /bin/sh: 0: Can't

[Gambas-user] (no subject)

2013-12-02 Thread Mike Crean
Hey boys, I am trying to emulate the terminal string sudo sh -c 'echo out /sys/class/gpio/gpio27/direction' (works OK in terminal, on BBB wheezy arm lxde) I run this from gambas3.5.90 Exec [system.shell, sudo sh -c 'echo out /sys/class/gpio/gpio27/direction'] and get an error /bin/sh: 0: Can't

[Gambas-user] gw.web

2013-02-23 Thread Mike Crean
Hi Tobi, I have just translated the 1st 14 pages of the PDF. If you can translate from your end and up date for Gambas 3 that would be great. Regards Mike -- Everyone hates slow websites. So do we. Make your web apps

[Gambas-user] gb.web

2013-02-23 Thread Mike Crean
Hi Randall,   If Tobi is on the side perhaps he can check with Hans' if it is OK to release my English version of his work.   Regards Mike -- Everyone hates slow websites. So do we. Make your web apps faster with

[Gambas-user] gb.web

2013-02-23 Thread Mike Crean
Randall, perhaps I should wait untill I have it all working then document it all and have it posted up on the Gambas web site.   Mike -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics

[Gambas-user] (no subject)

2013-02-22 Thread Mike Crean
Thanks Bruce, Have tried the magic line although nothing like yours. I have now tried it and again no joy. As there is no env in /bin I have tried #!/user/bin/env and #!/usr/bin/gbw3 and many other combinations. I have saved the file as text named index.html from the text editor into /var/www.

[Gambas-user] gb.web

2013-02-22 Thread Mike Crean
Hi Bruce, Thanks for the suggestions, I have tried them to no avail. It would seem there is a very full on learning curve to get this up and running. Perhaps there is a much simpler way using something other than Gambas. Again thanks for you help Bruce. Perhaps Randall's comments about the

[Gambas-user] gb.web

2013-02-22 Thread Mike Crean
Hi Tobi, Thanks for the offer I would like some help. You can get me at mike.cr...@y7mail.com any help is appreciated. Regards Mike -- Everyone hates slow websites. So do we. Make your web apps faster with

[Gambas-user] gb.web

2013-02-21 Thread Mike Crean
with an example and any changes I would have to make to files and directors for Gambas 3 and Apache2. The OS is Ubuntu 12.04. If this is to much to ask perhaps you can suggest someone that can help me. Best Regards Mike Crean

Re: [Gambas-user] gb.web

2013-02-21 Thread Mike Crean
. Send your project and tell us what it is supposed to do and what happens instead. Or specifically what doesn't work. Here is example of server page. It doesn't work? http://gambasdoc.org/help/doc/serverpage?view Jussi On Thu, Feb 21, 2013 at 2:35 PM, Mike Crean mike.cr...@y7mail.com wrote

[Gambas-user] gb.web

2013-02-05 Thread Mike Crean
Hi all, Anyone have some simple example code for web page creation or control with Gambas 3 gb.web I would like to get serial data from an Arduino and display it on a HTML web page. Regards Mike -- Free Next-Gen

[Gambas-user] To All

2012-12-24 Thread Mike Crean
A Merry Christmas to all. Best Regards Mike Crean Perth W.A. -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency

[Gambas-user] Puppy on Pi

2012-12-23 Thread Mike Crean
charlesg thanks for the tip. If you want the pi to go fast try Puppy SAP (Squeezed Arm Puppy) from the site http://puppylinux.org/wikka/Puppi I have downloaded and installed on 4gb SD this little OS is very fast. Perhaps some one can compile a Gambas 3 version to install on it. The OS is at

Re: [Gambas-user] RaspberryPi

2012-12-20 Thread Mike Crean
Hi John, I have had my Pi for a while now and admit I have not used it much. I downloaded the wheezy image with GB3 (3.2.1) from http://dl.dropbox.com/u/97096067/2012-07-15-wheezy-gambas3.zip I have just tried the download, it works. When you have downloaded the image (about 30 min. @

Re: [Gambas-user] Problem with Ubuntu 12.04 + SerialPort Example

2012-12-11 Thread Mike Crean
Hi abbat81, Usually this indicates you are trying to open the wrong device . Perhaps this code snip will help. If you are connecting to an Ardunio with USB look in /dev/ to see if ttyACM0 is there. Remember the file names are case sensitive. Regards Mike Label2.Text = ttyACM0,57600,N,8,1

Re: [Gambas-user] Need personal help

2012-09-28 Thread Mike Crean
Hi Fabien, this may help http://en.wikipedia.org/wiki/Registered_jack   regards Mike From: Fabien Bodard gambas...@gmail.com To: gambas-user@lists.sourceforge.net Sent: Friday, 28 September 2012 3:12 AM Subject: [Gambas-user] Need personal help Do know the

Re: [Gambas-user] Gambas 3 on RPi photo?

2012-09-28 Thread Mike Crean
Benoit, I have attached some photos of GB3 on Pi hope you get them. If not let me know how I can send the photos to you. GB on Pi 1 Raspbian and Gambas on Raspberry Pi. GB on Pi 2 Gambas 3.2.1 opening screen. GB on Pi 3 Edit screen for the Serial Port demo. GB on Pi 4 IDE WSWYG screen for the

Re: [Gambas-user] Need personal help

2012-09-28 Thread Mike Crean
Looks like an industrial RJ45 modular plug. http://www.digikey.com/product-highlights/us/en/3m-3r108-series-industrial-rj45-modular-plug/2549 http://www.industrysearch.com.au/HARTING-RJ-Industrial-10G-Rj45-Plug-For-10gigabit-Ethernet/p/63350

[Gambas-user] Test

2012-08-09 Thread Mike Crean
Pardon me -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security,

[Gambas-user] Pardon its a test

2012-08-09 Thread Mike Crean
Test msg -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security,

Re: [Gambas-user] Declaring external C libraries

2012-08-05 Thread Mike Crean
Hi will it be setup to install run on Raspbian or only Squeeze ? Mike From: Christer Johansson li...@hth.com To: 'mailing list for gambas users' gambas-user@lists.sourceforge.net Sent: Sunday, 5 August 2012 6:07 PM Subject: Re: [Gambas-user] Declaring

[Gambas-user] Raspberry Pi

2012-08-02 Thread Mike Crean
Well my Rpi has turned up and it works very well with Raspbian (Debian wheezy) on it. I am happy to say it performs much faster than I expected. I have down loaded install Gambas3 with the Rpi. sudo apt-get update sudo apt-get install gambas3 sudo gambas3 All seem to install OK and no