Dear community,
is there a sample, how I can start communication with a dispensing equipment using RS232?
Is it possible to make a protocol in FW?
At the moment we communicate with the dispensing equipment using an external software but I think it should be working directly.
I did not find an example in the samples...
I have studied some topics, but I am not sure, if they are relevant for my issues...
I am really a long way off the topic.
Thank you in advance and kind regards
Iris
RS232 - dispensing equipment
Re: RS232 - dispensing equipment
Surely you need to use the function OpenComm()
I have never used itnComm := OpenComm( "COM1", 1024, 128 )
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
- Iris Gesser
- Posts: 32
- Joined: Fri Apr 22, 2016 10:19 pm
Re: RS232 - dispensing equipment
Thank you for your quick reponse, Cristobal!