Hi, I want to read data from a barcode reader device. The barcode reader is correctly connected with a serial object. After this connection I do this:
but nothing happens when I read a barcode: neither BTAStreamReader_NewData nor BTAStreamReader_Error event is raised. Where is the problem? Thanks
B4X:
AStreamReader.Initialize(BTSerialReader.InputStream,Null,"BTAStreamReader")
but nothing happens when I read a barcode: neither BTAStreamReader_NewData nor BTAStreamReader_Error event is raised. Where is the problem? Thanks