von a8w » Do 10. Mär 2016, 18:50
Couple of factual corrections:
- I don't use an oscilloscope because i don't have one, so i have to rely to my field tests, and no i am not developing a safety device so i don't have to worry about it.
- You say people can use a generic BT device, but the device you sell is already generic

, i purchased the exact same one for a couple of dollars. You simply took a generic device captive by including MAC ID check in your SIO2BT software. It is very easy to de-compile and remove the MAC id table from your code, liberate it and call it
SIO2BTLibre, obviously I will not do that.
Does the following look familiar?:DeviceListActivity- Code: Alles auswählen
if (bondedDevices.size() > 0) {
findViewById(R.id.title_paired_devices).setVisibility(0);
for (BluetoothDevice bluetoothDevice : bondedDevices) {
String address = bluetoothDevice.getAddress();
String name = bluetoothDevice.getName();
if (C0000a.m10a(address)) {
this.f2c.add(name);
this.f4e.add(address);
}
}
return;
}
this.f2c.add(getResources().getText(R.string.none_paired).toString());
If it was to recover your costs, maybe you already did, and can consider making the software open. I can actually tell you how many you sold already, it must be tiring to release a new version every time you add a new MAC ID into your program code

How about creating your own design of the hardware and making it work at higher baud rates, BT has a wider bandwidth than only 19,200bps. I abandoned my BT project because I don't have enough technical background to do that, maybe you can, and get even more credit. I never made AspeQt to work only with my SIO2PC device even though I designed the hardware myself, yet you guys got upset because I promoted my device with links in AspeQt and decided to remove them from the code. The only tangible change to AspeQt, under the name RespeQt, is removing those references, and once that is done the progress stopped.
- You say you only contributed to RespeQt because of the BT code, but i just read somewhere that you are also working on adding PCLINK to RespeQt, so obviously BT code wasn't the only reason. By the way my folder image code is all mine and it is not copied from anybody else. I like to learn while I code so I would never just cut and paste code from someone else's development.
In any case you just worry about your reputation with your own software, and I worry with mine.
I don't want to discuss this any more.