Page 1 of 1

communication port error.

Posted: Mon Mar 19, 2018 2:42 am
by yunbg1
Hi Antonio Linares.

The serial port is com1 and com2 ... com9
communication port good init.


com11 and com12 ... com port > 10
communication port error.

How do you use it?

fwh 18.02

regards

Re: communication port error.

Posted: Mon Mar 19, 2018 3:17 am
by Antonio Linares
Yunbg,

Please post a small example PRG to test, thanks

Re: communication port error.

Posted: Mon Mar 19, 2018 12:38 pm
by Enrico Maria Giordano
Try with:

Code: Select all

nCom = OPENCOMM( "\\.\" + cCom, 16384, 16384 )
EMG

Re: communication port error.

Posted: Wed Mar 21, 2018 4:59 pm
by yunbg1
Very well.
Thank you.