D
D
Deka0072019-05-18 13:06:11
QR codes
Deka007, 2019-05-18 13:06:11

How to transfer qr code data via blutooth (com port)?

Hello. I connected an android qr-code scanner to a PC via bluetooth, started writing an application on winforms, where I connected the scanner via com-port using System.IO.Ports, SerialPort class. Now the question is how to transfer data to the Winforms application itself, let's say to the same texbox or datagridview. On android, the scanner has already scanned the qr code and received text data, how to transfer it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Leonid, 2019-05-18
@caballero

the problem is not absolutely clear - a problem to transfer or receive? you send data in android and get it in windows - these are different devices and different tasks
In vmndows in SerialPort there is a dtareciever event on it and hang a handler, but in android it depends on what you wrote and on what you wrote there

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question