Forum Index
HomeZBasic Home   Forum RulesForum Rules   Forum FAQForum FAQ   MemberlistMemberlist   UsergroupsUsergroups   RSS FeedRSS Feed
Site SearchSite Search   LinksLinks   DownloadDownload   Digests and SubscriptionsDigests and Subscriptions
ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in   RegisterRegister
Zload over TCP

 
Post new topic   Reply to topic    Forum Index -> ZBasic IDE
Author Message
pdubinsky



Joined: 25 Nov 2005
Posts: 66
Location: South Carolina

Posted: 21 April 2010, 11:47 AM    Post subject: Zload over TCP Reply with quote

I've watched the recent discussion of wireless updates for the ZVM with some interest. Has anyone done updates over ethernet/TCP?

Paul
Back to top
stevech



Joined: 23 Feb 2006
Posts: 657

Posted: 21 April 2010, 18:58 PM    Post subject: Reply with quote

yes, some time ago I used a Lantronix WiPort serial to WiFi ethernet converter to do so. Virtual COM port on PC side. I think I also did it with a Moxa NPORT.
Back to top
pdubinsky



Joined: 25 Nov 2005
Posts: 66
Location: South Carolina

Posted: 21 April 2010, 19:20 PM    Post subject: Zload over TCP Reply with quote

Do I understand that the zload thought it was using a serial port? My ZX24 device uses a Wiznet RS232 - Ethernet converter to put the device on the network. I'm going to try putting another Wiznet on the box that has the zload and sure that I can get that to work.

What I'm looking for, however, is method for loading directly to the ip address w/o a converter at the zload end. I looked at the zload.dll and using that as a basis for a TCP capable zload is a bit daunting.

Thx,
Paul
Back to top
dkinzer
Site Admin


Joined: 03 Sep 2005
Posts: 2499
Location: Portland, OR

Posted: 23 April 2010, 14:47 PM    Post subject: Re: Zload over TCP Reply with quote

pdubinsky wrote:
Do I understand that the zload thought it was using a serial port?
Yes, a ethernet-to-serial converter was being used. This is similar in concept to using a USB-to-serial converter. In both cases, a special device driver is needed that provides a virtual comm port (VCP).

The zload code is written specifically to use a COMx port for communication with the ZX device. If you knew the correct protocol to use (probably UDP) and the format of the data packets it might be possible to eliminate the VCP and communicate with the endpoint device directly over the Ethernet connection.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Forum Index -> ZBasic IDE Time synchro. with the server - Timezone/DST with your computer
Page 1 of 1

 


All content Copyright © 2005-2012 Elba Corp. All Rights Reserved.
Opinions expressed in posts are those of the author and not necessarily those of Elba Corp.
Powered by phpBB © 2001, 2005 phpBB Group