Author Topic: Send data using CMD  (Read 11359 times)

0 Members and 1 Guest are viewing this topic.

Offline Lionel Debroux

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2135
  • Rating: +290/-45
    • View Profile
    • TI-Chess Team
Re: Send data using CMD
« Reply #30 on: May 30, 2011, 02:26:29 pm »
If you have a driver for it, or it's one of the standard drivers, probably.
Member of the TI-Chess Team.
Co-maintainer of GCC4TI (GCC4TI online documentation), TILP and TIEmu.
Co-admin of TI-Planet.

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: Send data using CMD
« Reply #31 on: May 30, 2011, 02:55:17 pm »
Using Freq( you can send a sinewave to your pc. Can my pc analyze this signal via my mic-in?
If you like my work: why not give me an internet?








Offline Lionel Debroux

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2135
  • Rating: +290/-45
    • View Profile
    • TI-Chess Team
Re: Send data using CMD
« Reply #32 on: May 30, 2011, 02:57:45 pm »
Yes, this can also be done. I've done it recently, for debugging the beginnings of a TI-68k implementation of CALCnet.
Member of the TI-Chess Team.
Co-maintainer of GCC4TI (GCC4TI online documentation), TILP and TIEmu.
Co-admin of TI-Planet.

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: Send data using CMD
« Reply #33 on: May 30, 2011, 03:09:38 pm »
So... What kinda programma/script did you use on the pc-side?
If you like my work: why not give me an internet?








Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: Send data using CMD
« Reply #34 on: May 31, 2011, 01:21:41 am »
It works! I have a mic signal :D Strong enough for my pc. I can write the software myself.
If you like my work: why not give me an internet?








Offline Quigibo

  • The Executioner
  • CoT Emeritus
  • LV11 Super Veteran (Next: 3000)
  • *
  • Posts: 2031
  • Rating: +1075/-24
  • I wish real life had a "Save" and "Load" button...
    • View Profile
Re: Send data using CMD
« Reply #35 on: May 31, 2011, 02:44:04 am »
Also, besides using square waves from Freq, you can send your own custom signal with the Port command which also allows you to take advantage of both sound channels.
___Axe_Parser___
Today the calculator, tomorrow the world!

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: Send data using CMD
« Reply #36 on: May 31, 2011, 08:55:51 am »
I need a frequency thats easy to decode.
If you like my work: why not give me an internet?