Thread
:
Software to use BT I/O board
View Single Post
jethro.itt
2007-10-28 , 19:17
Guest | Posts: n/a | Thanked: 0 times | Joined on
#
2
Looks like the module uses the Bluetooth Serial Port Profile, which is accessible from Python (the PyBluez module, included with PyMaemo). Using Python it shouldn't be too difficult to create a simple application to switch I/Os on and off.
Another way is to create a virtual RFCOMM port by using the "rfcomm" command line tool and then access the virtual serial port from software written in any language, even shell scripts.
Quote & Reply
|
jethro.itt