Jump to content

hiwa37

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by hiwa37

  1. No, I'm actually using the n°1, mentionned one the first page : "Source code for arduino - There may be newer versions posted in the thread, but this is the current recommended "stable" version. 1. Warning LED demo: https://sites.google.com/site/zitronfiles/KSPIODemo.zip use code from demo 4 <============ this one 2. Input demo: https://sites.google.com/site/zitronfiles/KSPIODemo2.zip use code from demo 4 3. Action groups: https://sites.google.com/site/zitronfiles/KSPIODemo3.zip use code from demo 4 4. Input Axes: https://sites.google.com/site/zitronfiles/KSPIODemo13.zip" I'll try the one you said, KSPDemo13.zip, after work, and let you know how it's going on. Thank you for your answers! Can't wait having it working and to build my controller
  2. Hey guys. I have been testing this mod for some days, but I can't manage to make it work. Could you please help me having it working ? I'm running plugin V18.4 and game 1.2. Here are the logs : [LOG 07:35:09.065] KSPSerialIO: Version 0.18.4 [LOG 07:35:09.065] KSPSerialIO: Getting serial ports... [LOG 07:35:09.066] KSPSerialIO: Output packet size: 199/255 [LOG 07:35:09.068] KSPSerialIO: Found 3 serial ports [LOG 07:35:09.068] KSPSerialIO: trying default port COM5 [LOG 07:35:12.087] KSPSerialIO: KSP Display not found [LOG 07:35:12.091] KSPSerialIO: trying port \Device\Serial0 - COM1 [LOG 07:35:15.093] KSPSerialIO: KSP Display not found [LOG 07:35:15.094] KSPSerialIO: trying port \Device\Serial2 - COM5 [LOG 07:35:18.097] KSPSerialIO: KSP Display not found [LOG 07:35:18.098] [AddonLoader]: Instantiating addon 'KSPSerialIO' from assembly 'KSPSerialIO' [LOG 07:35:18.101] [PlanetariumCamera]: Focus: Kerbin [LOG 07:35:18.102] [UIMasterController]: HideUI And here is my config.xml : <?xml version="1.0" encoding="utf-8"?> <config> <double name="refresh">0.2</double> <string name="DefaultPort">COM5</string> <int name="BaudRate">19200</int> <int name="HandshakeDelay">1500</int> <int name="HandshakeDisable">0</int> <int name="ThrottleEnable">2</int> <int name="PitchEnable">2</int> <int name="RollEnable">2</int> <int name="YawEnable">2</int> <int name="TXEnable">2</int> <int name="TYEnable">2</int> <int name="TZEnable">2</int> <int name="WheelSteerEnable">2</int> <int name="WheelThrottleEnable">2</int> <double name="SASTol">0.05</double> </config> (BaudRate is at 19200 in the code too.) I'm testing the demo code n°2 with the LEDs. In game, it displays " IOawake, no displays found". I'm uploading the code into the adruino with com5, so I assumed this is what i had to set up in the config.xml ? The mod tries all coms port anyway. I also tried game 1.1.3 / 1.1.1 with mod V17 etc, same issue. Thx !
×
×
  • Create New...