<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wikiti.brandonw.net/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wikiti.brandonw.net/index.php?action=history&amp;feed=atom&amp;title=83Plus%3ASoftware%3Ausb8x%2FBASIC_Interface%2FGetIDs</id>
		<title>83Plus:Software:usb8x/BASIC Interface/GetIDs - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wikiti.brandonw.net/index.php?action=history&amp;feed=atom&amp;title=83Plus%3ASoftware%3Ausb8x%2FBASIC_Interface%2FGetIDs"/>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:Software:usb8x/BASIC_Interface/GetIDs&amp;action=history"/>
		<updated>2026-04-14T13:09:29Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.5</generator>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=83Plus:Software:usb8x/BASIC_Interface/GetIDs&amp;diff=4975&amp;oldid=prev</id>
		<title>Dan Englender at 22:30, 16 July 2006</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:Software:usb8x/BASIC_Interface/GetIDs&amp;diff=4975&amp;oldid=prev"/>
				<updated>2006-07-16T22:30:17Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Synopsis ==&lt;br /&gt;
'''Name:''' GetIDs&lt;br /&gt;
&lt;br /&gt;
'''Function Number:''' 5&lt;br /&gt;
&lt;br /&gt;
'''Minimum usb8x version:''' 0.10&lt;br /&gt;
&lt;br /&gt;
Get the version, vendor, and product IDs from the connected device.&lt;br /&gt;
&lt;br /&gt;
=== Inputs ===&lt;br /&gt;
''None''&lt;br /&gt;
&lt;br /&gt;
=== Outputs ===&lt;br /&gt;
* 1: Error code&lt;br /&gt;
* 2: High byte of version&lt;br /&gt;
* 3: Low byte of version&lt;br /&gt;
* 4: High byte of product ID&lt;br /&gt;
* 5: Low byte of product ID&lt;br /&gt;
* 6: High byte of vendor ID&lt;br /&gt;
* 7: Low byte of vendor ID&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
The high and low bytes of the IDs are returned separately.  See the code example below for a method to combine them.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{5&lt;br /&gt;
ExecLib&lt;br /&gt;
If Ans(1                    ;If GetIDs returns an error code&lt;br /&gt;
Return                      ; quit&lt;br /&gt;
Disp 256Ans(2)+Ans(3        ;Display version&lt;br /&gt;
Disp 256Ans(4)+Ans(5        ;Display product ID&lt;br /&gt;
Disp 256Ans(6)+Ans(7        ;Display vendor ID&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dan Englender</name></author>	</entry>

	</feed>