Forum > macOS / Mac OS X
TvsComPort on MacOS Sierra problem
Dzandaa:
Hi everybody,
I have a problem using TvsComPort on MacOS Sierra
On Open The program freeze.
Same code works without problem on Windows 7, 10 64b and Linux 64b
--- Code: Pascal [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} --- RS232.SynSer.Connect(RS232.Device); // Device exists and is working if( RS232.SynSer.Handle = THandle(-1) ) then begin ShowMessage('Problem with RS232'); RS232.Active := False; exit(); end; RS232.Active := true; try RS232.Open; // Freeze on Mac, work on Windows 7, 10 and Linux 64 except on E: Exception do begin ShowMessage('Problem Opening RS232: ' + E.Message); RS232.Active := False; exit(); end;
Any idea?
Thank you.
B->
ackarwow:
--- Quote from: Dzandaa on December 12, 2024, 03:13:38 pm ---Hi everybody,
I have a problem using TvsComPort on MacOS Sierra
On Open The program freeze.
Same code works without problem on Windows 7, 10 64b and Linux 64b
(...)
Any idea?
Thank you.
B->
--- End quote ---
Hi @Dzandaa
I had similar problem testing your Test AVR program on MacOS. I don't know what is causing this problem... :(
Jurassic Pork:
hello,
this problem is resolved here in TLazserial. The last version of TLazserial works on macos.
Friendly, J.P
Dzandaa:
Hi,
@JP:
I tried but have the same problem.
I also compiled your test program, just to see if I can open the port, but same problem again.
B->
sstvmaster:
Maybe you must add your user to the dialout group, like under linux? I dont know if this is required under macos. Just a guess.
Navigation
[0] Message Index
[#] Next page