Dear friend, please
if I try for example CHAT app on PC, everything is ok. In combobox I have available serialports.
If I try app with serial port on MAC then with this code
I get nothing in combobox.
Is something different with seriál port on mac than pc?
Thank you very much
p4ppc
if I try for example CHAT app on PC, everything is ok. In combobox I have available serialports.
If I try app with serial port on MAC then with this code
B4X:
serialpport.Initialize("")
cmbPort.Items.AddAll(serialport.ListPorts)
I get nothing in combobox.
Is something different with seriál port on mac than pc?
Thank you very much
p4ppc