webserial wrapper

0
0

Has there been any thought to providing a C# wrapper to the webserial interface? If such a wrapper had an interface similar to System.IO.Ports.SerialPort, then it could make it easier to port desktop apps which interface with real serial port client hardware to WiseJ.

  • You must to post comments
0
0

If I wanted to implement this myself, what’d be the best way to go about it? I’ve been looking for a good extension or example of wrapping Javascript. This isn’t for a UI widget or to use in just one control, so would it be more like the client clipboard and client filesystem extensions? Would I be able to use Microsoft.JSInterop to build a wrapper, or does that only work in Blazor?

  • You must to post comments
0
0

I’ve logged this as an enhancement request. We’ll consider adding it in a future release.

 

-Julie

  • Brian Gallaway
    I realise I should’ve replied to you directly rather than to the topic. Based on my comment above, would you have any advice on how to tackle this?
  • You must to post comments
0
0

Good proposal. This allow to not use complex hardware infrastructure (serial network converter) on application that need to manage serial device like legacy POS devices.

 

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.