Hello,
I try to connect serial with an MDE-Unit for sending
und receiving data.
The settings are 19200 bauds, no parity, 8 data bits,
and 1 stop bit. It uses RTC/CTS hardware handshaking.
I opened at the right com-port 2 with:
no%=freefile
open "com2:19200,N,8,1" as no%
but I get an Device Error 24.
I tried it with:
no%=freefile
open "com2:19200,N,8,1,cs,ds" as no%
and then receiving of data works but not the sending of
data. What´s wrong ???
Thank for help.
Matthias Kuhn
------------------
I try to connect serial with an MDE-Unit for sending
und receiving data.
The settings are 19200 bauds, no parity, 8 data bits,
and 1 stop bit. It uses RTC/CTS hardware handshaking.
I opened at the right com-port 2 with:
no%=freefile
open "com2:19200,N,8,1" as no%
but I get an Device Error 24.
I tried it with:
no%=freefile
open "com2:19200,N,8,1,cs,ds" as no%
and then receiving of data works but not the sending of
data. What´s wrong ???
Thank for help.
Matthias Kuhn
------------------
Comment