I have a project where I’d like to connect to multiple(six) RFID sensors via COM ports on a Windows machine.
In tests so far I’ve tried using RFID enabled Arduinos and Processing to act as a serial port ‘bridge’ to read and consume the COM port data.
Not a lot of luck as I keep getting dropped or renamed COM ports. Not sure if the problem lies with Windows, the Arduino hardware, or in the Processing app I am using to consume the data
I know TD has great support for reading in serial data. Has anyone reading this had experience with connecting multiple COM ports into a SERIAL DAT in TD? Did you experience any issues with dropped or renamed COM ports?