20 questions
0
votes
0
answers
38
views
Linea pro c# SDK for IOS read pkpass with nfc
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.
...
2
votes
1
answer
3k
views
Reactnative - 'React/RCTBridgeModule.h' file not found
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 ...
-4
votes
1
answer
2k
views
Remove first character from string [duplicate]
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 ...
1
vote
1
answer
617
views
Linea Pro Scan barcode Issue
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 ...
2
votes
1
answer
822
views
Disable the Linea Pro 5 scanner without calling to Disconnect
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 ...
1
vote
1
answer
958
views
Linea pro connect issue in iTouch
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-...
1
vote
2
answers
3k
views
RFID - Leading zero issue
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 ...
2
votes
1
answer
1k
views
How to connect button in ios6 to LINEA Pro 4 barcode scanner
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 ...
2
votes
2
answers
1k
views
Monotouch Binding to Linea Pro SDK
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 ...
0
votes
1
answer
474
views
How do you scan a barcode and display it in 2 different textfields (IOS xcode 4, Linea-Pro 4)
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 ...