Author Topic: First Calculator on IRC  (Read 21631 times)

0 Members and 1 Guest are viewing this topic.

Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: First Calculator on IRC
« Reply #45 on: January 17, 2011, 09:53:09 am »
* DJ Omnimaga stabs qazz42. :P

Chatting on Omni via a calculator would actually be fun :P

Well, just have kerm put the GcN hub in omni :P

Offline KermMartian

  • Editor
  • LV7 Elite (Next: 700)
  • *******
  • Posts: 500
  • Rating: +233/-20
    • View Profile
    • Cemetech
Re: First Calculator on IRC
« Reply #46 on: January 18, 2011, 02:54:12 pm »
Well, you could use your USB port as a serial port with a USB to serial driver or something, then write and read to that port, it's so easy.

Edit: Under Linux you should open /dev/ttyUSB0, under Mac OS X, /dev/cu.usbserial###### or something like that, I think the real problem is under Windows, where it's kinda complicated.
That's how the Arduino gCnBridge software & hardware works, but the Arduino has to do the translation to and from CALCnet 2.2 from/to serial.  You can't simply use the USB Silverlink or Direct USB link as a serial device.
« Last Edit: January 18, 2011, 02:54:33 pm by KermMartian »