Search found 3 matches

by m1bfp
Sat Feb 03, 2018 10:38 pm
Forum: Mac OSX
Topic: Serial Port Hardware Handshake not working under OS X?
Replies: 4
Views: 2413

Re: Serial Port Hardware Handshake not working under OS X?

Hello Bernd,

The version I am using is 5.61 x64 under HighSierra.
I think I may have even tried an earlier version as well to see if it gave different results but no change.
As for the CloseSerialPort() statement I have not used it yet as the port is constantly open and in use.

I really enjoy ...
by m1bfp
Mon Jan 29, 2018 8:58 am
Forum: Mac OSX
Topic: Serial Port Hardware Handshake not working under OS X?
Replies: 4
Views: 2413

Re: Serial Port Hardware Handshake not working under OS X?

Hello Bernd,

Thank you for your help. It will be interesting to see what you find.

Dave
by m1bfp
Mon Jan 22, 2018 3:46 pm
Forum: Mac OSX
Topic: Serial Port Hardware Handshake not working under OS X?
Replies: 4
Views: 2413

Serial Port Hardware Handshake not working under OS X?

Hello,

I am trying to send a text file to a radio modem (Terminal Node Controller). The text file is being sent as a String called send$.

Port Settings are-
OpenSerialPort(0, "/dev/" + "tty.usbserial", 19200, #PB_SerialPort_NoParity, 8, 1, #PB_SerialPort_RtsCtsHandshake, 1024, 1024)

Sent using ...