Hello,
I can't connect to the DefCon 18 Badge with minicom on Linux or with PuTTY or TeraTerm on Windows. My exact efforts (and failures) are documented below.
I really want to develop software for this device, but I don't want to keep wasting my time with dead ends. Can a few people suggest specific programs for Linux or for Windows that have allowed them to successfully connect to and interact with the DefCon 18 Badge? Specific URLs and directions would be most helpful.
Thanks.
Using minicom on Linux
After plugging the device into Linux, I ran dmesg and learned that it was present as /dev/ttyUSB0. I configured minicom to connect to that device. In minicom, I was unable to select any emulation other than VT102 or ANSI; the flow control is also very vague (Hardware or Software = either On, or Off; nothing about Xon/Xoff). The banner at the bottom indicated that the connection was offline. I tried the "Initialize Modem" command, with no results. When I send the '#' character, I do not get a welcome banner or ACK character (.).
Using TeraTerm on Windows
In TeraTerm, I was able to specify all the settings required by the device, but I got bad results. When connected to COM1, nothing was returned in response to my transmissions; on COM3, the characters I entered were echoed back to me without any effect on the device. I could not connect to COM2 or COM4 (TeraTerm displayed an error dialog).
Using PuTTY on Windows
I got the same settings and same results as with TeraTerm (including the exact same behavior with COM1-COM4).
I can't connect to the DefCon 18 Badge with minicom on Linux or with PuTTY or TeraTerm on Windows. My exact efforts (and failures) are documented below.
I really want to develop software for this device, but I don't want to keep wasting my time with dead ends. Can a few people suggest specific programs for Linux or for Windows that have allowed them to successfully connect to and interact with the DefCon 18 Badge? Specific URLs and directions would be most helpful.
Thanks.
-M.
Using minicom on Linux
After plugging the device into Linux, I ran dmesg and learned that it was present as /dev/ttyUSB0. I configured minicom to connect to that device. In minicom, I was unable to select any emulation other than VT102 or ANSI; the flow control is also very vague (Hardware or Software = either On, or Off; nothing about Xon/Xoff). The banner at the bottom indicated that the connection was offline. I tried the "Initialize Modem" command, with no results. When I send the '#' character, I do not get a welcome banner or ACK character (.).
Using TeraTerm on Windows
In TeraTerm, I was able to specify all the settings required by the device, but I got bad results. When connected to COM1, nothing was returned in response to my transmissions; on COM3, the characters I entered were echoed back to me without any effect on the device. I could not connect to COM2 or COM4 (TeraTerm displayed an error dialog).
Using PuTTY on Windows
I got the same settings and same results as with TeraTerm (including the exact same behavior with COM1-COM4).
Comment