Hi Przemek,

I'm seeing this in hbcom.c:
---
#  elif defined( HB_OS_DARWIN )
      hb_snprintf( buffer, size, "/dev/cuaa%d", pCom->port - 1 );
---

and these are the /dev/cu* files on my Snow Leopard:
---
~$ ls -l /dev/cu* 
crw-rw-rw-  1 root  wheel   11,   7  4 May 20:22 /dev/cu.Bluetooth-Modem
crw-rw-rw-  1 root  wheel   11,   3  4 May 20:22 /dev/cu.Bluetooth-PDA-Sync
crw-rw-rw-  1 root  wheel   11,   1  4 May 20:22 /dev/cu.vszakats_6230i-COM1-1
crw-rw-rw-  1 root  wheel   11,   5  4 May 20:22 /dev/cu.vszakats_6230i-COM1-2
---

New com interface expects a number to select 
the com port, but here they are named. How can 
they be opened?

[ BTW the first two are setup by the system, 
while the second two were assignments 
created manually in the past. They are also 
Bluetooth interfaces, and I tested hbsms on 
then back then. ]

Viktor

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to