I am facing an issue that the Bluetooth Printer (Epson TM-20, Bluetooth 3.0) is not getting recognize by a react native library (https://github.com/HeligPfleigh/react-native-thermal-receipt-printer). Printer gets connected by from the Bluetooth settings (of the iPhone). Printer gets connected from Epson TM Utility App (for iOS & Android). From my iOS App, on the selection from the Devices list (a screen to show all the Bluetooth devices & select a device to fetch the mac address and make the connectivity), only devices with Bluetooth version is higher than 3.0 (For Ex. my One Plus 11 R mobile) is shown but the mentioned Bluetooth Printer is not.
Printing on Bluetooth (Version 3.0) iOS using react-native-thermal-receipt-printer
374 Views Asked by user7386459 At
2
There are 2 best solutions below
0
user7386459
On
Thanks @pratik-prakash-bindage @user19406764 for your valuable suggestion. Now a number (instead of the printer name), is shown (along with all other Bluetooth devices) but I am still facing a connectivity issue, if I select this number, the printer doesn't work. No error, No exception.
Related Questions in IOS
- Overlapping UICollectionView in storyboard
- Cannot pod spec lint because of undeclared type errors
- Is the transactionReceipt data present in dataWithContentsOfURL?
- UIWebView Screen Fitting Issue
- ZXingObjC encoding issues
- iOS: None of the valid provisioning profiles allowed the specific entitlements
- How to hide "Now playing url" in control center
- CloudKit: Preventing Duplicate Records
- Slow performance on ipad erasing image
- Swift code with multiple NSDateFormatter - optimization
- iOS 8.3 Safari crashes on input type=file
- TTTTimeIntervalFormatter always returns strings in English
- How do I add multiple in app purchases in Swift Spritekit?
- Setup code for xibs in iOS. -awakFromNb:
- iOS Voice Over only reads out the title of any alert views
Related Questions in REACT-NATIVE
- React Native: detect if UIVisualEffectView is supported
- Prevent Chrome debugger from stealing focus in React Native
- React-native upload image to amazons s3
- react-native update NavigatorIOS component's props
- promise – can't find variable process
- Using React Native within existing iOS app for some views only
- What is a good approach to building and distributing a React Native iOS component that extends iOS functionality?
- error in xcode 6 "is not registered as a URL scheme. Please add it in your Info.plist"
- DeviceEventEmitter stops emitting events to application when screen locked
- How to rename react-native entry file (index.ios.js)
- react-native component lifecycle methods not firing on navigation
- How to use comments in React
- react-native propagate changes in props through ListView and Navigator
- How do i use the iOS shake gesture with react native?
- TouchableHighlight won't accept press events while keyboard is open
Related Questions in PRINTING
- How to send ESC/POS commands to thermal printer in Linux
- JTable Printing. How to set page breaks programmatically?
- Why do print and echo behave differently in a "for" loop
- Is there a way to limit the html page to a particular page size?
- How to execute keybord shortcut CTRL + P by clicking a link using jquery
- Chrome print preview disable only link location in footer and header
- C program doesn't print
- how to print a receipt to a particular printer
- How to print Jasper reports from servlets?
- Is it possible to print web content on thermal printer?
- How to print the HTML in Java
- How to get a response of file printing job to user from printer using CUPS in linux
- Android PrintManager get callback
- Business card height and width in pixels on web?
- Microsoft Dynamics Ax 2012 R2 run time issue
Related Questions in BLUETOOTH
- Bluetooth connection to Sphero is lost when smartphone "goes to sleep"
- MFi Program by Apple
- Android Wear Device as iBeacon
- android - How to get a iBecon detection state when I kill app from Background?
- IOException: broken pipe when sending file from android device to PC via Bluetooth
- How deploy an large number iBeacons
- Send a Android BLE GATT Notification
- burst notifications with Bluetooth Low Energy on Android
- Is there a way to change bluetooth module's baud rate via Bluetooth connection with Android device?
- NFC Bluetooth handover - WITHOUT user confirmation
- Is it possible to create an app that when installed the user can easily turn Bluetooth/NFC ON and OFF by double clicking the Home button?
- Difference between attributes and services in BLE
- Global name 'bluetooth' is not defined
- iOS Bluetooth list of devices already connected?
- Bluetooth discovery not starting on first click
Related Questions in IOS-BLUETOOTH
- How to use core bluetooth framework to connect Headsets/handsfree?
- CBCentralManager not calling didDiscoverPeripheral method when iPhone is locked
- State Preservation and Restoration BLE- Calls didFinishLaunchingWithOptions but doesn't call any delegate method for CBCentral
- TI SensorTag Accelerometer service not advertising
- Bluetooth private framework
- MRAVOutputContext crash ios 11 beta
- How to filter and follow bluetooth mac adresses
- Any Simulatore available for BLE devices
- Core Bluetooth read descriptor value longer than MTU
- Why does audio streaming interfere with iBeacon Ranging and events on iOS?
- Printing on Bluetooth (Version 3.0) iOS using react-native-thermal-receipt-printer
- UUID of iPhone Device
- How to scan and connect to Bluetooth classic for iOS in Xamarin forms?
- iOS Swift: Can't read iBeacon manufacturer data (raw data Android equivalent)
- I want to do a download that can continue in the background in swift, but when I switch to the background, the bluetooth file transfer stops
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Here the list of supported printers I suppose: https://i.stack.imgur.com/IbZaq.png However, I'm not sure if this library is able to support them all. You may test the native Epson SDK that I recently wrapped at https://github.com/tr3v3r/react-native-esc-pos-printer.
It offers a Bluetooth connection as well.