Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
38 views

I am developing an app that should be able to read pkpasses that have NFC enabled. So far I have the service to fetch those pkpasses. The app has Linea Pro Scanner that has RFID an NFC capabilities. ...
user1852154's user avatar
2 votes
1 answer
3k views

I am trying to use react-native-linea in my react native app and during build I am getting React/RCTBridgeModule.h' file not found error. Steps I tried - 1. react-native init ScannerApp 2. cd ...
user3807000's user avatar
-4 votes
1 answer
2k views

I have this code: func barcodeData(_ barcode: String!, type: Int32) { referenceField.text = barcode! } When I scan a barcode the textfield is replaced by it. It's always an "R" in the beginning ...
moseby's user avatar
  • 21
1 vote
1 answer
617 views

In swift based application, I have to implement barcode scanning using device camera as well as using Linea Pro 5 (LP5) external barcode scanner. In the application have to to check the iPhone ...
Santosh Kumar's user avatar
2 votes
1 answer
822 views

I am using Linea Pro 5 with iPod Touch 5. I develop iOS App under Xamarin in C#, under VS 2012. My case is like this: I have screen A and screen B in my iOS App. In screen A, I want to allow the user ...
hmofaz's user avatar
  • 21
1 vote
1 answer
958 views

Hi am working on scanning barcodes through iOS device (iPod touch) using linea pro case. I just downloaded the linea pro demo project and the sdk from here http://www.datecs.bg/en/products/Linea-Pro-...
nuteron's user avatar
  • 541
1 vote
2 answers
3k views

I'm developing a Xamarin.iOS application using the LineaPro 5 peripheral, which is able to scan barcodes, RFID cards and swipe magnetic cards. I have the basic RFID functionality working, and the data ...
William Thomas's user avatar
2 votes
1 answer
1k views

How do I use the Linea-Pro SDK for IOS? I found the above, which got me to get a "connected". Thank you for that post, I was totally dead in the water until I found that post. I'm now searching for ...
hwitten's user avatar
  • 21
2 votes
2 answers
1k views

I'm trying to create a binding to the Linea Pro (it's the barcode scanner they use in the Apple Stores, Lowes) SDK. I'm using David Sandor's bindings as a reference, but the SDK has been updated a ...
jeffrapp's user avatar
0 votes
1 answer
474 views

I've been stuck on this topic for a last few days. I'm trying to scan a barcode and have it displayed in two different textfields. As of now, I can scan the barcode, but it displays the full barcode ...
Kevin Shifflett's user avatar