Dongle is a small piece of hardware just like usb pen drive. It is used for various purposes like Wifi-Internet connection, Bluetooth-Connection, Software-Locking etc.
0
votes
0answers
4 views
Roving Networks RN240 Bluetooth Adapter - AT Command Get Connection Status (GZ) Returning “4”
We have a custom embedded device that uses Roving Networks' RN240 bluetooth adapter on an RS232 port to communicate with another device via bluetooth. It is working well, but I am attempting to ...
0
votes
1answer
34 views
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..
0
votes
0answers
71 views
configuring huawei-e303c 3g dongle on arm9
i have been trying to connect 3g modem on arm9 board. bot modem is not getting detected.
here is my lsusb:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID ...
0
votes
1answer
41 views
QWinEventNotifier: Can only be used with threads started with QThread
I am trying to open my Huwawei USB dongle using "QextSerialPort".
My PORT details are as follows
Port Name:
Product ID:
Physical Name: \Device\000000ca
Vendor Id:
Friend Name: SB
Port Name:
...
2
votes
1answer
99 views
Voice commands for Huawei GSM/UMTS usb dongles?
I am trying to find out how to use voice functions with a HUAWEI E173 dongle in linux.
My dongle is voice enabled (voice works with the windows application).
I can check the voice activation in linux ...
-1
votes
0answers
66 views
android mobile networks settings are not showing [closed]
I have a chinese android tablet (android 2.1) and Huawei E173 Modem. If I use the modem on my computer, I can use call and sms services.
My tablet pc says it supports that modem, and I can see the ...
0
votes
2answers
58 views
A GPS receiver/bacon/antenna for an in-vehicle software system
Note: I have not found any hardware-related site in the Stack Exchange network. Dear moderator, I am sorry if I have posted the question to a wrong site.
I am developing a navigation software based ...
1
vote
1answer
251 views
How to Make a Bluetooth Dongle Discoverable at ALL times?
I'm a bit unsure of where to post this question, so if anyone thinks I'm in the wrong place and knows where I should be posting it could you please point me in the right direction? Much Appreciated :) ...
0
votes
1answer
110 views
Connection between my Android APP and one Bluetooth adapter plugged in my PC
I'm trying to do that connection but I'm always receive this error: "Connection Refused".
The devices are paring but after that I received this exception.
I'm trying to connect with using the correct ...
0
votes
0answers
146 views
How do you use a phone as a Bluetooth adapter in linux?
people,
I have access to a Raspberry Pi running Raspbian Wheezy, and since the board doesn't have Bluetooth, I would like to use my phone as a Bluetooth adapter instead of buying a separate one. Just ...
0
votes
1answer
107 views
Program works only when certain usb is plugged in
I have an inventory software which works only when certain USB(given by vendor) is plugged in
I am very interested to know how does this work and how to create such usb.
Is there any way to make ...
2
votes
0answers
469 views
usb_modeswitch with USB dongle 3G on qemu
I am trying to use a dongle 3G within qemu with openwrt environment. Dongle ref : HUAWEi - K4605.
First I have patch kernel sources in option.c :
--- option.c 2010-12-09 22:29:45.000000000 +0100
...
-2
votes
2answers
178 views
batch program to get the status of 3g dongle [closed]
I am using a 3G dongle for my project but this dongle gets disconnected after 2 or 3 hours of inactivity, but I want the dongle to run continuously so...
I wanted a batch file, which is capable of ...
0
votes
1answer
269 views
What is “Either the application has not called WSAStartup, or WSAStartup failed”
I develop a program which connect to a web-server through network every thing works fine until I try to use some dongle to protect my software. the dongle has network feature too and it's API work ...
0
votes
0answers
106 views
Jar file not working
I developed a project to send SMS using dongles.
I used Netbeans to develop it and it's working fine on it.
But after I create the jar of it, the program does not identify the ports and in it's ...
0
votes
0answers
27 views
How to monitor app activity on all ports? [closed]
We had a legacy computer running one software requiring a dongle key (parallel port) to make it work.
When moving an image of the OS+Apps to a computer with an on-board parallel port, everything ...
0
votes
0answers
59 views
Javafx 2 native development and distribution dongle
Can Javafx 2 class made secure ? Native files so they are not readable?
The native bundling using oracle method - would the code readable ?
Is there way of distributing our application using ...
1
vote
1answer
256 views
Operation is not valid due to the current state of the object - HASP HL dongle
I am trying to add reference to my Delphi Prism project for HASP HL. So, I can communicate with the USB HASP HL dongle.
After the initial set up, I couldn't get my program to communicate with the USB ...
2
votes
1answer
1k views
Script to connect multiple USB 3G modem
I am trying to connect multiple USB 3G modem (two, in my case) programatically in Ubuntu 12.04. I can do it graphically through the Network Manager, but I'd like to replicate the process on the ...
0
votes
1answer
103 views
Java API to access a dongle?
I'm planning to implement a desktop application which stores all the SMSs and senders' numbers received to the dongle in a MySQL database. So, is there any method I can use to access the dongle in ...
1
vote
1answer
177 views
Share a Dongle license from Ubuntu to a VirtualBox Windows 7
I am trying to run a forensic tool in my Virtual Box Windows 7 32-Bit virtual OS. My main OS is Ubuntu 12.04LTS. The forensic tool requires a Dongle that is the license to run the tool. How can I ...
1
vote
2answers
250 views
Lost session variables using 3G dongle
I have a huge problem with session_vars and mobile 3g connections.
We have a virtual campus that is accessed with username and password. On every page verifies that the user is logged with the ...
-1
votes
1answer
279 views
Connection to a USB to TTL dongle [closed]
I have a USB dongle which converts TTL UART signal from a microcontroller to USB level signal using level converter. I has six pins Vcc, GND, RTS, CTS, TXD, RXD. My microcontroller has two pins for ...
0
votes
0answers
392 views
Communicating over bluetooth SPP using USB dongle without implementing the Host Stack
I've been asked to find a way to implement bluetooth communication to an android powered smartphone in our custom embedded application. We are using the FTDI Vinculum II (VNC2) for the USB host ...
0
votes
0answers
242 views
Using a dongle/ hardlock securing a database connected to my C# program
I implemented a software with C#. For a specific functionality it uses a database.
Now I want to permit access to the database only if somebody has bought a dongle/ hardlock.
Is it possible to store ...
0
votes
2answers
3k views
How to change the mac address of Bluetooth dongle in ubuntu [closed]
i have just bought 12 bluetooth dongles and they all have the same mac address.
How can i change them on ubuntu linux?
3
votes
2answers
889 views
USB software protection dongle for Java with an SDK which is cross-platform “for real”. Does it exist?
What I'd like to ask is if anybody knows about an hardware USB-dongle for software protection which offers a very complete out-of-the-box API support for cross-platform Java deployments.
Its SDK ...
0
votes
2answers
549 views
Copy Protection Scheme
I want to create some simple copy protection for my program, I want my program could be run only from original read-only optical disc (CD/DVD), my question is:
is there any unique number for each ...
0
votes
1answer
366 views
How does active software protection dongles work?
I have seen the wikipedia article which is a bit sketchy on the details.
I would like to know, in addition to general principles of operation, some practical details like:
Are they limited to ...
0
votes
1answer
466 views
Can a bluetooth usb dongle be detected when only powered on?
I bought one of those tiny bluetooth USB dongles that you can plug on a PC and make bluetooth communications. I am wondering if I just plug this dongle to a USB power source, like the USB charger that ...
0
votes
3answers
744 views
Hardware security module [closed]
Does anyone know aobut HSMs supporting C#? I googled and got 3 vendors. But there's no information given on there sites about whether they support C# and I would like to know the prices also.
The ...
0
votes
1answer
278 views
can the license information stored in Dongle be taken out of it and stored on a file or something?
We have a registered PC based application that needs a Dongle (hardware that gets plugged on the printer port) to start and execute. The vendor who provided us this application and Dongle, does not ...
12
votes
6answers
7k views
Associative arrays in C
I am implementing a way to transfer a set of data to a programmable dongle. The dongle is based on a smart card technology and can execute an arbitrary code inside. The input and output data is passed ...
-1
votes
1answer
373 views
Is there a way to use a LTE Dongle as an external antenna an Android power phone?
I’ve been investigating how to use this device as an external antenna for an Android phone. Ideally I’d like to be able to take advantage of the phone's Micro USB port to connect the device and ...
0
votes
1answer
519 views
Securing .Net Winforms Application with hardlock dongle or a digital certificate
I'm developing a C# Winforms application for a customer. The customer wants the program secured by a hardlock, so only people having the appropriate hardlock can access the program. I know there are a ...
8
votes
4answers
5k views
Programmable USB dongles
Where can I buy a programmable USB dongle that supports C as a development language?
6
votes
8answers
2k views
What code to write for a dongle attached system to provide better security?
I have developed a software piece (with C and Python) which I want to protect with dongle so that copying and reverse engineering becomes hard enough. My dongle device comes with an api which provides ...
6
votes
5answers
4k views
encrypting a .Net application and assemblies
I have an encryption/copy protection question.
I'm writing an application for a company that uses a dongle. Please don't tell me that software protection is useless, or that I should just let it fly ...
9
votes
5answers
1k views
How can one make a web-site accessible only when someone has a dongle?
Suppose you want to add an extra layer of credentials on top of a SSL-encrypted login/password, but you don't want to increase complexity to the user. Is there a way to add the requirement of the ...



