Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.
Photo

USB-Serial Module

GHI Serial USB

  • Please log in to reply
8 replies to this topic

#1 KenTi

KenTi

    Member

  • Members
  • PipPip
  • 11 posts

Posted 29 May 2015 - 01:56 PM

I'm sorry if this has been discussed, but doing a search revealed nothing. I have a USB-Serial Module via Go bus and can't actually figure out how to open a communication with it.

 

There's two things I would like to do in order of importance:

1) Use it to communicate with the PC

2) Use it to deploy and use the other USB for communication

 

It's probably something simple I'm missing, but not sure what...

 

The actual product is https://www.ghielect...log/product/287

 

I have the piezo, pot, button and led which I haven't even got to yet, but they seem pretty straight forward. It's this module that's got me stumped.

 

My test program from the PC can send to the USB-Serial as I see the light blinking on the module when I send text, I'm just not sure how to open the port on the Netduino 3 to read it.



#2 KenTi

KenTi

    Member

  • Members
  • PipPip
  • 11 posts

Posted 05 June 2015 - 02:47 PM

I'm guessing this is a no-go then and can't be used?



#3 Nevyn

Nevyn

    Advanced Member

  • Members
  • PipPipPip
  • 1072 posts
  • LocationNorth Yorkshire, UK

Posted 05 June 2015 - 06:07 PM

The module you have is for the Gadgeteer. I believe that there are plans for the GoBus to support Gadgeteer modules in the future but we are not the yet.

Regards,
Mark

To be or not to be = 0xFF

 

Blogging about Netduino, .NET, STM8S and STM32 and generally waffling on about life

Follow @nevynuk on Twitter


#4 KenTi

KenTi

    Member

  • Members
  • PipPip
  • 11 posts

Posted 05 June 2015 - 06:20 PM

Thanks Mark... I guess I'll put it in my spare parts box for a while ;-)

 

Any recommendation on a serial module? I think I read where there will be some coming out soon for the Go ports, and I guess I can wait, but in case I get a need to spend some money, it'd be nice to know what will work well with Netduino.



#5 Nevyn

Nevyn

    Advanced Member

  • Members
  • PipPipPip
  • 1072 posts
  • LocationNorth Yorkshire, UK

Posted 06 June 2015 - 08:10 AM

There are a few options I suppose:

  1. As you've identified, wait for the GoBus support.
  2. Use a shield such as the Sparkfun RS232 Shield
  3. Roll your own solution with a MAX232 and attach to the COM1 or COM2 on the Netduino 3

For 1 I'd have thought the SecretLabs module would be the best solution as you'll get libraries with the module.

 

I've never used the Sparkfun shield so can't comment but it uses the MAX232 chip which would be option 3.  I have used the MAX232 but going the other way, I wanted to connect TTL serial to the Netduino Mini's serial port.

 

Hope this helps,

Mark


To be or not to be = 0xFF

 

Blogging about Netduino, .NET, STM8S and STM32 and generally waffling on about life

Follow @nevynuk on Twitter


#6 KenTi

KenTi

    Member

  • Members
  • PipPip
  • 11 posts

Posted 06 June 2015 - 03:49 PM

Thanks Mark for the reply... I think I'll try to work on my patience and wait for the Go module  :)



#7 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 08 June 2015 - 06:57 PM

Hi KenTi,

We actually built the GoBus ports on Netduino 3 with the theory that we could support both .NET Gadgeteer and GoBus.

But almost all Gadgeteer manufacturers have stopped making Gadgeteer gear and the one that remains (where you bought your USB Serial Gadgeteer module) has discontinued the majority of their modules as well. So...rather than building for the past we decided to build for the future instead.

That said...it's totally cool to hack your board ;) If you want to open serial ports COM5-COM7 (on GoBus ports 1-3 respectively) you can probably use that module (without RTS/CTS) today. I can't guarantee that this will work with future firmware releases (which may increase performance further through reserved hardware pins)--but it's technically possible today through "hacking".

Chris

#8 Hawkez

Hawkez

    New Member

  • Members
  • Pip
  • 7 posts

Posted 07 August 2015 - 02:43 PM

That said...it's totally cool to hack your board ;) If you want to open serial ports COM5-COM7 (on GoBus ports 1-3 respectively)

 

I was trying to open a GoBus COM port as you mentioned here.  Is there some trick to using these COM ports on the GoBus?  I saw that there is a TX pull-up pin coming from the micro for each of the COM ports on GoBus sockets on the Netduino 3 (pin 43 for COM7).  Does that pin need to be configured as an output and set to true?  If so, how do I get to that pin in code?

 

Thanks!



#9 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 07 August 2015 - 05:58 PM

Hi Hawkez,

I was trying to open a GoBus COM port as you mentioned here.  Is there some trick to using these COM ports on the GoBus?  I saw that there is a TX pull-up pin coming from the micro for each of the COM ports on GoBus sockets on the Netduino 3 (pin 43 for COM7).  Does that pin need to be configured as an output and set to true?  If so, how do I get to that pin in code?

No need to mess with the pull-up pin. If you open COM5 (port 1), COM6 (port 2) or COM7 (port 3) on a Netduino 3 board running the current firmware, you'll get a 3.3V UART connection over those pins. Just be sure to wire up TX, RX and GND to the target (crossing over TX and RX). Also please note that this is an advanced hack that may not work in the future.

We've actually used one of the Gadgeteer USB-Serial modules before (the black ones, NOT the red ones) to hook up a quick and dirty serial port to a PC.

Chris





Also tagged with one or more of these keywords: GHI, Serial, USB

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.