login about faq

Hello,

I am trying to make a VB program using the Falcon libraries provided by KNX. I wold like to communicate with an EibPort LAN-type using the EibLibIP. The code for connecting I've used is quoted next:

Dim EibIP As FalconEiblibIPLib.EiblibIPEdi

IPParams = _
    "Server=192.168.1.3;" & _
    "Protocol=TCP;" & _
    "ConfigPort=50000;" & _
    "ReadPort=50001;" & _
    "WritePort=50002;" & _
    "COM=1"
Set EibIP = New EiblibIPEdi
devOpenErr = EibIP.Open(LayerLL, IPParams)

The problem is that I don't know how to read/write values since the connection is established.

Any comment will be helpful

Thanks

asked Apr 08 '11 at 07:59

BRuS's gravatar image

BRuS
16112

Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

×38
×2
×2
×1

Asked: Apr 08 '11 at 07:59

Seen: 1,047 times

Last updated: Apr 08 '11 at 07:59