Jump to content

madradhu

New Members
  • Posts

    3
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. This I believe is the plugin loading, right at the top of KSP.log: [LOG 20:54:04.476] Load(Assembly): KerbalSimpit/KerbalSimpit [LOG 20:54:04.477] AssemblyLoader: Loading assembly at S:\SteamLibrary\steamapps\common\Kerbal Space Program\GameData\KerbalSimpit\KerbalSimpit.dll [LOG 20:54:04.507] AssemblyLoader: KSPAssembly 'KerbalSimpit' V1.3.0 [LOG 20:54:04.507] AssemblyLoader: KSPAssemblyDependency 'KerbalSimpitSerial' V1.0.0 [LOG 20:54:04.507] Load(Assembly): KerbalSimpit/KerbalSimpitSerial [LOG 20:54:04.507] AssemblyLoader: Loading assembly at S:\SteamLibrary\steamapps\common\Kerbal Space Program\GameData\KerbalSimpit\KerbalSimpitSerial.dll [LOG 20:54:04.508] AssemblyLoader: KSPAssembly 'KerbalSimpitSerial' V1.0.0 [LOG 20:54:04.508] Load(Assembly): KerbalSimpit/Mono.Posix [LOG 20:54:04.508] AssemblyLoader: Loading assembly at S:\SteamLibrary\steamapps\common\Kerbal Space Program\GameData\KerbalSimpit\Mono.Posix.dll It's pointed at the correct COM port in Settings.cfg, nothing else is using it as far as I can tell. I mocked up the simple debounce sketch physically on my arduino that KerbalSimpitStageDemo.ino references, but I can't seem to get it to work. Dunno if there's anything obvious to try.
  2. I'm starting in on my kerbtroller project, and I'm at the part where I'm working on getting the controller prototype and the game talking to each other, and I can't seem to get it working - there's Simpit references in KSP.log, but KerbalSimpitStageDemo that I loaded onto my arduino doesn't seem to do anything, and the built in LED stays on. Any ideas?
×
×
  • Create New...