--__--__--

Message: 2
Date: Mon, 17 Nov 2003 19:45:04 +0100
From: georg <new...@gamebox.net>
To:  mspgcc-users@lists.sourceforge.net
Subject: Re: [Mspgcc-users] Controlling an MSP430 from a PC
Reply-To: mspgcc-users@lists.sourceforge.net

Dipak Prasad wrote:
> Hi Everyone
>
> I am thinking of an application where a user from a PC can control the
> MSP.  Maybe something like a GUI-button, that can drive an MSP input
> high/low, and another GUI-button that will show the status of an MSP
> output pin.  I can hard code the input/output buttons to avoid any
> ambiguity or mis-declarations.
> Your thoughts will be greatly appreciated.
Implement the Modbus protocol (via RS232 or RS485)
for communication and make the MSP430 a bus-node?

www.modbus.org and google "modbus". There is plenty of already written sw.
Also on sourceforge.net.

Greetz,


     Georg

Hello Georg,
Thanks for the tip. I'm also looking into using TCONNECTOR (I haven;t started investigating yet). Are you (or anyone else for that matter) familiar with a way to directly write data to the Information Memory ? i.e. From my PC based application, I want to write X bytes of data directly to the Information memory(such as a id/serial number). Is there a straight forward way to achieve this without going through the IAR Programmer/C-SPY/FET route (maybe through a Serial Port?).

Once again, your suggestions are greatly appreciated.

Regards
Dipak


Reply via email to