Changes between Version 18 and Version 19 of FAQ


Ignore:
Timestamp:
Oct 13, 2008, 8:47:45 AM (16 years ago)
Author:
Frédéric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v18 v19  
    66== Errors ==
    77
    8 ==== '''!HardwareError: Axis ''n'' can't send command''' ====
     8=== '''!HardwareError: Axis ''n'' can't send command''' ===
    99
    1010 * Check if the head is switched on
    1111 * If using serial driver, be sure to use the correct port
    1212 * If using a bluetooth-to-serial converter, don't forget to configure its baudrate to 9600 for the Merlin/Orion head
     13
     14== Misc ==
     15
     16=== AIRCable bluetooth-serial converters ===
     17
     18If 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
     22On 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
     27The 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{{{
     30AIRcable OS command line v0.5
     31Type h to see the list of commands
     32AIRcable>
     33}}}
     34
     35Then, hit '''u''', and change the baudrate to 9600 (enter '''96'''). Reboot it ('''r'''), and that's it.
     36
     37If 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}}}
    1343
    1444[[BR]]