Changes

Jump to navigation Jump to search
52 bytes added ,  12:44, 29 October 2014
no edit summary
Line 132: Line 132:  
|}
 
|}
   −
This means that when signal 1 gets /activated?, a capital A will be sent to the serial port. A lowercase 'a' will be sent when the signal is deactivated?. Mechanical buttons can be connected directly.
+
This means that when signal 1 gets active(button press), a capital A will be sent to the serial port. A lowercase 'a' will be sent when the signal is deactivated(button release). Mechanical buttons can be connected directly.
    
<u>'''Output'''</u>
 
<u>'''Output'''</u>
Line 140: Line 140:  
If no button is pressed when powered it boots the last known protocol. In the simple protocol every byte sent to the BITSI over the serial port, is represented at the 8 bit output.
 
If no button is pressed when powered it boots the last known protocol. In the simple protocol every byte sent to the BITSI over the serial port, is represented at the 8 bit output.
   −
The '''extended''' protocol uses two bytes?, this combination can access two analog outputs and a tone generator. The first byte selects the output. The second byte determines the value written to this output.
+
The '''extended''' protocol uses two bytes(or two characters), this combination can access two analog outputs and a tone generator. The first byte selects the output. The second byte determines the value written to this output.
      Line 315: Line 315:  
<u>'''Serial port settings'''</u>
 
<u>'''Serial port settings'''</u>
   −
Our hardware design allows to be connected to the computers USB and emulates a serial [[Port]].
+
Our hardware design allows to be connected to the computers USB and emulates a serial communication Port.
    
{| border="1" cellspacing="0" cellpadding="0"
 
{| border="1" cellspacing="0" cellpadding="0"

Navigation menu