Difference between revisions of "Tondaj SL-814"
Jump to navigation
Jump to search
Uwe Hermann (talk | contribs) m (→Photos) |
Uwe Hermann (talk | contribs) m |
||
Line 2: | Line 2: | ||
The [http://www.tondaj.cn/ce040_Eng/productshow.asp?id=43&mnid=1039&classname=DIGITAL%20SOUND%20LEVEL%20METER&uppage=/ce040_Eng/product.asp Tondaj SL-814] is a sound level meter with USB connectivity. | The [http://www.tondaj.cn/ce040_Eng/productshow.asp?id=43&mnid=1039&classname=DIGITAL%20SOUND%20LEVEL%20METER&uppage=/ce040_Eng/product.asp Tondaj SL-814] is a sound level meter with USB connectivity. | ||
See [[Tondaj SL-814/Info]] for more details (such as '''lsusb -vvv''' output) about the device. | |||
== Hardware == | == Hardware == |
Revision as of 20:59, 6 August 2012
The Tondaj SL-814 is a sound level meter with USB connectivity.
See Tondaj SL-814/Info for more details (such as lsusb -vvv output) about the device.
Hardware
- Atmel ATmega8/L
- ...
Photos
Protocol
The device has a mini-USB connector for PC connectivity. It ships with a Prolific USB-to-serial cable (i.e. the Prolific chip is inside the cable) which can be attached to that connector.
The device accepts a simple command-based protocol over the (virtual) serial port, using a baudrate of 9600 baud, with 8e1 settings (8 data bits, even parity, one stop bit).
Commands
Name | Command | Reply | Comments |
---|---|---|---|
Init | 0x10 0x04 0x0d | 0x05 0x0d | |
Get measurement | 0x30 0xZZ 0x0d | 0xAA 0xBB 0xZZ+1 0x0d |