-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
With netlinkwrapper is it possible to send something other than a string?
I am trying to .write() a buffer object to a piece of hardware, the Node net.js module allows you to do this, and the hardware respond in the way i would expect.
Using netlinkwrapper no matter what i do i get the error 'TypeError: 'send' first argument must be a string to send'
I require the synchronous features of netlinkwrapper, however my hardware will only respond to a specific kind of buffer object, is there a way around this?
Metadata
Metadata
Assignees
Labels
No labels