зеркало из https://github.com/mono/mail-archives.git
117 строки
5.6 KiB
HTML
117 строки
5.6 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [mono-android] Android devices with Barcode-scanner Hardware
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:monodroid%40lists.ximian.com?Subject=Re%3A%20%5Bmono-android%5D%20Android%20devices%20with%20Barcode-scanner%20Hardware&In-Reply-To=%3CCAHpZ7Dd6-1KP-2PhT0oELbA0EO2dubf9V_6xfnaY6n7p%3D_ktpw%40mail.gmail.com%3E">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<style type="text/css">
|
|
pre {
|
|
white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
|
|
}
|
|
</style>
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="014081.html">
|
|
<LINK REL="Next" HREF="014083.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[mono-android] Android devices with Barcode-scanner Hardware</H1>
|
|
<B>Vladimir Dimitrov</B>
|
|
<A HREF="mailto:monodroid%40lists.ximian.com?Subject=Re%3A%20%5Bmono-android%5D%20Android%20devices%20with%20Barcode-scanner%20Hardware&In-Reply-To=%3CCAHpZ7Dd6-1KP-2PhT0oELbA0EO2dubf9V_6xfnaY6n7p%3D_ktpw%40mail.gmail.com%3E"
|
|
TITLE="[mono-android] Android devices with Barcode-scanner Hardware">vlad.dimitrov at gmail.com
|
|
</A><BR>
|
|
<I>Tue Mar 11 16:40:33 UTC 2014</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="014081.html">[mono-android] Android devices with Barcode-scanner Hardware
|
|
</A></li>
|
|
<LI>Next message: <A HREF="014083.html">[mono-android] Component to merge captured mp4 Clips.
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#14082">[ date ]</a>
|
|
<a href="thread.html#14082">[ thread ]</a>
|
|
<a href="subject.html#14082">[ subject ]</a>
|
|
<a href="author.html#14082">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>In most cases barcode scanners emulate keyboard strokes. In this case you
|
|
just have to handle the input an in some cases (depending on the model and
|
|
settings) remove a suffix and/or prefix. Bluetooth scanners usually work
|
|
the same (as a BT keybard) and in some cases they emulate serial pirt via
|
|
bluetooth. But everything depends on the model...
|
|
On Mar 11, 2014 6:23 PM, "Agustin Gimenez" <<A HREF="http://lists.ximian.com/mailman/listinfo/monodroid">geniwab at gmail.com</A>> wrote:
|
|
|
|
><i> Hi Earan.
|
|
</I>><i>
|
|
</I>><i> This is a supposition, so may be completely wrong ;).
|
|
</I>><i>
|
|
</I>><i> Did you tryed to enumerate the COM ports from the device and read from
|
|
</I>><i> them when you scan something?
|
|
</I>><i>
|
|
</I>><i> The most usual on devices with integrated hardware is to connect it
|
|
</I>><i> through virtual COM ports, also, in the datasheet should be some
|
|
</I>><i> information regarding on how is the device attached.
|
|
</I>><i>
|
|
</I>><i> Cheers.
|
|
</I>><i>
|
|
</I>><i>
|
|
</I>><i> 2014-03-11 17:17 GMT+01:00 EaranMaleasi <<A HREF="http://lists.ximian.com/mailman/listinfo/monodroid">d.volz at weitzmann.com</A>>:
|
|
</I>><i>
|
|
</I>>><i> i already have a camera scanning system, but i want to use the physical
|
|
</I>>><i> scanner. Well might get an answer when i ask motorola about their device,
|
|
</I>>><i> but surely there are more devices from other manufacturers. I don't want
|
|
</I>>><i> to
|
|
</I>>><i> write code for each device existing.
|
|
</I>>><i>
|
|
</I>>><i>
|
|
</I>>><i>
|
|
</I>>><i> --
|
|
</I>>><i> View this message in context:
|
|
</I>>><i> <A HREF="http://mono-for-android.1047100.n5.nabble.com/Android-devices-with-Barcode-scanner-Hardware-tp5713679p5713681.html">http://mono-for-android.1047100.n5.nabble.com/Android-devices-with-Barcode-scanner-Hardware-tp5713679p5713681.html</A>
|
|
</I>>><i> Sent from the Mono for Android mailing list archive at Nabble.com.
|
|
</I>>><i> _______________________________________________
|
|
</I>>><i> Monodroid mailing list
|
|
</I>>><i> <A HREF="http://lists.ximian.com/mailman/listinfo/monodroid">Monodroid at lists.ximian.com</A>
|
|
</I>>><i>
|
|
</I>>><i> UNSUBSCRIBE INFORMATION:
|
|
</I>>><i> <A HREF="http://lists.ximian.com/mailman/listinfo/monodroid">http://lists.ximian.com/mailman/listinfo/monodroid</A>
|
|
</I>>><i>
|
|
</I>><i>
|
|
</I>><i>
|
|
</I>><i> _______________________________________________
|
|
</I>><i> Monodroid mailing list
|
|
</I>><i> <A HREF="http://lists.ximian.com/mailman/listinfo/monodroid">Monodroid at lists.ximian.com</A>
|
|
</I>><i>
|
|
</I>><i> UNSUBSCRIBE INFORMATION:
|
|
</I>><i> <A HREF="http://lists.ximian.com/mailman/listinfo/monodroid">http://lists.ximian.com/mailman/listinfo/monodroid</A>
|
|
</I>><i>
|
|
</I>><i>
|
|
</I>-------------- next part --------------
|
|
An HTML attachment was scrubbed...
|
|
URL: <<A HREF="http://lists.ximian.com/pipermail/monodroid/attachments/20140311/51538d4e/attachment.html">http://lists.ximian.com/pipermail/monodroid/attachments/20140311/51538d4e/attachment.html</A>>
|
|
</PRE>
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="014081.html">[mono-android] Android devices with Barcode-scanner Hardware
|
|
</A></li>
|
|
<LI>Next message: <A HREF="014083.html">[mono-android] Component to merge captured mp4 Clips.
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#14082">[ date ]</a>
|
|
<a href="thread.html#14082">[ thread ]</a>
|
|
<a href="subject.html#14082">[ subject ]</a>
|
|
<a href="author.html#14082">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/monodroid">More information about the Monodroid
|
|
mailing list</a><br>
|
|
</body></html>
|