<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://sigrok.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Vuokko</id>
	<title>sigrok - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://sigrok.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Vuokko"/>
	<link rel="alternate" type="text/html" href="https://sigrok.org/wiki/Special:Contributions/Vuokko"/>
	<updated>2026-04-19T08:01:06Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://sigrok.org/w/index.php?title=Korad_KAxxxxP_series&amp;diff=11271</id>
		<title>Korad KAxxxxP series</title>
		<link rel="alternate" type="text/html" href="https://sigrok.org/w/index.php?title=Korad_KAxxxxP_series&amp;diff=11271"/>
		<updated>2015-11-27T19:57:40Z</updated>

		<summary type="html">&lt;p&gt;Vuokko: add notice of ISET1? byte six&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox power supply&lt;br /&gt;
| image               = [[File:Velleman ps3005d mugshot.png|180px]]&lt;br /&gt;
| name                = Korad KDxxxxP&lt;br /&gt;
| status              = supported&lt;br /&gt;
| source_code_dir     = korad-kdxxxxp&lt;br /&gt;
| channels            = 1&lt;br /&gt;
| channel1            = various&lt;br /&gt;
| channel2            = &lt;br /&gt;
| channel3            = &lt;br /&gt;
| channel4            = &lt;br /&gt;
| connectivity        = USB/serial&lt;br /&gt;
| features            = programmable presets&lt;br /&gt;
| website             = [http://koradtechnology.com/en/cp3-1.html koradtechnology.com]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Korad KDxxxxP&amp;#039;&amp;#039;&amp;#039; series are 1 channel switch-mode programmable power supplies with USB/serial connectivity.&lt;br /&gt;
&lt;br /&gt;
The devices are also sold as rebranded versions by e.g. Velleman.&lt;br /&gt;
&lt;br /&gt;
== Devices ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; style=&amp;quot;font-size: smaller&amp;quot; class=&amp;quot;alternategrey sortable sigroktable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Korad&lt;br /&gt;
!Velleman OEM&lt;br /&gt;
!Voltage range&lt;br /&gt;
!Current range&lt;br /&gt;
!Power&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ?&lt;br /&gt;
| [[Velleman PS3005D]]&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; | 0-30 V&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; | 0-5 A&lt;br /&gt;
| 150 W&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ?&lt;br /&gt;
| [[Velleman LABPS3005D]]&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; | 0-30 V&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; | 0-5 A&lt;br /&gt;
| 150 W&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Protocol ==&lt;br /&gt;
&lt;br /&gt;
The protocol is serial or serial-over-USB, 9600 8N1, (almost fully) ASCII based. No line termination, CRC or checksum characters are used. The PC sends a request string which is then responded by the power supply.&lt;br /&gt;
&lt;br /&gt;
During a PC connection, the front control buttons and the scrollwheel are blocked.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; style=&amp;quot;font-size: smaller&amp;quot; class=&amp;quot;alternategrey sigroktable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Request&lt;br /&gt;
! Example output&lt;br /&gt;
! Remarks&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| *IDN?&lt;br /&gt;
| VELLEMANPS3005DV2.0&lt;br /&gt;
KORADKA3005PV2.0&lt;br /&gt;
| Request identification from device&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STATUS?&lt;br /&gt;
| (byte)&lt;br /&gt;
| Request the actual status. The output is a single byte with the actual status encoded in bits. At least the Velleman PS3005D V2.0 is a bit buggy here. The only reliable bits are: 0x40 (Output mode: 1:on, 0:off), 0x20 (OVP and/or OCP mode: 1:on, 0:off) and 0x01 (CV/CC mode: 1:CV, 0:CC)&lt;br /&gt;
|-&lt;br /&gt;
| VSET1?&lt;br /&gt;
| 12.34&lt;br /&gt;
| Request the voltage as set by the user.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VSET1:12.34&lt;br /&gt;
| (none)&lt;br /&gt;
| Set the maximum output voltage.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VOUT1?&lt;br /&gt;
| 12.34&lt;br /&gt;
| Request the actual voltage output.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ISET1?&lt;br /&gt;
| 0.125&lt;br /&gt;
| Request the current as set by the user.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ISET1:0.125&lt;br /&gt;
| (none)&lt;br /&gt;
| Set the maximum output current.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IOUT1?&lt;br /&gt;
| 0.125&lt;br /&gt;
| Request the actual output current.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| OUT1&lt;br /&gt;
| (none)&lt;br /&gt;
| Enable the power output.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| OUT0&lt;br /&gt;
| (none)&lt;br /&gt;
| Disable the power output.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| OVP1&lt;br /&gt;
| (none)&lt;br /&gt;
| Enable the &amp;quot;Over Voltage Protection&amp;quot;, the PS will switch off the output when the voltage raises above the actual level.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| OVP0&lt;br /&gt;
| (none)&lt;br /&gt;
| Disable the &amp;quot;Over Voltage Protection&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| OCP1&lt;br /&gt;
| (none)&lt;br /&gt;
| Enable the &amp;quot;Over Current Protection&amp;quot;, the PS will switch off the output when the current raises above the actual level.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| OCP0&lt;br /&gt;
| (none)&lt;br /&gt;
| Disable the &amp;quot;Over Current Protection&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TRACK0&lt;br /&gt;
| (none)&lt;br /&gt;
| Set multichannel mode, 0 independent, 1 series, 2 parallel (from Velleman protocol v1.3 documentation)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RCL1&lt;br /&gt;
| (none)&lt;br /&gt;
| Recalls voltage and current limits from memory, 1 to 5. (from Velleman protocol v2.0 documentation)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SAV1&lt;br /&gt;
| (none)&lt;br /&gt;
| Saves voltage and current limits to memory, 1 to 5. (from Velleman protocol v2.0 documentation)&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Remarks&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
# The digit 1 in the V... and I... requests indicates the values are meant for channel one. In future (or &amp;quot;higher&amp;quot;?) models this may be two for a second channel and so on.&lt;br /&gt;
# Voltage (&amp;quot;00.00&amp;quot; to &amp;quot;31.00&amp;quot; V) and current (&amp;quot;0.000&amp;quot; to &amp;quot;5.100&amp;quot; A) output values have a fixed length with fixed dot position. The values won&amp;#039;t become negative.&lt;br /&gt;
# ISET1? replies sixth byte on many models (all?) which is sixth character from *IDN? reply if *IDN? is queried before during same power cycle. This is byte read and discarded by sigrok.&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* [http://koradtechnology.com/en/cp2-1.html Korad digital control DC power supplies (KAxxxxD)]&lt;br /&gt;
* [http://koradtechnology.com/en/cp3-1.html Korad programmable DC power supplies (KAxxxxP)]&lt;br /&gt;
* [http://koradtechnology.com/en/cp4-1.html Korad digital control DC electronic loads]&lt;br /&gt;
* [http://koradtechnology.com/en/cp5-1.html Korad programmable DC electronic loads]&lt;br /&gt;
* [http://koradtechnology.com/en/Products.html Korad encoder control DC power supplies (KDxxxxP)]&lt;br /&gt;
&lt;br /&gt;
[[Category:Device]]&lt;br /&gt;
[[Category:Power supply]]&lt;br /&gt;
[[Category:Supported]]&lt;/div&gt;</summary>
		<author><name>Vuokko</name></author>
	</entry>
	<entry>
		<id>https://sigrok.org/w/index.php?title=Velleman_LABPS3005D&amp;diff=11154</id>
		<title>Velleman LABPS3005D</title>
		<link rel="alternate" type="text/html" href="https://sigrok.org/w/index.php?title=Velleman_LABPS3005D&amp;diff=11154"/>
		<updated>2015-10-21T21:37:41Z</updated>

		<summary type="html">&lt;p&gt;Vuokko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox power supply&lt;br /&gt;
| image               = &lt;br /&gt;
| name                = Velleman LABPS3005D&lt;br /&gt;
| status              = supported&lt;br /&gt;
| source_code_dir     = korad-kdxxxxp&lt;br /&gt;
| channels            = 1&lt;br /&gt;
| channel1            = 0-30V / 0-5A&lt;br /&gt;
| channel2            = &lt;br /&gt;
| channel3            = &lt;br /&gt;
| channel4            = &lt;br /&gt;
| connectivity        = USB, RS232&lt;br /&gt;
| features            = programmable presets, over voltage protection, over current protection, output on/off&lt;br /&gt;
| website             = [http://www.velleman.eu/products/view/?id=417862 velleman.eu]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Velleman LABPS3005D&amp;#039;&amp;#039;&amp;#039; is a 1-channel programmable power supply (0-30V/0-5A) with both USB and RS232 connectivity.&lt;br /&gt;
&lt;br /&gt;
It is the successor of the &amp;#039;&amp;#039;&amp;#039;[[Velleman PS3005D]]&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
See [[Velleman LABPS3005D/Info]] for more details (such as &amp;#039;&amp;#039;&amp;#039;lsusb -v&amp;#039;&amp;#039;&amp;#039; output) about the device.&lt;br /&gt;
&lt;br /&gt;
See [[Korad KDxxxxP series]] for information common to all devices in this series. &lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
== Photos ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Labps3005dfront.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Protocol ==&lt;br /&gt;
&lt;br /&gt;
Note: Some versions of the LABPS3005D appear to use the [[Atten PPS3000 series]] protocol instead.&lt;br /&gt;
&lt;br /&gt;
See [[Korad KDxxxxP series#Protocol]] for the protocol details.&lt;br /&gt;
&lt;br /&gt;
LABPS3005D protocol documentation differs actual devices. &amp;#039;&amp;#039;&amp;#039;OVP0&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;OVP1&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;OCP0&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;OCP1&amp;#039;&amp;#039;&amp;#039; are implemented.&lt;br /&gt;
&lt;br /&gt;
Also Reply byte for STATUS? differs from documentation.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; style=&amp;quot;font-size: smaller&amp;quot; class=&amp;quot;alternategrey sigroktable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Bit&lt;br /&gt;
! One&lt;br /&gt;
! Zero&lt;br /&gt;
! Notes&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 0&lt;br /&gt;
| Constant voltage&lt;br /&gt;
| Constant current&lt;br /&gt;
| Channel 1 regulation mode. If output disabled, this is last value&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ?&lt;br /&gt;
| Always&lt;br /&gt;
| Channel 2 regulation mode&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ?&lt;br /&gt;
| Always&lt;br /&gt;
| Tracking bit no sense for 1 channel device&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| ?&lt;br /&gt;
| Always&lt;br /&gt;
| Tracking bit no sense for 1 channel device&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| Beeper enabled&lt;br /&gt;
| Beeper disabled&lt;br /&gt;
| As documented. front panel OCP button beeps always.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| OCP enabled&lt;br /&gt;
| OCP disabled&lt;br /&gt;
| Documentation says this is front panel locking&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| Output is enabled&lt;br /&gt;
| Output disabled&lt;br /&gt;
| As documented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 7&lt;br /&gt;
| ( NOT OVP * OCP * NOT OUT ) + OVP &lt;br /&gt;
OVP enabled OR OCP enablled AND output disabled&lt;br /&gt;
| OCP and OVP disabled&lt;br /&gt;
| Not very useful if output is disabled.&lt;br /&gt;
Documented: 7 N/A N/A&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.velleman.eu/products/view/?id=417862 Product page]&lt;br /&gt;
* [http://www.velleman.eu/downloads/2/labps3005da5v05.pdf Manual]&lt;br /&gt;
* [http://www.velleman.eu/downloads/2/powersupply.pdf Infosheet]&lt;br /&gt;
* [http://www.velleman.eu/downloads/files/downloads/labps3005d_programmable_software_v2.5.zip LAPBS3005D software v2.5]&lt;br /&gt;
&lt;br /&gt;
[[Category:Device]]&lt;br /&gt;
[[Category:Power supply]]&lt;br /&gt;
[[Category:Supported]]&lt;/div&gt;</summary>
		<author><name>Vuokko</name></author>
	</entry>
	<entry>
		<id>https://sigrok.org/w/index.php?title=Velleman_LABPS3005D&amp;diff=11153</id>
		<title>Velleman LABPS3005D</title>
		<link rel="alternate" type="text/html" href="https://sigrok.org/w/index.php?title=Velleman_LABPS3005D&amp;diff=11153"/>
		<updated>2015-10-21T21:36:28Z</updated>

		<summary type="html">&lt;p&gt;Vuokko: added protocol quirks&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox power supply&lt;br /&gt;
| image               = &lt;br /&gt;
| name                = Velleman LABPS3005D&lt;br /&gt;
| status              = supported&lt;br /&gt;
| source_code_dir     = korad-kdxxxxp&lt;br /&gt;
| channels            = 1&lt;br /&gt;
| channel1            = 0-30V / 0-5A&lt;br /&gt;
| channel2            = &lt;br /&gt;
| channel3            = &lt;br /&gt;
| channel4            = &lt;br /&gt;
| connectivity        = USB, RS232&lt;br /&gt;
| features            = programmable presets, over voltage protection, over current protection, output on/off&lt;br /&gt;
| website             = [http://www.velleman.eu/products/view/?id=417862 velleman.eu]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Velleman LABPS3005D&amp;#039;&amp;#039;&amp;#039; is a 1-channel programmable power supply (0-30V/0-5A) with both USB and RS232 connectivity.&lt;br /&gt;
&lt;br /&gt;
It is the successor of the &amp;#039;&amp;#039;&amp;#039;[[Velleman PS3005D]]&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
See [[Velleman LABPS3005D/Info]] for more details (such as &amp;#039;&amp;#039;&amp;#039;lsusb -v&amp;#039;&amp;#039;&amp;#039; output) about the device.&lt;br /&gt;
&lt;br /&gt;
See [[Korad KDxxxxP series]] for information common to all devices in this series. &lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
== Photos ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Labps3005dfront.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Protocol ==&lt;br /&gt;
&lt;br /&gt;
Note: Some versions of the LABPS3005D appear to use the [[Atten PPS3000 series]] protocol instead.&lt;br /&gt;
&lt;br /&gt;
See [[Korad KDxxxxP series#Protocol]] for the protocol details.&lt;br /&gt;
&lt;br /&gt;
LABPS3005D protocol documentation differs actual devices. &amp;#039;&amp;#039;&amp;#039;OVP0&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;OVP1&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;OCP0&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;OCP1&amp;#039;&amp;#039;&amp;#039; are implemented.&lt;br /&gt;
&lt;br /&gt;
Also Reply byte for STATUS? differs from documentation.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; style=&amp;quot;font-size: smaller&amp;quot; class=&amp;quot;alternategrey sigroktable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Bit&lt;br /&gt;
! One&lt;br /&gt;
! Zero&lt;br /&gt;
! Notes&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 0&lt;br /&gt;
| Constant voltage&lt;br /&gt;
| Constant current&lt;br /&gt;
| Channel 1 regulation mode. If output disabled, this is last value&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| ?&lt;br /&gt;
| Always&lt;br /&gt;
| Channel 2 regulation mode&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| ?&lt;br /&gt;
| Always&lt;br /&gt;
| Tracking bit no sense for 1 channel device&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| ?&lt;br /&gt;
| Always&lt;br /&gt;
| Tracking bit no sense for 1 channel device&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| Beeper enabled&lt;br /&gt;
| Beeper disabled&lt;br /&gt;
| As documented. front panel OCP button beeps always.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| OCP enabled&lt;br /&gt;
| OCP disabled&lt;br /&gt;
| Documentation says this is front panel locking&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| Output is enabled&lt;br /&gt;
| Output disabled&lt;br /&gt;
| As documented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 7&lt;br /&gt;
| ( NOT OVP * OCP * NOT OUT ) + OVP &lt;br /&gt;
OVP enabled OR OCP enablled AND output disabled&lt;br /&gt;
| OCP and OVP disabled&lt;br /&gt;
| Not very useful if output is disabled.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.velleman.eu/products/view/?id=417862 Product page]&lt;br /&gt;
* [http://www.velleman.eu/downloads/2/labps3005da5v05.pdf Manual]&lt;br /&gt;
* [http://www.velleman.eu/downloads/2/powersupply.pdf Infosheet]&lt;br /&gt;
* [http://www.velleman.eu/downloads/files/downloads/labps3005d_programmable_software_v2.5.zip LAPBS3005D software v2.5]&lt;br /&gt;
&lt;br /&gt;
[[Category:Device]]&lt;br /&gt;
[[Category:Power supply]]&lt;br /&gt;
[[Category:Supported]]&lt;/div&gt;</summary>
		<author><name>Vuokko</name></author>
	</entry>
	<entry>
		<id>https://sigrok.org/w/index.php?title=Velleman_LABPS3005D&amp;diff=11117</id>
		<title>Velleman LABPS3005D</title>
		<link rel="alternate" type="text/html" href="https://sigrok.org/w/index.php?title=Velleman_LABPS3005D&amp;diff=11117"/>
		<updated>2015-10-17T15:18:27Z</updated>

		<summary type="html">&lt;p&gt;Vuokko: /* Photos */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox power supply&lt;br /&gt;
| image               = &lt;br /&gt;
| name                = Velleman LABPS3005D&lt;br /&gt;
| status              = supported&lt;br /&gt;
| source_code_dir     = korad-kdxxxxp&lt;br /&gt;
| channels            = 1&lt;br /&gt;
| channel1            = 0-30V / 0-5A&lt;br /&gt;
| channel2            = &lt;br /&gt;
| channel3            = &lt;br /&gt;
| channel4            = &lt;br /&gt;
| connectivity        = USB, RS232&lt;br /&gt;
| features            = programmable presets, over voltage protection, over current protection, output on/off&lt;br /&gt;
| website             = [http://www.velleman.eu/products/view/?id=417862 velleman.eu]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Velleman LABPS3005D&amp;#039;&amp;#039;&amp;#039; is a 1-channel programmable power supply (0-30V/0-5A) with both USB and RS232 connectivity.&lt;br /&gt;
&lt;br /&gt;
It is the successor of the &amp;#039;&amp;#039;&amp;#039;[[Velleman PS3005D]]&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
See [[Velleman LABPS3005D/Info]] for more details (such as &amp;#039;&amp;#039;&amp;#039;lsusb -v&amp;#039;&amp;#039;&amp;#039; output) about the device.&lt;br /&gt;
&lt;br /&gt;
See [[Korad KDxxxxP series]] for information common to all devices in this series. &lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
== Photos ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Labps3005dfront.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Protocol ==&lt;br /&gt;
&lt;br /&gt;
Note: Some versions of the LABPS3005D appear to use the [[Atten PPS3000 series]] protocol instead.&lt;br /&gt;
&lt;br /&gt;
See [[Korad KDxxxxP series#Protocol]] for the protocol details.&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.velleman.eu/products/view/?id=417862 Product page]&lt;br /&gt;
* [http://www.velleman.eu/downloads/2/labps3005da5v05.pdf Manual]&lt;br /&gt;
* [http://www.velleman.eu/downloads/2/powersupply.pdf Infosheet]&lt;br /&gt;
* [http://www.velleman.eu/downloads/files/downloads/labps3005d_programmable_software_v2.5.zip LAPBS3005D software v2.5]&lt;br /&gt;
&lt;br /&gt;
[[Category:Device]]&lt;br /&gt;
[[Category:Power supply]]&lt;br /&gt;
[[Category:Supported]]&lt;/div&gt;</summary>
		<author><name>Vuokko</name></author>
	</entry>
	<entry>
		<id>https://sigrok.org/w/index.php?title=Velleman_LABPS3005D&amp;diff=11116</id>
		<title>Velleman LABPS3005D</title>
		<link rel="alternate" type="text/html" href="https://sigrok.org/w/index.php?title=Velleman_LABPS3005D&amp;diff=11116"/>
		<updated>2015-10-17T15:17:33Z</updated>

		<summary type="html">&lt;p&gt;Vuokko: /* Photos */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox power supply&lt;br /&gt;
| image               = &lt;br /&gt;
| name                = Velleman LABPS3005D&lt;br /&gt;
| status              = supported&lt;br /&gt;
| source_code_dir     = korad-kdxxxxp&lt;br /&gt;
| channels            = 1&lt;br /&gt;
| channel1            = 0-30V / 0-5A&lt;br /&gt;
| channel2            = &lt;br /&gt;
| channel3            = &lt;br /&gt;
| channel4            = &lt;br /&gt;
| connectivity        = USB, RS232&lt;br /&gt;
| features            = programmable presets, over voltage protection, over current protection, output on/off&lt;br /&gt;
| website             = [http://www.velleman.eu/products/view/?id=417862 velleman.eu]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Velleman LABPS3005D&amp;#039;&amp;#039;&amp;#039; is a 1-channel programmable power supply (0-30V/0-5A) with both USB and RS232 connectivity.&lt;br /&gt;
&lt;br /&gt;
It is the successor of the &amp;#039;&amp;#039;&amp;#039;[[Velleman PS3005D]]&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
See [[Velleman LABPS3005D/Info]] for more details (such as &amp;#039;&amp;#039;&amp;#039;lsusb -v&amp;#039;&amp;#039;&amp;#039; output) about the device.&lt;br /&gt;
&lt;br /&gt;
See [[Korad KDxxxxP series]] for information common to all devices in this series. &lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
== Photos ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
[[File:Labps3005dfront.jpg]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Protocol ==&lt;br /&gt;
&lt;br /&gt;
Note: Some versions of the LABPS3005D appear to use the [[Atten PPS3000 series]] protocol instead.&lt;br /&gt;
&lt;br /&gt;
See [[Korad KDxxxxP series#Protocol]] for the protocol details.&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.velleman.eu/products/view/?id=417862 Product page]&lt;br /&gt;
* [http://www.velleman.eu/downloads/2/labps3005da5v05.pdf Manual]&lt;br /&gt;
* [http://www.velleman.eu/downloads/2/powersupply.pdf Infosheet]&lt;br /&gt;
* [http://www.velleman.eu/downloads/files/downloads/labps3005d_programmable_software_v2.5.zip LAPBS3005D software v2.5]&lt;br /&gt;
&lt;br /&gt;
[[Category:Device]]&lt;br /&gt;
[[Category:Power supply]]&lt;br /&gt;
[[Category:Supported]]&lt;/div&gt;</summary>
		<author><name>Vuokko</name></author>
	</entry>
	<entry>
		<id>https://sigrok.org/w/index.php?title=File:Labps3005dfront.jpg&amp;diff=11115</id>
		<title>File:Labps3005dfront.jpg</title>
		<link rel="alternate" type="text/html" href="https://sigrok.org/w/index.php?title=File:Labps3005dfront.jpg&amp;diff=11115"/>
		<updated>2015-10-17T15:14:00Z</updated>

		<summary type="html">&lt;p&gt;Vuokko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Licensing ==&lt;br /&gt;
{{PD}}&lt;/div&gt;</summary>
		<author><name>Vuokko</name></author>
	</entry>
	<entry>
		<id>https://sigrok.org/w/index.php?title=Velleman_LABPS3005D&amp;diff=11114</id>
		<title>Velleman LABPS3005D</title>
		<link rel="alternate" type="text/html" href="https://sigrok.org/w/index.php?title=Velleman_LABPS3005D&amp;diff=11114"/>
		<updated>2015-10-17T15:12:34Z</updated>

		<summary type="html">&lt;p&gt;Vuokko: /* Photos */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox power supply&lt;br /&gt;
| image               = &lt;br /&gt;
| name                = Velleman LABPS3005D&lt;br /&gt;
| status              = supported&lt;br /&gt;
| source_code_dir     = korad-kdxxxxp&lt;br /&gt;
| channels            = 1&lt;br /&gt;
| channel1            = 0-30V / 0-5A&lt;br /&gt;
| channel2            = &lt;br /&gt;
| channel3            = &lt;br /&gt;
| channel4            = &lt;br /&gt;
| connectivity        = USB, RS232&lt;br /&gt;
| features            = programmable presets, over voltage protection, over current protection, output on/off&lt;br /&gt;
| website             = [http://www.velleman.eu/products/view/?id=417862 velleman.eu]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Velleman LABPS3005D&amp;#039;&amp;#039;&amp;#039; is a 1-channel programmable power supply (0-30V/0-5A) with both USB and RS232 connectivity.&lt;br /&gt;
&lt;br /&gt;
It is the successor of the &amp;#039;&amp;#039;&amp;#039;[[Velleman PS3005D]]&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
See [[Velleman LABPS3005D/Info]] for more details (such as &amp;#039;&amp;#039;&amp;#039;lsusb -v&amp;#039;&amp;#039;&amp;#039; output) about the device.&lt;br /&gt;
&lt;br /&gt;
See [[Korad KDxxxxP series]] for information common to all devices in this series. &lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
== Photos ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
[[File:labps3005dfront.jpg]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Protocol ==&lt;br /&gt;
&lt;br /&gt;
Note: Some versions of the LABPS3005D appear to use the [[Atten PPS3000 series]] protocol instead.&lt;br /&gt;
&lt;br /&gt;
See [[Korad KDxxxxP series#Protocol]] for the protocol details.&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.velleman.eu/products/view/?id=417862 Product page]&lt;br /&gt;
* [http://www.velleman.eu/downloads/2/labps3005da5v05.pdf Manual]&lt;br /&gt;
* [http://www.velleman.eu/downloads/2/powersupply.pdf Infosheet]&lt;br /&gt;
* [http://www.velleman.eu/downloads/files/downloads/labps3005d_programmable_software_v2.5.zip LAPBS3005D software v2.5]&lt;br /&gt;
&lt;br /&gt;
[[Category:Device]]&lt;br /&gt;
[[Category:Power supply]]&lt;br /&gt;
[[Category:Supported]]&lt;/div&gt;</summary>
		<author><name>Vuokko</name></author>
	</entry>
	<entry>
		<id>https://sigrok.org/w/index.php?title=Korad_KAxxxxP_series&amp;diff=11097</id>
		<title>Korad KAxxxxP series</title>
		<link rel="alternate" type="text/html" href="https://sigrok.org/w/index.php?title=Korad_KAxxxxP_series&amp;diff=11097"/>
		<updated>2015-10-14T00:25:12Z</updated>

		<summary type="html">&lt;p&gt;Vuokko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox power supply&lt;br /&gt;
| image               = [[File:PS3005D front on.JPG|180px]]&lt;br /&gt;
| name                = Korad KDxxxxP&lt;br /&gt;
| status              = supported&lt;br /&gt;
| source_code_dir     = korad-kdxxxxp&lt;br /&gt;
| channels            = 1&lt;br /&gt;
| channel1            = various&lt;br /&gt;
| channel2            = &lt;br /&gt;
| channel3            = &lt;br /&gt;
| channel4            = &lt;br /&gt;
| connectivity        = USB/serial&lt;br /&gt;
| features            = programmable presets&lt;br /&gt;
| website             = [http://koradtechnology.com/en/cp3-1.html koradtechnology.com]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Korad KDxxxxP&amp;#039;&amp;#039;&amp;#039; series are 1 channel switch-mode programmable power supplies with USB/serial connectivity.&lt;br /&gt;
&lt;br /&gt;
The devices are also sold as rebranded versions by e.g. Velleman.&lt;br /&gt;
&lt;br /&gt;
== Devices ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; style=&amp;quot;font-size: smaller&amp;quot; class=&amp;quot;alternategrey sortable sigroktable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Korad&lt;br /&gt;
!Velleman OEM&lt;br /&gt;
!Voltage range&lt;br /&gt;
!Current range&lt;br /&gt;
!Power&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ?&lt;br /&gt;
| [[Velleman PS3005D]]&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; | 0-30 V&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; | 0-5 A&lt;br /&gt;
| 150 W&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ?&lt;br /&gt;
| [[Velleman LABPS3005D]]&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; | 0-30 V&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; | 0-5 A&lt;br /&gt;
| 150 W&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Protocol ==&lt;br /&gt;
&lt;br /&gt;
The protocol is serial or serial-over-USB, 9600 8N1, (almost fully) ASCII based. No line termination, CRC or checksum characters are used. The PC sends a request string which is then responded by the power supply.&lt;br /&gt;
&lt;br /&gt;
During a PC connection, the front control buttons and the scrollwheel are blocked.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; style=&amp;quot;font-size: smaller&amp;quot; class=&amp;quot;alternategrey sigroktable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Request&lt;br /&gt;
! Example output&lt;br /&gt;
! Remarks&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| *IDN?&lt;br /&gt;
| VELLEMANPS3005DV2.0&lt;br /&gt;
KORADKA3005PV2.0&lt;br /&gt;
| Request identification from device&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STATUS?&lt;br /&gt;
| (byte)&lt;br /&gt;
| Request the actual status. The output is a single byte with the actual status encoded in bits. At least the Velleman PS3005D V2.0 is a bit buggy here. The only reliable bits are: 0x40 (Output mode: 1:on, 0:off), 0x20 (OVP and/or OCP mode: 1:on, 0:off) and 0x01 (CV/CC mode: 1:CV, 0:CC)&lt;br /&gt;
|-&lt;br /&gt;
| VSET1?&lt;br /&gt;
| 12.34&lt;br /&gt;
| Request the voltage as set by the user.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VSET1:12.34&lt;br /&gt;
| (none)&lt;br /&gt;
| Set the maximum output voltage.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| VOUT1?&lt;br /&gt;
| 12.34&lt;br /&gt;
| Request the actual voltage output.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ISET1?&lt;br /&gt;
| 0.125&lt;br /&gt;
| Request the current as set by the user.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| ISET1:0.125&lt;br /&gt;
| (none)&lt;br /&gt;
| Set the maximum output current.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| IOUT1?&lt;br /&gt;
| 0.125&lt;br /&gt;
| Request the actual output current.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| OUT1&lt;br /&gt;
| (none)&lt;br /&gt;
| Enable the power output.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| OUT0&lt;br /&gt;
| (none)&lt;br /&gt;
| Disable the power output.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| OVP1&lt;br /&gt;
| (none)&lt;br /&gt;
| Enable the &amp;quot;Over Voltage Protection&amp;quot;, the PS will switch off the output when the voltage raises above the actual level.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| OVP0&lt;br /&gt;
| (none)&lt;br /&gt;
| Disable the &amp;quot;Over Voltage Protection&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| OCP1&lt;br /&gt;
| (none)&lt;br /&gt;
| Enable the &amp;quot;Over Current Protection&amp;quot;, the PS will switch off the output when the current raises above the actual level.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| OCP0&lt;br /&gt;
| (none)&lt;br /&gt;
| Disable the &amp;quot;Over Current Protection&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| TRACK0&lt;br /&gt;
| (none)&lt;br /&gt;
| Set multichannel mode, 0 independent, 1 series, 2 parallel (from Velleman protocol v1.3 documentation)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RCL1&lt;br /&gt;
| (none)&lt;br /&gt;
| Recalls voltage and current limits from memory, 1 to 5. (from Velleman protocol v2.0 documentation)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SAV1&lt;br /&gt;
| (none)&lt;br /&gt;
| Saves voltage and current limits to memory, 1 to 5. (from Velleman protocol v2.0 documentation)&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Remarks&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
# The digit 1 in the V... and I... requests indicates the values are meant for channel one. In future (or &amp;quot;higher&amp;quot;?) models this may be two for a second channel and so on.&lt;br /&gt;
# Voltage (&amp;quot;00.00&amp;quot; to &amp;quot;31.00&amp;quot; V) and current (&amp;quot;0.000&amp;quot; to &amp;quot;5.100&amp;quot; A) output values have a fixed length with fixed dot position. The values won&amp;#039;t become negative.&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* [http://koradtechnology.com/en/cp2-1.html Korad digital control DC power supplies (KAxxxxD)]&lt;br /&gt;
* [http://koradtechnology.com/en/cp3-1.html Korad programmable DC power supplies (KAxxxxP)]&lt;br /&gt;
* [http://koradtechnology.com/en/cp4-1.html Korad digital control DC electronic loads]&lt;br /&gt;
* [http://koradtechnology.com/en/cp5-1.html Korad programmable DC electronic loads]&lt;br /&gt;
* [http://koradtechnology.com/en/Products.html Korad encoder control DC power supplies (KDxxxxP)]&lt;br /&gt;
&lt;br /&gt;
[[Category:Device]]&lt;br /&gt;
[[Category:Power supply]]&lt;br /&gt;
[[Category:Supported]]&lt;/div&gt;</summary>
		<author><name>Vuokko</name></author>
	</entry>
	<entry>
		<id>https://sigrok.org/w/index.php?title=Velleman_LABPS3005D&amp;diff=11096</id>
		<title>Velleman LABPS3005D</title>
		<link rel="alternate" type="text/html" href="https://sigrok.org/w/index.php?title=Velleman_LABPS3005D&amp;diff=11096"/>
		<updated>2015-10-13T23:58:20Z</updated>

		<summary type="html">&lt;p&gt;Vuokko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox power supply&lt;br /&gt;
| image               = &lt;br /&gt;
| name                = Velleman LABPS3005D&lt;br /&gt;
| status              = supported&lt;br /&gt;
| source_code_dir     = korad-kdxxxxp&lt;br /&gt;
| channels            = 1&lt;br /&gt;
| channel1            = 0-30V / 0-5A&lt;br /&gt;
| channel2            = &lt;br /&gt;
| channel3            = &lt;br /&gt;
| channel4            = &lt;br /&gt;
| connectivity        = USB, RS232&lt;br /&gt;
| features            = programmable presets, over voltage protection, over current protection, output on/off&lt;br /&gt;
| website             = [http://www.velleman.eu/products/view/?id=417862 velleman.eu]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Velleman LABPS3005D&amp;#039;&amp;#039;&amp;#039; is a 1-channel programmable power supply (0-30V/0-5A) with both USB and RS232 connectivity.&lt;br /&gt;
It is successor of &amp;#039;&amp;#039;&amp;#039;[[Velleman PS3005D]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
See [[Velleman LABPS3005D/Info]] for more details (such as &amp;#039;&amp;#039;&amp;#039;lsusb -v&amp;#039;&amp;#039;&amp;#039; output) about the device.&lt;br /&gt;
&lt;br /&gt;
See [[Korad KDxxxxP series]] for information common to all devices in this series. &lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
== Photos ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Protocol ==&lt;br /&gt;
&lt;br /&gt;
Note: Some versions of the LABPS3005D appear to use the [[Atten PPS3000 series]] protocol instead.&lt;br /&gt;
&lt;br /&gt;
See [[Korad KDxxxxP series#Protocol]] for the protocol details.&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.velleman.eu/products/view/?id=417862 Product page]&lt;br /&gt;
* [http://www.velleman.eu/downloads/2/labps3005da5v05.pdf Manual]&lt;br /&gt;
* [http://www.velleman.eu/downloads/2/powersupply.pdf Infosheet]&lt;br /&gt;
* [http://www.velleman.eu/downloads/files/downloads/labps3005d_programmable_software_v2.5.zip LAPBS3005D software v2.5]&lt;br /&gt;
&lt;br /&gt;
[[Category:Device]]&lt;br /&gt;
[[Category:Power supply]]&lt;br /&gt;
[[Category:Supported]]&lt;/div&gt;</summary>
		<author><name>Vuokko</name></author>
	</entry>
	<entry>
		<id>https://sigrok.org/w/index.php?title=Velleman_LABPS3005D/Info&amp;diff=11095</id>
		<title>Velleman LABPS3005D/Info</title>
		<link rel="alternate" type="text/html" href="https://sigrok.org/w/index.php?title=Velleman_LABPS3005D/Info&amp;diff=11095"/>
		<updated>2015-10-13T23:49:01Z</updated>

		<summary type="html">&lt;p&gt;Vuokko: Created page with &amp;quot;==lsusb==  &amp;lt;small&amp;gt;   $ &amp;#039;&amp;#039;&amp;#039;lsusb -v&amp;#039;&amp;#039;&amp;#039;   Bus 002 Device 006: ID 0416:5011 Winbond Electronics Corp. Virtual Com Port   Device Descriptor:     bLength                18     bDes...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==lsusb==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
  $ &amp;#039;&amp;#039;&amp;#039;lsusb -v&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
  Bus 002 Device 006: ID 0416:5011 Winbond Electronics Corp. Virtual Com Port&lt;br /&gt;
  Device Descriptor:&lt;br /&gt;
    bLength                18&lt;br /&gt;
    bDescriptorType         1&lt;br /&gt;
    bcdUSB               2.00&lt;br /&gt;
    bDeviceClass            2 Communications&lt;br /&gt;
    bDeviceSubClass         0 &lt;br /&gt;
    bDeviceProtocol         0 &lt;br /&gt;
    bMaxPacketSize0        64&lt;br /&gt;
    idVendor           0x0416 &amp;#039;&amp;#039;&amp;#039;Winbond Electronics Corp.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
    idProduct          0x5011 &amp;#039;&amp;#039;&amp;#039;Virtual Com Port&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
    bcdDevice            3.00&lt;br /&gt;
    iManufacturer           1 &amp;#039;&amp;#039;&amp;#039;USB Vir뉸Ō&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
    iProduct                2 &amp;#039;&amp;#039;&amp;#039;USB Virtual COM&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
    iSerial                 3 &amp;#039;&amp;#039;&amp;#039;NT2009101400&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
    bNumConfigurations      1&lt;br /&gt;
    Configuration Descriptor:&lt;br /&gt;
      bLength                 9&lt;br /&gt;
      bDescriptorType         2&lt;br /&gt;
      wTotalLength           67&lt;br /&gt;
      bNumInterfaces          2&lt;br /&gt;
      bConfigurationValue     1&lt;br /&gt;
      iConfiguration          0 &lt;br /&gt;
      bmAttributes         0xc0&lt;br /&gt;
        Self Powered&lt;br /&gt;
      MaxPower              100mA&lt;br /&gt;
      Interface Descriptor:&lt;br /&gt;
        bLength                 9&lt;br /&gt;
        bDescriptorType         4&lt;br /&gt;
        bInterfaceNumber        0&lt;br /&gt;
        bAlternateSetting       0&lt;br /&gt;
        bNumEndpoints           1&lt;br /&gt;
        bInterfaceClass         2 &amp;#039;&amp;#039;&amp;#039;Communications&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
        bInterfaceSubClass      2 &amp;#039;&amp;#039;&amp;#039;Abstract (modem)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
        bInterfaceProtocol      1 &amp;#039;&amp;#039;&amp;#039;AT-commands (v.25ter)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
        iInterface              0 &lt;br /&gt;
        CDC Header:&lt;br /&gt;
          bcdCDC               1.10&lt;br /&gt;
        CDC Call Management:&lt;br /&gt;
          bmCapabilities       0x00&lt;br /&gt;
          bDataInterface          1&lt;br /&gt;
        CDC ACM:&lt;br /&gt;
          bmCapabilities       0x00&lt;br /&gt;
        CDC Union:&lt;br /&gt;
          bMasterInterface        0&lt;br /&gt;
          bSlaveInterface         1 &lt;br /&gt;
        Endpoint Descriptor:&lt;br /&gt;
          bLength                 7&lt;br /&gt;
          bDescriptorType         5&lt;br /&gt;
          bEndpointAddress     0x83  EP 3 IN&lt;br /&gt;
          bmAttributes            3&lt;br /&gt;
            Transfer Type            Interrupt&lt;br /&gt;
            Synch Type               None&lt;br /&gt;
            Usage Type               Data&lt;br /&gt;
          wMaxPacketSize     0x0008  1x 8 bytes&lt;br /&gt;
          bInterval               1&lt;br /&gt;
      Interface Descriptor:&lt;br /&gt;
        bLength                 9&lt;br /&gt;
        bDescriptorType         4&lt;br /&gt;
        bInterfaceNumber        1&lt;br /&gt;
        bAlternateSetting       0&lt;br /&gt;
        bNumEndpoints           2&lt;br /&gt;
        bInterfaceClass        10 &amp;#039;&amp;#039;&amp;#039;CDC Data&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
        bInterfaceSubClass      0 &lt;br /&gt;
        bInterfaceProtocol      0 &lt;br /&gt;
        iInterface              0 &lt;br /&gt;
        Endpoint Descriptor:&lt;br /&gt;
          bLength                 7&lt;br /&gt;
          bDescriptorType         5&lt;br /&gt;
          bEndpointAddress     0x81  EP 1 IN&lt;br /&gt;
          bmAttributes            2&lt;br /&gt;
            Transfer Type            Bulk&lt;br /&gt;
            Synch Type               None&lt;br /&gt;
            Usage Type               Data&lt;br /&gt;
          wMaxPacketSize     0x0040  1x 64 bytes&lt;br /&gt;
          bInterval               0&lt;br /&gt;
        Endpoint Descriptor:&lt;br /&gt;
          bLength                 7&lt;br /&gt;
          bDescriptorType         5&lt;br /&gt;
          bEndpointAddress     0x02  EP 2 OUT&lt;br /&gt;
          bmAttributes            2&lt;br /&gt;
            Transfer Type            Bulk&lt;br /&gt;
            Synch Type               None&lt;br /&gt;
            Usage Type               Data&lt;br /&gt;
          wMaxPacketSize     0x0040  1x 64 bytes&lt;br /&gt;
          bInterval               0&lt;br /&gt;
  Device Status:     0x0000&lt;br /&gt;
    (Bus Powered)&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;/div&gt;</summary>
		<author><name>Vuokko</name></author>
	</entry>
</feed>