gordo said
hi all,
i´m running pd 0.39-1 on 2.6.17-gentoo-r8 and reading data from an incoming bluetooth device via bluez´s rfcomm.
after connecting:
# rfcomm connect 1 Connected /dev/rfcomm1 to 10:00:E8:52:32:CE on channel 1
i can do:
# cat /dev/rfcomm1
which cats all my incoming data correctly, but if i´m printing device-list with comport-object, it pathetically outputs: [comport]: available serial ports: 0 /dev/ttyS0
That's because it looks for anything like "/dev/tty[SU]*". Possibly if you open by name [open /dev/rfcomm1( it will work, if rfcomm1 is a serial port. Otherwise, it might not...
Martin
On 3/8/07, martin.peach@sympatico.ca martin.peach@sympatico.ca wrote:
That's because it looks for anything like "/dev/tty[SU]*". Possibly if you open by name [open /dev/rfcomm1( it will work, if rfcomm1 is a serial port.
the workaround is just to create a symlink, for example: # ln -s /dev/rfcomm1 /dev/ttyS99
now plug and play with [comport 99 9600]
[open /dev/rfcomm1] definitely doesnt work. error: bad arguments for message 'open' to object 'comport'
thanks anyway /g
Martin
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list