Skip to content
Snippets Groups Projects
Commit 9d70f9fc authored by jkerdreu's avatar jkerdreu
Browse files

drop of send_raw

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@2005 b32b6428-25c9-4566-ad07-03861ab6144f
parent e7ae0626
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ class KNXConnector:
frame.total_lenght = len(frame.pkt) # fix the lenght .
logger.debug("Sending: " + str(frame))
#hex_dump(frame.pkt)
self.nc.send_raw(frame.pkt)
self.nc.send(frame.pkt)
def receive(self):
buf = self.nc.receive()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment