Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Miguel Seabra Melo
47
Views
2
Comments
Solved
[RFID] Location of the RFId?
Question
Forge
RFID (O11)
Forge asset by
Rui Barbosa
Am I correct in assuming that the RFId scanner is supposed to be connected to the client machine (not on the OutSystems server) and therefore nodejs needs to be installed and running on all client computers?
Cheers!
Rui Barbosa
Solution
Hi Miguel,
That is correct.
This is a simple use case where there is an external reader attached to the client device (a card reader on the device displaying the browser window).
The card reader sends information to the COM port.
The nodeJS app reads this information and sends it to the localhost:3001
The socks.js reads from localhost:3001
Cheers
Rui
See solution in context
Miguel Seabra Melo
For everyone's future reference, looking at the code indicates that yes, it gets installed and run in the client machine.
The OutSystems app's Javascript then listens to a port on localhost where nodeJS emits data that receives from the machine's COM port (where the
RFId scanner is plugged).
Rui Barbosa
Solution
Hi Miguel,
That is correct.
This is a simple use case where there is an external reader attached to the client device (a card reader on the device displaying the browser window).
The card reader sends information to the COM port.
The nodeJS app reads this information and sends it to the localhost:3001
The socks.js reads from localhost:3001
Cheers
Rui
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...