I am working on Modbus RTU node red in our NetPi RTE Gateway using RS485 to USB converter, but not able to mapped the USB port in node red docker container, as we have already done this successfully in last year (thread-653) I have referred this same.
I am getting error while creating the Docker Container if I add "/dev/ttyUSB0" in Devices attached screenshot for your reference.
Well you need to know to which physical device the USB converter is mapped to. Then you can map it right
To get out to which physical device it is mapped to take $30 consumer raspberry pi or an open netFIELD Connect gateway. Then establish a terminal connection to the used device.
In the terminal session call the command first of all
Code:
ls /dev/
This command lists all available physical devices in the OS.
After that insert the USB converter into this device and call again
Code:
ls /dev/
You will recognize that a new device was created next to all the other existing ones. Remember this name of this new device. This device will be exactly the same device as it will be mapped in netPI later.
„You never fail until you stop trying.“, Albert Einstein (1879 - 1955)
No I said you need to use consumer Raspberry Pi for this test or netFIELD Connect gateway. I did not say using netPI for this test! The USB test is NOT possible on netPI.
„You never fail until you stop trying.“, Albert Einstein (1879 - 1955)
One thing to check is the syntax of your scanner onscan function. It's possible that there's an error in the code that's causing it to only display the details of the first item instead of the scanned item.
Another option is to use a lookup function to search for the scanned barcode in your database and retrieve the corresponding product details. Also, you could check alternative options like smartengines.com. I hope that helps you.
Well the point is that booting from USB on a Raspberry PI3B - which a netPI device is based on - is not trivial. It is not supported from scatch in the boot ROM and needs to be activated in the security fuses in the Pi3B GPU. See for example https://www.makeuseof.com/tag/make-raspb...-boot-usb/. The desribed method does not work with Hilschers standard netPI OS but with Raspbian OS only.
Thx
Armin
„You never fail until you stop trying.“, Albert Einstein (1879 - 1955)