Interface with the USB-serial rather than pin 0/1?

Is there any way to do serial to/from the arduino board on the USB connection? I realize pins 0 and 1 are used for TTL serial, but i'd like to interface back with the Mac it's running on. Can I do serial with both ports. or only via pins 0/1?

my setup....
USB Arduino board from Sparkfun
Mac OS X 10.4.7
have no problem transferring files to the arduino board via USB

Any ideas??

-frank-

The serial commands (Serial.print(), etc.) all communicate with the computer over USB in addition to over pins 0 and 1. You should be able to use them to communicate back to the computer and programs like Processing, PD, etc.

thanks for the info! i checked the schematic after i posted that and figured that they're both connected to the same line. for some reason i was thinking they were on different channels because of how the USB powers programming. also, i stumbled upon the 'arduino meets processing' page which explains with better detail how to interface with the computer.

the only version of the schematic i can find is a small-ish jpg. is there a higher resolution version somewhere? perhaps a PDF? i suppose that i could load the EAGLE files and make a high-res version myself.....

-f-