I think that to receive the mortgage loans from banks you should present a firm reason. Nevertheless, once I've received a car loan, because I was willing to buy a bike.
source
11
Friday, 10 April 2009 12:38
0x7E70
you can find all source codes, in plain text format, here: http://code.google.com/p/pgn2/source/browse
I find your project very neat and am attempting to create my own using a Basic Stamp and Visual Basic and Visual Studio 2008. Is there a chance you could send me a screen shot of your entire VB code as I cannot open VB6? Thanks. Also, I've found that programming in the Basic Stamp language is a pain and wish that I had an Arduino instead!
@Wilson
9
Thursday, 26 March 2009 07:01
0x7E70
Put those files in your exe directory or, if this doesn't work, in the c:\windows\system32 folder
Hmm, I've found a problem, with the Arduino. When you load the sketch, then power down and then power up the board, the old sketch doesn't automatically load. Here some info about it.
http://arduino.cc/en/Guide/Troubleshooting#toc15
When the unit first powers up, there is a long enough segment of no communication that it should reset to the previously uploaded sketch, but it doesn't.
Has anyone else had this same problem and/or found a solution/fix?
Interval is editable. You have to edit an ini file, you can set interval from 1 to 65 seconds. Limit is set by the timer control of visual basic. In next version i'll add a timer, so we can do up to 65*65 seconds = 70minutes
Thanks again man! Can't wait to give this a try with my arduino!
I was a bit worried with the Python script since it is unfamiliar to me and the original dude didn't have any suggestions for windows.
How often does this check your mailbox? I'm still going with the steady on if there is something there, and off if there is nothing there. But I'd like it to be polled every minute or so, to make sure that I see new stuff but the light turns off after I empty the mailbox.
Revise this article!
1
Friday, 06 June 2008 14:17
7E70
Sorry for the poor english. If you find some mistakes in the article, please tell me about them, i'll correct them. Thank's!
MS Comm Control 6.0 (mscomm32.ocx)
- MS Internet Transfer Control 6.0 (msinet.ocx)
?
When I power on the unit, the sketch doesn't start, but if I press the reset button, while powered on, the sketch then loads and starts to work...
I'm using the Diecimila, BTW.
http://arduino.cc/en/Guide/Troubleshooting#toc15
When the unit first powers up, there is a long enough segment of no communication that it should reset to the previously uploaded sketch, but it doesn't.
Has anyone else had this same problem and/or found a solution/fix?
Thanks!
This is one fantastic idea.
But it would be much easier to make and cheaper too, if we could do away with the arduino for controlling the lamp.
My idea is to connect a normal USB powered lamp to the USB hub and use the VB program to switch power on and off to the hub to blink the lamp.
I found some references to switching power to the USB hub here.
http://www.codeguru.com/forum/showthread.php?t=410183
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q311272
I was a bit worried with the Python script since it is unfamiliar to me and the original dude didn't have any suggestions for windows.
How often does this check your mailbox? I'm still going with the steady on if there is something there, and off if there is nothing there. But I'd like it to be polled every minute or so, to make sure that I see new stuff but the light turns off after I empty the mailbox.