Search found 5 matches

by manton
Thu Jul 25, 2013 3:46 am
Forum: General
Topic: Hide properties / Mouse hovering
Replies: 2
Views: 12058

Re: Hide properties / Mouse hovering

It looks like if you strip all of the mouse related code out of your frames ruby code, then the mouse pointer behaves as you want it to. I'm not sure why you would have had mouse code here to begin with, since it looks like these are just to make the application pretty.

On your second issue, if you ...
by manton
Sat Jul 20, 2013 12:11 am
Forum: General
Topic: Potential COM Port Module Bug
Replies: 5
Views: 13490

Re: Potential COM Port Module Bug

Well, I don't know about your machine, but on mine I cannot set any ports to COM0. Every other number from 1-255 is available though. So, I still suspect that COM0 is not allowed.

So, I repeat, given that I do not have a COM0 on my machine (and couldn't map one to it even if I wanted to), why does ...
by manton
Wed Jul 17, 2013 12:35 am
Forum: General
Topic: Potential COM Port Module Bug
Replies: 5
Views: 13490

Re: Potential COM Port Module Bug

But, in my case, I don't have a real or virtual port on COM0, at least according to device manager.

Thanks.
by manton
Tue Jul 16, 2013 6:08 am
Forum: General
Topic: Potential COM Port Module Bug
Replies: 5
Views: 13490

Potential COM Port Module Bug

I just noticed that the list of ports on the COM Port module includes COM0. Can anyone think of why this would be, since AFAIK COM0 is not allowed, and numbering usually starts at COM1? I know that my machine certainly does not have COM0 available.

I'm using V3.0.2.

Thanks.
by manton
Mon Jan 09, 2012 9:54 pm
Forum: General
Topic: COM Port DTR, and RTS support
Replies: 0
Views: 10326

COM Port DTR, and RTS support

Would it be possible to create a COM port object that has support for controlling the DTR, and RTS control lines? This would be useful for communicating via RS-485, which is usually half-duplex, so one of the control lines is usually used to enable the output drivers of the RS-485 transceiver ...