Search found 187 matches

by grayghost4
Tuesday 15th November 2022 3:35pm
Forum: General
Topic: Getting Data from Serial
Replies: 27
Views: 2997

Re: Getting Data from Serial

This thread has gotten so convoluted That I don't think anyone can follow it .( at least I can't )

If you were to start a NEW thread and post a page or two of the manual for the printer, (or a link to it ) and your code that you have.

Someone may be inclined to look at it and try to help :)
by grayghost4
Sunday 13th November 2022 9:04pm
Forum: General
Topic: Getting Data from Serial
Replies: 27
Views: 2997

Re: Getting Data from Serial

AndyGable wrote: ↑Saturday 12th November 2022 12:51pm So does anyone now the Gambas option for Bit? What should Bit () do? :| see my post above Print BTst(0, 0) ........ prints false least significant bit is 0 Print BTst(1, 0) ........ returns True least significant bit is 1 Print BTst(2, 1) ..........
by grayghost4
Sunday 13th November 2022 6:55pm
Forum: General
Topic: Getting Data from Serial
Replies: 27
Views: 2997

Re: Getting Data from Serial

here are all the gambas bit functions :D

https://gambas-buch.de/dwen/doku.php?id=k9:k9.9:start

since you are working with serial port ... this might be of intrest

https://gambas-buch.de/dwen/doku.php?id ... .1.5:start
by grayghost4
Thursday 10th November 2022 4:28pm
Forum: General
Topic: Getting Data from Serial
Replies: 27
Views: 2997

Re: Getting Data from Serial

Select case variable_byte 

  Case 20 
    textbox.text = "draw  Open"   'or what ever it indicates 

  Case 15
    textbox2.text = "paper out"

End Select



by grayghost4
Tuesday 8th November 2022 3:12am
Forum: General
Topic: Spot my error
Replies: 8
Views: 1022

Re: Spot my error

Are there any examples of how to use it .... sample programs ?
by grayghost4
Sunday 6th November 2022 4:58pm
Forum: General
Topic: Spot my error
Replies: 8
Views: 1022

Re: Spot my error

 "\"" & sVariableName & "\"" 
this is the same this :
 Quote(sVariableName)
When building a string to query a SQL file and a little eraser to write :D
by grayghost4
Saturday 5th November 2022 7:53pm
Forum: General
Topic: Spot my error
Replies: 8
Views: 1022

Re: Spot my error

this might help you ;

viewtopic.php?t=1336
by grayghost4
Sunday 23rd October 2022 5:02pm
Forum: General
Topic: [Solved] Linux Workspace 2-4
Replies: 26
Views: 3915

Re: Linux Workspace 2-4

That work fine on my Kubuntu
by grayghost4
Sunday 23rd October 2022 3:30pm
Forum: General
Topic: [Solved] Linux Workspace 2-4
Replies: 26
Views: 3915

Re: Linux Workspace 2-4

it will only move if there is already a desktop open in the direction of the move ... it does not create a desktop.

And it will follow if there is an open program on the new desktop.
by grayghost4
Sunday 23rd October 2022 3:13pm
Forum: General
Topic: [Solved] Linux Workspace 2-4
Replies: 26
Views: 3915

Re: Linux Workspace 2-4

I have tried it in KDE and the window moves but is not visible on the new desktop. :x

I have not tried the new code.... yet.

new code makes it work :D

but it does not follow .