Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Knoppix Help Forum > Serial Communication USB bootable linux

Forgot Password?
 Knoppix Help Forum   For all discussions about Knoppix, the Linux "Live CD" that lets you run Linux without needing to install on your hard drive.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 12-06-2008   #1 (permalink)
Just Joined!
 
Join Date: Dec 2008
Posts: 1
Serial Communication USB bootable linux

Hey guys,

Im an IT student at university and am currently involved in a research project. It invovles programming a hexapod robot. I have a Colibri Evaluation board with windows CE installed on it which comes with a version of embedded C\C++. What needs to occur is the sending of ascii characters over the serial connection. Have been trying to write the connection in the embedded C
C++ however am having troubles. So I have an idea but im not sure that its theoretically correct.

Seeing as tho it seems easy to write to serial ports in linux could you guys see any potential problems with using a USB bootable version of Linux. Booting the USB Linux on the colibri board instead of Windows CE and then downloading the free gcc compiler for C and writing a Serial connection using that? Sorry if this question is a bit noobie but am very frustrated with the serial connection not working in windows CE atm.
Borris_The_Bullet_Dodger is offline  


Reply With Quote
Old 12-10-2008   #2 (permalink)
Just Joined!
 
Join Date: Dec 2008
Posts: 3
I am currently using a knoppix 5.1 USB stick distro. It seems to have gcc (and VIM), which is all you need.

I just tries it out with this:

#include <stdio.h>

main(){
FILE *foo;

foo=fopen("/dev/ttyS0","w");
printf("%i\n",fputs("Hello world",foo));

fclose(foo);

}

It compiled and ran OK.

Of course the board must be i386 based for Knoppix to run, and it must be possible to set it to boot from the USB key. Also, it must have enougth RAM.
ercolano is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 01:10 PM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2