?
=?iso-8859-1?B?UmVu6SBKZW5zZW4=?=
Hello
I got a problem with a class i'm trying to create.
the problem is that i would like to use the dot when i access some
parametes in the class
like.
Connect()
measure.current(10)
trigger()
disconnect()
the class access some hardware
connect opens the serialport
disconnect close it again
trigger sendst a command to the serialport to start measure.
and measure.current i want to send a command to the same serialport
but how? can onyone paste a few lines of code how do to this.
Thanks in advance
René
I got a problem with a class i'm trying to create.
the problem is that i would like to use the dot when i access some
parametes in the class
like.
Connect()
measure.current(10)
trigger()
disconnect()
the class access some hardware
connect opens the serialport
disconnect close it again
trigger sendst a command to the serialport to start measure.
and measure.current i want to send a command to the same serialport
but how? can onyone paste a few lines of code how do to this.
Thanks in advance
René