How to Connect Physical Multimeter and barcode scanner devises to Mendix.

0
I'd like to automate the process of providing data from a physical multimeter and barcode reader device to our Mendix application. Could you please provide guidance on how to integrate this device with our Mendix application?
asked
1 answers
0

I interfaced a 40-year-old 8-bit computer to a Mendix application using Web Serial in the browser. To do this, I wrote a custom JavaScript action. If your multimeter and barcode reader expose a serial port or a Bluetooth port then you could use the same approach. I wrote up my work on Medium and you may find that useful.

 

https://medium.com/@robert.price_68862/making-mendix-talk-to-a-40-year-old-computer-72fa037a6323

 

I hope this helps.

answered