Hello,
I am considering to buy B4PPC.
The main purpose of B4PPC is to connect to my Brick of the Lego Mindstorn (NXT).
I found at mindsqualls.net a NET DLL which I could install in B4PPC.
My questions:
In Vb.NET there are the possibility to import the DLL Thru "Imports".
In B4PPC this will be done thru "Components" which I did.
After creating a new Object there were several properties missing :BangHead: which normally found in VB.Net.
Could somebody give me an advise how to get the whole properties.
I can connect to the NXT and use some of the properties ie. "Brick.Name" & "Brick.GetBatteryLevel" but some are missing.
In addition to that in VB.Net if I used brick.Commlink. .... there are another
properties behind which I can't use in B4PPC.
(Pfffff. yery tough to explain)
Is there any way to create below's code in B4PPC:
It would be highly appreciated if somebody can help me to get this DLL working.:sign0085:
Thanks in advance
Thomas
I am considering to buy B4PPC.
The main purpose of B4PPC is to connect to my Brick of the Lego Mindstorn (NXT).
I found at mindsqualls.net a NET DLL which I could install in B4PPC.
My questions:
In Vb.NET there are the possibility to import the DLL Thru "Imports".
In B4PPC this will be done thru "Components" which I did.
After creating a new Object there were several properties missing :BangHead: which normally found in VB.Net.
Could somebody give me an advise how to get the whole properties.
I can connect to the NXT and use some of the properties ie. "Brick.Name" & "Brick.GetBatteryLevel" but some are missing.
In addition to that in VB.Net if I used brick.Commlink. .... there are another
properties behind which I can't use in B4PPC.
(Pfffff. yery tough to explain)
Is there any way to create below's code in B4PPC:
B4X:
i.e.: Dim brick as New NxtBrick
brick = New NxtBrick(COMPortName)
It would be highly appreciated if somebody can help me to get this DLL working.:sign0085:
Thanks in advance
Thomas