Questions tagged [dongle]

A dongle is a small piece of hardware, which is usually plugged to a computer via a USB port. It is used for various purposes like Wifi-Internet connection, Bluetooth-Connection, Software-Locking etc.

A dongle is a small piece of hardware, which is usually plugged to a computer via a USB port. It is used for various purposes like providing an internet connection via 3G or 4G, bluetooth connectivity, software locking, etc.

103 questions
0
votes
0 answers

iOS , OBD2 dongle , BLE

I'm developing an iOS app for OBD2 dongle using BLE, but i have trouble sending commands to the dongle (for instance the command 'O' opens communication channel between obd2 and my iOS app), could anyone help me with this ?
Skander Fathallah
  • 333
  • 1
  • 3
  • 10
0
votes
1 answer

compile code on hardware for critical operations

I have a problem that you may help me in; I have a program which is written in C# code but this program use some passwords that needed to be hidden from anyone (very critical) but as anybody know anyone can decompile the exe or any dll for my…
0
votes
0 answers

Automatically Detect the Dongle Port Number C#

My client wants a simple C# WinForms application to send SMS messages over the Huawei E303 dongle. I used the below code and it works successfully. public class SMSSender { SerialPort sp = new SerialPort(); public bool SendMessage(string…
0
votes
2 answers

Python sending sms via usb serial huawei dongle

I'm currently sending sms in python using this code, but sometimes it is unstable. It went straight to "send successfully" but the other party did not receive any message. Is there any other ways to send sms through the dongle? Much…
Tyra
  • 105
  • 2
  • 11
0
votes
0 answers

Is it possible to write a generic application to interface with Zigbee USB dongles of different manufacturers?

I want to write an application which can work on a PC OS like Windows or Linux and interact with a Zigbee Dongle acting as a coordinator which interacts with other Zigbee devices. The application should be able to detect new devices and services…
Jay
  • 22,129
  • 23
  • 82
  • 131
0
votes
1 answer

Dongle dialplan used in Asterisk

We've a mobile company starting their number with 01XXXXXXXXX My Asterisk has two dongle modems: dongle0 and dongle1. To dial mobile number from my Asterisk box I use exten => _01X.,1,Dial(Dongle/dongle0/${EXTEN},20) exten =>…
0
votes
1 answer

Fixed bit rate using iwconfig with Tl-WN722N dongle

As the title suggest, then I am trying to set a fixed bit rate on my dongle. I am using a TP-Link wifi dongle model TL-WN722N. However, when I give the command: iwconfig wlanX rate 2M fixed iget the following response: Error for wireless request…
KapaA
  • 105
  • 8
0
votes
2 answers

Usb WiFi Dongle RaspberryPi

I want to set raspberrypi network ssid and password over Android application. My problem is how can I do. I know command line method or raspi wifi settings in desktop. I just want to do usb wifi dongle setting over Android app.
0
votes
0 answers

Sim Dongle device for sending sms using asp.net MVC web application

Is is possible to use dongle device for sending sms in a web application using asp.net mvc 5. If so can any one give me some idea how is it possible or suggest me any good tutorials for this?
Abdul Raheem
  • 97
  • 1
  • 18
0
votes
1 answer

it is possible to map the local storage of an usb modem (globe tattoo)?

I'm working a send/receive sms using a dongle (globe tattoo). But I'm having trouble on retrieving the sms from the local storage not on the sim. Using this command: AT+CPMS=ME I get an OK result but no list of sms from the local storage. Is it…
yoyie yoyie
  • 285
  • 1
  • 5
  • 19
0
votes
1 answer

Off the shelf programmable USB

Is there a way to create a programmable USB just using off the shelf USB dongles? This question: Programmable USB dongles has answers relating getting "programmable" USBs. But I just want to use an off the shelf USB. It's like this:…
CMCDragonkai
  • 5,369
  • 10
  • 47
  • 85
0
votes
1 answer

Asterisk Force Hangup On Inbound Calls

I am new on Asterisk. I have configured and installed Asterisk + FreePbx with 4 USB MODEM as FXO. All is working fine, but I need block or hangup all inbound calls. I possible make it from dondle.conf ? or where? Thanks.
toto
  • 1,122
  • 2
  • 13
  • 26
0
votes
2 answers

Software Security Protection with Hardware Dongle

I have read all the existing discussions on piracy and hardware support, so this is not the same old question. I have a new twist on this old discussion. You can now purchase dongles for USB that allow you to put some of your important code into…
tradetree
  • 344
  • 3
  • 16
0
votes
1 answer

TIme based protection with Safenet Sentinel LDK

I'm using Safenet Sentinel LDK to protect our commercial product. Is it possible to enforce time based features with the software-only keys? I'm reading the documentation and it seems to be only available with the hardware dongles.
Gianluca Ghettini
  • 9,354
  • 14
  • 63
  • 132
0
votes
1 answer

Integrate microcontroller with 3G dongle

I want to integrate a Luminary microcontroller with a 3G USB dongle. Do all USB dongles support AT commands? If not then what is the best way to do it? Thanks..