We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
diff --git a/serialport.js b/serialport.js index d4c8370..0daab31 100644 --- a/serialport.js +++ b/serialport.js @@ -55,6 +55,7 @@ function SerialPort(path) { sys.inherits(SerialPort, events.EventEmitter);
SerialPort.prototype.read = function () {
-exports.SerialPort = SerialPort; \ No newline at end of file +exports.SerialPort = SerialPort;
The text was updated successfully, but these errors were encountered:
Use current version, updated and tested to work with node 0.4.0
Sorry, something went wrong.
No branches or pull requests
diff --git a/serialport.js b/serialport.js
index d4c8370..0daab31 100644
--- a/serialport.js
+++ b/serialport.js
@@ -55,6 +55,7 @@ function SerialPort(path) {
sys.inherits(SerialPort, events.EventEmitter);
SerialPort.prototype.read = function () {
if (this.fd) {
sys.puts("callback");
var buff = new Buffer(65535);
@@ -83,4 +84,4 @@ SerialPort.prototype.write = function (buffer) {
}
-exports.SerialPort = SerialPort;
\ No newline at end of file
+exports.SerialPort = SerialPort;
The text was updated successfully, but these errors were encountered: