Search found 9 matches

by Spamzor
Sat Apr 30, 2005 8:53 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Java source code
Replies: 10
Views: 14612

Miles wrote:Hi Spamzor,

Can you please contact me at myero@matrixorbital.ca and I'll see what I can find and send it to you ASAP. I apologize for the delay... :(
I emailed you and I got an email back telling me to look at the javelin source,

that does not help!

I am not programming through javelin??
by Spamzor
Fri Apr 22, 2005 8:38 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Java source code
Replies: 10
Views: 14612

Common, can someone supply me with some Java source code or not?
by Spamzor
Thu Apr 21, 2005 6:49 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Java source code
Replies: 10
Views: 14612

Java source code

I have already emailed MO support about this, and I was emailed some C source code - useless

the java source file linked in the thread above is DEAD.

I have searched for hours and I need someone to help!!!
by Spamzor
Thu Jun 05, 2003 8:17 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Help with programming in VB6
Replies: 6
Views: 7163

ok update, check thread post
by Spamzor
Fri May 30, 2003 5:56 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Help with programming in VB6
Replies: 6
Views: 7163

omg !!!

i spent so long trying to work it out !

i had actually fixed that, but it wasnt saved (crashed)

argh !!!

thanks ;)
by Spamzor
Wed May 28, 2003 2:41 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Help with programming in VB6
Replies: 6
Views: 7163

ok, im haveing troubles

i can turn my LCD backlight off

Code: Select all

MSComm1.Output = Chr$(&HFE) & Chr$(&H46)
but not on

Code: Select all

MSComm1.Output = Chr$(&HFE) & Chr$(&H4F) & Chr$(&H0)
i think its got something to do with the last segment

Code: Select all

Chr$(&H0)
what SHOULD be there ?
by Spamzor
Mon May 26, 2003 7:25 am
Forum: Gallery
Topic: Internal Mounting
Replies: 48
Views: 188935

will update when i have some nicer lighting
by Spamzor
Mon May 26, 2003 1:35 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Help with programming in VB6
Replies: 6
Views: 7163

ok, ive played around and worked out how it works, its a little confusing but heres what ive done now:

http://members.optusnet.com.au/spamzor/LCD_beta.zip
by Spamzor
Sat May 24, 2003 4:02 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Help with programming in VB6
Replies: 6
Views: 7163

Help with programming in VB6

update: ok, i now have a completely working LCD program it runs in the background, needs some "jazzing" up, its usefull as long as you have the source - http://members.optusnet.com.au/spamzor/FREE_LCD.zip it displays CPU and RAM usage its good for the basics a good starting point usefull i...