Skip to content

UART.js improvements #6

@gfwilliams

Description

@gfwilliams

As per http://forum.espruino.com/conversations/362281/#comment15950235

  • write/eval should be per-connection (so if using connections the user doesn't have to split the data up themselves)
  • When I register a customconnection.on('data', ...) callback, it overwrites the on('data', ...) callback defined within UART.write
  • Also, it'd be nice to implement promises like @benfoxall did with the Puck.js lib
  • Could also add a WebRTC connection option to allow you to connect on your phone and then use UART.js on a different PC

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions