Jump to content

Sengir Vampire

Members
  • Posts

    7
  • Joined

  • Last visited

Reputation

0 Neutral

Profile Information

  • About me
    Bottle Rocketeer
  1. Now I changed to Int16 in ControlPacket and Int32 in VesselData and everything works fine.
  2. The ControlPacket now works fine But there are 3 integers in the VesselData-Packet. Treating them as 32Bit works fine but switching them also to 16Bit don't work at all. Your pugin is sending a payloadsize of 189 Bytes. The VesselData-Packet has 3x byte + 41x float, 3x int+ 2x UInt32+ 1x UInt16 = 183 Bytes (using 16-Bit int) or 189 Bytes (using 32-Bit int).
  3. I think an integer is 4 Bytes long not 2 or is the Arduino only 16Bit? The ControlPacket has 10 integers an 5 Bytes => 25 Bytes (16Bit-Mode) or 45 Bytes (32Bit-Mode) I will try it tomorrow with Int16, thanks.
  4. I'm trying to connect my Raspberry Pi to the Plugin using C#. I can receive and display data from KSP but I can't send the ControlPacket to control my vessel. - answering the handshake is working of course. When pressing a button, the Pi should send the ControlPacket for turning lights on. The ControlPacket looks the following: 190 239 45 101 32 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 104 But nothing happens. Has the ControPacket any Errors or where could I be wrong?
  5. I've tried it again and the this part of the contract was successfull. don't know what went wrong the first time. Now, trying to launch a satellite for the other two parts.
  6. No, I didn't send the data, because the contract says "Record the Forces". But I will fly again to see if it works when I send it.
  7. I now have the same contract and I don't know how to solve it Objectives: Record gravitational Forces on the Surface at Area YCN-0 Record gravitational Forces in flight above 19,600 meters near Lemson's Triumph Record gravitational Forces in flight above 17,200 meters near Sector R-VWU After trying to record the data with my GRAVMAX in air at R-VWU (not possible) I landed my Jet at YCN-0. I used the GRAVMAX but the objective wasn't recognized, though the waypoint YCN-0 was flashing.
×
×
  • Create New...