| 13 | |
| 14 | == Misc == |
| 15 | |
| 16 | === AIRCable bluetooth-serial converters === |
| 17 | |
| 18 | If you are using the [http://www.aircable.net/serial.html Serial3] device from AIRCable, it is very easy to set the correct baudrate, using the dip switches. Here is the correct configuration: |
| 19 | |
| 20 | ''TODO'' |
| 21 | |
| 22 | On the other hand, the [http://www.aircable.net/mini-os.html MiniOS] device is a little bit tricker to configure, as it does not have dip switches. There are two ways to configure it: |
| 23 | |
| 24 | * connecting to the internal command-line interpretor |
| 25 | * editing the config.txt file |
| 26 | |
| 27 | The AIRCable MiniOS is badly documentated. Unlike other AIRCable modules (except the SMD one, which is in fact used in the MiniOS), you can't connect to the interpretor through the serial line; you must establish a bluetooth serial link (using your bluetooth tools, like Bluesoleil), and, during the first 60 s of the connection, launch a terminal emulator on the BT emulated port (COM5 or something like that) and hit '''+++<Enter>'''. Then, you should see something like: |
| 28 | |
| 29 | {{{ |
| 30 | AIRcable OS command line v0.5 |
| 31 | Type h to see the list of commands |
| 32 | AIRcable> |
| 33 | }}} |
| 34 | |
| 35 | Then, hit '''u''', and change the baudrate to 9600 (enter '''96'''). Reboot it ('''r'''), and that's it. |
| 36 | |
| 37 | If you have troubles to connect to through the BT serial link, you can also use '''obex''' or '''obexftp''' tools to download the config.txt file stored on teh device, modify it, and upload it again. In this ascii file, change the paramter number '''7''' like this: |
| 38 | |
| 39 | {{{ |
| 40 | // baud rate, stop bits, parity |
| 41 | @0007 = 0027 0000 0000 |
| 42 | }}} |