Skip to content
Snippets Groups Projects
Commit 283ddb3a authored by Robin.Mueller's avatar Robin.Mueller
Browse files

removed debug output. serial send works now

parent b83ff9eb
Branches
Tags
No related merge requests found
...@@ -19,7 +19,6 @@ class SerialComIF(CommunicationInterface): ...@@ -19,7 +19,6 @@ class SerialComIF(CommunicationInterface):
def sendTelecommand(self, tcPacket, tcPacketInfo=""): def sendTelecommand(self, tcPacket, tcPacketInfo=""):
self.tmtcPrinter.printTelecommand(tcPacket, tcPacketInfo) self.tmtcPrinter.printTelecommand(tcPacket, tcPacketInfo)
print("im here !")
self.serial.write(tcPacket) self.serial.write(tcPacket)
def receiveTelemetry(self, data): def receiveTelemetry(self, data):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment