Shop OBEX P1 Docs P2 Docs Learn Events
Interfacing Propeller Chip to C#.Net — Parallax Forums

Interfacing Propeller Chip to C#.Net

krypitol56krypitol56 Posts: 1
edited 2011-08-05 14:43 in Propeller 1
Hello:

I am looking for a tutorial on interfacing a propeller chip to a C# application. I am looking to turn a LED on/off from the c# application. A lot like the following Parallel Port example found at the link below.

http://www.codeproject.com/KB/cs/csppleds.aspx


Links and suggestions greatly appreciated.

Thanks

Comments

  • Bobb FwedBobb Fwed Posts: 1,119
    edited 2011-08-05 11:17
    I did stuff, much more complicated than that, by using the SerialPort object/tool.
  • Computer Geek 101Computer Geek 101 Posts: 179
    edited 2011-08-05 11:30
    I have used a serial port, FTDI(usb/serial) chip, and tcp/ip via an xport with vb.net. I have code in vb.net for all three if any would be of any help.
  • Heater.Heater. Posts: 21,230
    edited 2011-08-05 12:23
    A search around here for uterm should turn up the c# code I made as an experiment in talking to a Prop over a serial port.You will need FullDuplexSerial or such running at the Prop end.
  • Mike GMike G Posts: 2,702
    edited 2011-08-05 14:09
    Give this a shot.
    http://www.agaverobotics.com/serialportdemo.zip

    Serial port demo was originally written for Mono. It polls the serial port as the DataReceived event is not wired up in, at least in my version of, Mono.
  • jazzedjazzed Posts: 11,803
    edited 2011-08-05 14:43
    Heater. wrote: »
    A search around here for uterm should turn up the c# code I made as an experiment in talking to a Prop over a serial port.You will need FullDuplexSerial or such running at the Prop end.

    He means this uterm which is improved to also work with linux: http://forums.parallax.com/attachment.php?attachmentid=81050&d=1305006212
Sign In or Register to comment.