On Tue, 30 Nov 2010, richar_in wrote:
> Hello
>
> I am using a TS-7800 board and I am not familiar with programming using
> Linux. I need to use the PC-104 bus to transfer data to another board .
> 1)I have the initialization values from the manual but where in the code
> should I set them .And using which commands ?
Errr in the program you are writing to do this. Usually this is C or C++,
and occasionaly you may write shell scripts.
> 2)" peekpoke BITS ADDRESS VALUE " needs to be set .I gathered from one of
> the previous posts that to be set using the command line .
What does the manual say? I believe TS have added peek/poke IO extensions
to their version of the busybox shell. So the comands can be done at the
command line, or in a shell script that is invoked at startup or anywhere
else.
> Should I do it before I compile the code ? And on the telnet connection
> or the serial connection ?
Why do you think it should make any difference?
Seriously do some reading about and USING of linux based systems first.
> 3) How can I check back the if the values have been written correctly ? I
> will read that address to check but where can I see the value ?
Have you tried reading the existing values? Did you see it?
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|