Skip to content

Honeywell Xenon 1950g barcode scanner Windows data never received #3108

Description

@qvrsefv5

SerialPort Version

13.0.0

Node Version

22.21.0

Electron Version

38.3.0

Platform

Microsoft Windows NT 10.0.19045.0 x64

Architecture

x64

Hardware or chipset of serialport

No response

What steps will reproduce the bug?

Honeywell Xenon 1950g in USB-COM
on scanning barcode should receive barcode in port.on("data",(data)=> {console.log(data}) and log barcode
this works on MacOS X

What happens?

data never received
i have ACK/NAK on i tried to turn it off but still nothing

What should have happened?

so i have electron app where i use serialport to communicate with barcode scanner honeywell xenon 1950g on my macOS everything works on("data",...) received but when i run my app on Windows on("data"...is never triggered and i never receive the scanned barcode Scanner is in USB-COM ACK:on i tried onon("open")` set timeout and send to device ACK command after scan this looks like it works i just can't get the scanned barcode in my app on windows

Additional information

everything works on MacOS
port.on('open',...) correctly works

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